aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove some deprecated typedefsJack Lloyd2020-11-111-4/+0
* 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-111-1/+1
* 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
|/
* Remove split_on_predJack Lloyd2020-11-102-21/+1
* Generate a compile_commands.json for clang-tidyJack Lloyd2020-11-101-0/+8
* 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
* | Haiku support little update.David Carlier2020-11-091-2/+0
|/
* Merge GH #2472 Add X509_DN::DER_encodeJack Lloyd2020-11-094-9/+17
|\
| * Add X509_DN::DER_encodeJack Lloyd2020-11-094-9/+17
* | 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
| |/
* / 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
|/
* 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
* 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
|\ \ \
| * | | Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-0819-51/+65
| |/ /
* | | Remove deprecated exception typesJack Lloyd2020-11-082-64/+0
* | | No need to disable deprecation warnings in these tests nowJack Lloyd2020-11-081-2/+0
* | | Remove package transform testsJack Lloyd2020-11-081-72/+0
|/ /
* | Merge GH #2467 Modify calendar interfaceJack Lloyd2020-11-086-20/+12
|\ \
| * | Modify calendar interfaceJack Lloyd2020-11-086-20/+12
* | | Update annotations on now-internal headersJack Lloyd2020-11-082-8/+5
|/ /
* / Use symbol visibility for static functionJack Lloyd2020-11-081-1/+1
|/
* Makefile header tweaksJack Lloyd2020-11-071-3/+2
* Merge GH #2462 Remove deprecated public member variablesJack Lloyd2020-11-079-133/+80
|\