aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid using C++ attribute for ffi.hJack Lloyd2020-11-281-3/+7
* Remove some unused macro checks/includesJack Lloyd2020-11-281-8/+0
* Merge GH #2517 Allow custom RSA private keys during TLSJack Lloyd2020-11-281-1/+1
|\
| * Allow custom RSA Private_Key in Client_Key_Exchange messageClaudius Hauptmann2020-11-271-1/+1
* | Merge GH #2516 Add a flag for VSX instructionsJack Lloyd2020-11-282-6/+10
|\ \
| * | Add a new ISA flag for VSX instructionsJack Lloyd2020-11-272-6/+10
| |/
* | Merge GH #2513 Various math improvementsJack Lloyd2020-11-287-53/+118
|\ \
| * | SRP6 improvementsJack Lloyd2020-11-241-28/+32
| * | Some DL_Group and Montgomery exp improvementsJack Lloyd2020-11-246-25/+86
| |/
* | Merge GH #2512 Remove support for TLS DHE_PSK suitesJack Lloyd2020-11-288-38/+9
|\ \
| * | Remove support for DHE_PSKJack Lloyd2020-11-248-38/+9
| |/
* / Fix placement of deprecated macroJack Lloyd2020-11-281-1/+2
|/
* Merge GH #2511 Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-243-11/+1
|\
| * Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-243-11/+1
* | 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
| |/