aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #2511 Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-245-21/+2
|\
| * Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-245-21/+2
* | Merge GH #2510 Fix some C++17 todosJack Lloyd2020-11-242-43/+37
|\ \ | |/ |/|
| * try to calm gcc 9Hannes Rantzsch2020-11-241-0/+2
| * directly use return value of emplace_backHannes Rantzsch2020-11-241-10/+7
| * use if constexpr rather than sfinaeHannes Rantzsch2020-11-241-33/+28
* | Remove Camellia CBC TLS ciphersuitesJack Lloyd2020-11-235-51/+17
* | Remove support for SEED TLS ciphersuitesJack Lloyd2020-11-235-10/+2
* | Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-2335-371/+365
* | Avoid two shellcheck warnings [ci skip]Jack Lloyd2020-11-231-2/+2
* | Merge GH #2507 Run more tests under qemu and valgrindJack Lloyd2020-11-232-12/+15
|\ \
| * | Remove a few more tests from the valgrind runJack Lloyd2020-11-231-1/+4
| * | Time compression testsJack Lloyd2020-11-231-0/+4
| * | Run more tests on qemu/valgrind CIJack Lloyd2020-11-221-12/+8
* | | Remove SRP support from TLSJack Lloyd2020-11-2329-514/+36
|/ /
* / Add arm64 build back to Travis [ci skip]Jack Lloyd2020-11-221-0/+5
|/
* Merge GH #2505 Remove support for DSA in TLSJack Lloyd2020-11-2112-208/+10
|\
| * Remove TLS support for DSA certificates/ciphersuitesJack Lloyd2020-11-2112-208/+10
* | Add superh alias needed by DebianJack Lloyd2020-11-211-0/+1
|/
* Improvements to TLS suite generation scriptJack Lloyd2020-11-212-20/+13
* Remove support for TLS anonymous DH/ECDH suitesJack Lloyd2020-11-219-32/+5
* Test PKCS11 in the coverage buildJack Lloyd2020-11-212-2/+2
* Move Coverage build to GH ActionsJack Lloyd2020-11-213-22/+20
* Switch most CI builds from Travis CI to Github ActionsJack Lloyd2020-11-213-96/+89
* Fix Python when loading a shared object without ffi module [ci skip]Jack Lloyd2020-11-201-4/+5
* Prune Travis build matrix [ci skip]Jack Lloyd2020-11-201-21/+0
* Correct -L flag use when combined with --external-libdirJack Lloyd2020-11-131-1/+1
* Remove some obsolete cruft from the CI scriptsJack Lloyd2020-11-133-72/+14
* Merge GH #2494 Avoid running slow CLI tests in most CI buildsJack Lloyd2020-11-133-8/+18
|\
| * Avoid running slow CLI tests during most CI buildsJack Lloyd2020-11-133-8/+18
* | Use constexpr where applicable in util headersJack Lloyd2020-11-135-99/+75
|/
* Remove some unused includes of rounding.hJack Lloyd2020-11-115-5/+0
* Remove unused prefetch.hJack Lloyd2020-11-112-40/+0
* Remove clamp, which was unusedJack Lloyd2020-11-111-12/+0
* Merge GH #2488 Cleanup of exception typesJack Lloyd2020-11-1114-109/+25
|\
| * Remove several disused or rarely used exception typesJack Lloyd2020-11-1114-109/+25
* | Merge GH #2487 Make polyn_gf2m.h internalJack Lloyd2020-11-118-13/+17
|\ \
| * | Rule of 5Jack Lloyd2020-11-112-0/+10
| * | Make polyn_gf2m.h internalJack Lloyd2020-11-118-13/+7
| |/
* | Merge GH #2489 Remove some unnecessary macrosJack Lloyd2020-11-119-113/+33
|\ \
| * | Remove unnecessary code due to compiler limitationsJack Lloyd2020-11-119-113/+33
| |/
* / 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