aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-233-39/+15
* | Remove support for SEED TLS ciphersuitesJack Lloyd2020-11-233-5/+1
* | Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-2323-291/+274
* | Remove SRP support from TLSJack Lloyd2020-11-2321-376/+26
|/
* Remove TLS support for DSA certificates/ciphersuitesJack Lloyd2020-11-218-88/+2
* Improvements to TLS suite generation scriptJack Lloyd2020-11-211-6/+2
* Remove support for TLS anonymous DH/ECDH suitesJack Lloyd2020-11-217-30/+4
* 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-118-112/+32
|\ \
| * | Remove unnecessary code due to compiler limitationsJack Lloyd2020-11-118-112/+32
| |/
* / Remove some deprecated typedefsJack Lloyd2020-11-111-4/+0
|/
* Disable MD4/MD5 support in CommonCryptoJack Lloyd2020-11-111-9/+0
* 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
* Use -mcpu=power9 for DARN supportJack Lloyd2020-11-091-0/+4
* 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-091-4/+17
|\ \
| * | Avoid a long loop in modular square root with certain composite moduliJack Lloyd2020-11-091-4/+17
| |/
* / Rule of 5 for pubkey wrappersJack Lloyd2020-11-082-29/+34
|/
* 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-0815-383/+1
* Merge GH #2470 Remove deprecated pubkey functionsJack Lloyd2020-11-089-224/+1
|\
| * Remove deprecated functions from pubkeyJack Lloyd2020-11-089-224/+1
* | Merge GH #2469 More work on calendar interfaceJack Lloyd2020-11-083-50/+45
|\ \
| * | More calendar cleanupsJack Lloyd2020-11-083-50/+45
* | | Merge GH #2468 Cleanups in number theory codeJack Lloyd2020-11-0816-899/+231
|\ \ \
| * | | Cleanup in number theoryJack Lloyd2020-11-0816-899/+231
| |/ /
* | | Merge GH #2366 Add -Wshorten-64-to-32 warning for ClangJack Lloyd2020-11-0817-49/+63
|\ \ \
| * | | Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-0817-49/+63
| |/ /
* / / Remove deprecated exception typesJack Lloyd2020-11-082-64/+0
|/ /