aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update newsJack Lloyd2020-11-211-0/+14
* Merge GH #2505 Remove support for DSA in TLSJack Lloyd2020-11-2113-210/+10
|\
| * Remove TLS support for DSA certificates/ciphersuitesJack Lloyd2020-11-2113-210/+10
* | Add superh alias needed by DebianJack Lloyd2020-11-211-0/+1
|/
* Merge GH #2497 Remove TLS anonymous suitesJack Lloyd2020-11-2110-55/+18
|\
| * Improvements to TLS suite generation scriptJack Lloyd2020-11-212-20/+13
| * Remove support for TLS anonymous DH/ECDH suitesJack Lloyd2020-11-2110-35/+5
|/
* Merge GH #2504 Add PKCS11 back to coverage buildJack Lloyd2020-11-212-2/+2
|\
| * Test PKCS11 in the coverage buildJack Lloyd2020-11-212-2/+2
|/
* Merge GH #2503 Move coverage CI build to Github ActionsJack Lloyd2020-11-214-22/+23
|\
| * Move Coverage build to GH ActionsJack Lloyd2020-11-214-22/+23
|/
* Merge GH #2501 Move most CI builds to GitHub ActionsJack Lloyd2020-11-215-119/+181
|\
| * Switch most CI builds from Travis CI to Github ActionsJack Lloyd2020-11-215-119/+181
|/
* 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-132-4/+4
* Merge GH #2495 Cleanup some CI cruftJack Lloyd2020-11-133-72/+14
|\
| * Remove some obsolete cruft from the CI scriptsJack Lloyd2020-11-133-72/+14
* | Update news and readme with 2.17.2 info [ci skip]Jack Lloyd2020-11-132-3/+17
|/
* 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
* | Merge GH #2490 Use more constexprJack Lloyd2020-11-135-99/+75
|\ \
| * | Use constexpr where applicable in util headersJack Lloyd2020-11-135-99/+75
| |/
* / Add --compiler-cache option to configure.pyJack Lloyd2020-11-131-1/+12
|/
* 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-1116-112/+43
|\
| * Remove several disused or rarely used exception typesJack Lloyd2020-11-1116-112/+43
* | Merge GH #2487 Make polyn_gf2m.h internalJack Lloyd2020-11-119-14/+17
|\ \
| * | Rule of 5Jack Lloyd2020-11-112-0/+10
| * | Make polyn_gf2m.h internalJack Lloyd2020-11-119-14/+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
| |/
* | 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