aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update the BoringSSL runner and update the shimJack Lloyd2020-12-0512-42/+98
* Cleanups in the Aarch64 SHA-2 codeJack Lloyd2020-12-051-101/+88
* Clean up the SHA-2 x86 SHA-NI implementationJack Lloyd2020-12-051-98/+99
* Fix #2525 for Pwdhash interfaceJack Lloyd2020-12-051-2/+2
* Remove cast_sboxes.hJack Lloyd2020-12-042-199/+181
* Combine the DES tables into oneJack Lloyd2020-12-041-30/+17
* Simplify Camellia key schedule a bitJack Lloyd2020-12-041-25/+29
* Use smaller tables for DESJack Lloyd2020-12-043-389/+121
* Use smaller tables in Camellia, ARIA, and SEEDJack Lloyd2020-12-043-955/+350
* Merge GH #2532 Add arm32 and s390x builds back to Travis CIJack Lloyd2020-12-043-9/+13
|\
| * Add back arm32 and s390x builds to TravisJack Lloyd2020-12-023-9/+13
* | Improve checks and avoid hard-coding the major version numberJack Lloyd2020-12-031-4/+15
* | Improve CI tests of the install targetJack Lloyd2020-12-024-59/+83
|/
* the linter is quite rightHannes Rantzsch2020-12-011-2/+2
* CI: validate installation after running make installHannes Rantzsch2020-12-013-7/+65
* Merge GH #2529 Export list of includes into build_config.jsonJack Lloyd2020-12-011-13/+11
|\
| * Export the list of headers into build_config.jsonJack Lloyd2020-12-011-13/+11
* | Remove ULL suffixesJack Lloyd2020-12-014-803/+803
|/
* Merge GH #2527 Add some more BLAKE2b MAC test vectorsJack Lloyd2020-12-011-0/+39
|\
| * Some more blake2b mac test vectors from Linux kernel.Tom2020-11-301-0/+39
* | Switch MAC vs HMAC preference in KDF and PBKDF2Jack Lloyd2020-12-012-4/+4
|/
* Do not accept EC signatures when the public point is invalidJack Lloyd2020-11-304-2/+22
* Add missing check for zero point during ECKCDSA verificationJack Lloyd2020-11-301-0/+2
* Make this comment easier to readJack Lloyd2020-11-301-1/+2
* Break complicated expression down into several statementsJack Lloyd2020-11-301-2/+6
* Add a couple more BLAKE2b MAC tests (from OpenSSL)Jack Lloyd2020-11-291-0/+11
* ReformatJack Lloyd2020-11-291-37/+38
* Add support for keyed Blake2b and also MAC via Blake2b.Tom2020-11-297-5/+1225
* Merge GH #2523 Remove KDF truncation behaviorJack Lloyd2020-11-2819-158/+212
|\
| * Remove the KDF truncation behaviorJack Lloyd2020-11-2819-158/+212
* | Merge GH #2522 Avoid duplicated hash_for_emsa call in DSAJack Lloyd2020-11-282-10/+2
|\ \
| * | Avoid a duplicated call of hash_for_emsaJack Lloyd2020-11-282-10/+2
| |/
* / Add VSX flags for compilersJack Lloyd2020-11-282-1/+3
|/
* Merge GH #2521 Deprecate and inline some old compat key loader functionsJack Lloyd2020-11-284-202/+124
|\
| * Deprecate some of the old PK load functions, inline othersJack Lloyd2020-11-284-202/+124
* | Merge GH #2520 Add Private_Key::public_keyJack Lloyd2020-11-2839-3/+163
|\ \
| * | Add Private_Key::public_keyJack Lloyd2020-11-2839-3/+163
| |/
* / Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-2859-68/+54
|/
* Avoid using C++ attribute for ffi.hJack Lloyd2020-11-281-3/+7
* Remove some unused macro checks/includesJack Lloyd2020-11-282-14/+7
* 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-283-6/+11
|\ \
| * | Add a new ISA flag for VSX instructionsJack Lloyd2020-11-273-6/+11
| |/
* | Merge GH #2513 Various math improvementsJack Lloyd2020-11-289-58/+128
|\ \
| * | SRP6 improvementsJack Lloyd2020-11-241-28/+32
| * | Some DL_Group and Montgomery exp improvementsJack Lloyd2020-11-246-25/+86
| * | Fix speed's OS2ECP outputJack Lloyd2020-11-241-3/+3
| * | Add --hex flag to gen_primeJack Lloyd2020-11-241-2/+7
| |/
* | Merge GH #2512 Remove support for TLS DHE_PSK suitesJack Lloyd2020-11-2812-48/+24
|\ \