aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #2489 Remove some unnecessary macrosJack Lloyd2020-11-119-113/+33
|\
| * Remove unnecessary code due to compiler limitationsJack Lloyd2020-11-119-113/+33
* | Organize the todos a bitJack Lloyd2020-11-111-10/+13
* | Remove some deprecated typedefsJack Lloyd2020-11-111-4/+0
|/
* Merge GH #2486 Update macOS image to get more recent ClangJack Lloyd2020-11-113-10/+2
|\
| * Disable using Boost on macOSJack Lloyd2020-11-111-1/+1
| * Disable MD4/MD5 support in CommonCryptoJack Lloyd2020-11-111-9/+0
| * Bump XCodeJack Lloyd2020-11-111-0/+1
|/
* Update MSVC compile flagsJack Lloyd2020-11-111-2/+1
* Update references to C++11Jack Lloyd2020-11-113-3/+3
* Switch to invoke_resultJack Lloyd2020-11-111-2/+2
* Remove old BOTAN_IF_CONSTEXPR defineJack Lloyd2020-11-111-11/+0
* Use if constexprJack Lloyd2020-11-115-11/+11
* Merge GH #2483 Fix warning in FreeBSD specific codeJack Lloyd2020-11-111-1/+1
|\
| * getauxval FreeBSD warning fix.David Carlier2020-11-101-1/+1
* | Add missing include for MSVCJack Lloyd2020-11-101-0/+1
* | Add a symlink for codecov.ymlJack Lloyd2020-11-101-0/+1
|/
* Remove split_on_predJack Lloyd2020-11-102-21/+1
* Generate a compile_commands.json for clang-tidyJack Lloyd2020-11-102-6/+16
* Merge GH #2480 Use -mcpu=power9 for DARN supportJack Lloyd2020-11-104-0/+9
|\
| * Use -mcpu=power9 for DARN supportJack Lloyd2020-11-094-0/+9
* | Merge GH #2479 Enable stack protector on HaikuJack Lloyd2020-11-091-2/+0
|\ \ | |/ |/|
| * Haiku support little update.David Carlier2020-11-091-2/+0
|/
* Update newsJack Lloyd2020-11-091-3/+11
* Merge GH #2472 Add X509_DN::DER_encodeJack Lloyd2020-11-095-17/+24
|\
| * Add X509_DN::DER_encodeJack Lloyd2020-11-095-17/+24
* | Merge GH #2478 Avoid long loop in modular square root with certain composite ...Jack Lloyd2020-11-092-4/+23
|\ \
| * | Avoid a long loop in modular square root with certain composite moduliJack Lloyd2020-11-092-4/+23
| |/
* | Merge GH #2477 Add more tests of Jacobi symbolJack Lloyd2020-11-091-0/+2774
|\ \
| * | Add more tests of Jacobi symbolJack Lloyd2020-11-091-0/+2774
| |/
* | Merge GH #2475 Apply rule of 5 to pubkey.h interfacesJack Lloyd2020-11-092-29/+34
|\ \ | |/ |/|
| * Rule of 5 for pubkey wrappersJack Lloyd2020-11-082-29/+34
|/
* Merge GH #2474 Test fuzzers without a corpus using random inputsJack Lloyd2020-11-081-2/+17
|\
| * Test fuzzers without a corpus using a randomly generated oneJack Lloyd2020-11-081-2/+17
* | Merge GH #2473 Re-enable the asio stream tests in coverage buildJack Lloyd2020-11-081-1/+0
|\ \
| * | Re-enable the asio stream tests in coverage buildJack Lloyd2020-11-081-1/+0
| |/
* / Fix redundant make targetsJack Lloyd2020-11-081-1/+1
|/
* Merge GH #2471 Remove various deprecated interfacesJack Lloyd2020-11-0826-825/+11
|\
| * Remove extra data getters from X509 certificateJack Lloyd2020-11-081-25/+0
| * Remove mul_addJack Lloyd2020-11-083-42/+1
| * Remove deprecated TLS interfacesJack Lloyd2020-11-087-371/+5
| * Remove various deprecated functionsJack Lloyd2020-11-0816-387/+5
* | Update some todosJack Lloyd2020-11-081-12/+2
|/
* Merge GH #2470 Remove deprecated pubkey functionsJack Lloyd2020-11-0810-228/+1
|\
| * Remove deprecated functions from pubkeyJack Lloyd2020-11-0810-228/+1
* | Merge GH #2469 More work on calendar interfaceJack Lloyd2020-11-086-68/+63
|\ \
| * | More calendar cleanupsJack Lloyd2020-11-086-68/+63
* | | Merge GH #2468 Cleanups in number theory codeJack Lloyd2020-11-0817-939/+231
|\ \ \
| * | | Cleanup in number theoryJack Lloyd2020-11-0817-939/+231
| |/ /
* | | Merge GH #2366 Add -Wshorten-64-to-32 warning for ClangJack Lloyd2020-11-0819-51/+65
|\ \ \