aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Modify Testsuite_RNG slightly to avoid rotationsJack Lloyd2020-11-014-5/+67
* Add missing includeJack Lloyd2020-10-311-0/+1
* Make several XMSS implementation headers internalJack Lloyd2020-10-3119-88/+112
* Attempt at build fixJack Lloyd2020-10-311-0/+1
* Merge X.509 header filesJack Lloyd2020-10-3149-983/+954
* Merge GH #2441 Merge some of the ASN.1 headersJack Lloyd2020-10-3140-377/+345
|\
| * Merge some of the ASN.1 headersJack Lloyd2020-10-3140-377/+345
* | Merge GH #2440 Support multiple associated data on AEAD_mode interfaceJack Lloyd2020-10-315-9/+49
|\ \
| * | Generalize SIV's support for multiple ADs to the AEAD interfaceJack Lloyd2020-10-315-9/+49
| |/
* / Move MinGW build to last in CIJack Lloyd2020-10-311-8/+8
|/
* Merge GH #2438 Fix pylint CIJack Lloyd2020-10-292-1/+3
|\
| * Fix Pylint CIJack Lloyd2020-10-292-1/+3
* | Shuffle Travis build orderJack Lloyd2020-10-291-22/+22
|/
* Build fixJack Lloyd2020-10-281-3/+1
* Remove documentation CI buildJack Lloyd2020-10-281-5/+0
* Run pylint on amd64 until issue can be resolvedJack Lloyd2020-10-281-1/+0
* Merge GH #2437 Move more CI builds to ARM64Jack Lloyd2020-10-281-31/+32
|\
| * Move some of the Travis CI builds to ARMJack Lloyd2020-10-281-31/+32
* | Drop ffi from valgrind buildJack Lloyd2020-10-281-2/+1
|/
* Remove the max concurrency logicJack Lloyd2020-10-281-2/+1
* Increase build max concurrency somewhatJack Lloyd2020-10-281-1/+1
* Merge GH #2435 Move coverage CI build onto 20.04Jack Lloyd2020-10-283-12/+8
|\
| * Move CI coverage build to Ubuntu 20.04Jack Lloyd2020-10-283-12/+8
* | Increase ccache size for valgrind buildJack Lloyd2020-10-281-0/+1
|/
* Correct ccache env nameJack Lloyd2020-10-281-1/+1
* Travis default cache size is 500MJack Lloyd2020-10-281-0/+1
* Merge GH #2433 Fix ECDSA hash->int conversion when group and hash sizes differJack Lloyd2020-10-283-16/+21
|\
| * Correct hash to integer conversions for ECDSAJack Lloyd2020-10-283-16/+21
* | Clean up the Travis configurationJack Lloyd2020-10-281-86/+26
|/
* Forward the categories to register_testJack Lloyd2020-10-282-10/+13
* Tag all tests with a categoryJack Lloyd2020-10-2888-225/+225
* Resolve Doxygen warningsJack Lloyd2020-10-284-3/+8
* Add support for detecting AVX-512 BW/DQ alsoJack Lloyd2020-10-243-12/+35
* Improve AVX-512 detectionJack Lloyd2020-10-244-20/+80
* replace c++20 deprecated std::is_pod with std::is_standard_layout && std::is_...Nuno Goncalves2020-10-232-2/+2
* Try to workaround timeout in ppc32 testsJack Lloyd2020-10-231-0/+2
* Merge GH #2426 Fix parsing of deeply nested cipher namesJack Lloyd2020-10-221-3/+6
|\
| * fix parsing nested cipher namewinter2020-10-211-3/+6
* | Merge GH #2425 Fix ECC multiexp when the points are relatedJack Lloyd2020-10-224-2/+33
|\ \
| * | Fix ECC multiexponentiation when two points are relatedJack Lloyd2020-10-204-2/+33
* | | Run TLS DSA tests only in long test modeJack Lloyd2020-10-221-5/+13
|/ /
* / src/build-data/arch/arm64.txt: add aarch64_beFabrice Fontaine2020-10-151-0/+1
|/
* Same as #2420 for Bogo shimJack Lloyd2020-10-111-1/+1
* Fix order of linker flagsAntonio Rojas2020-10-111-2/+2
* Merge GH #2419 Prevent requesting DER-encoded signature on algos that don't s...Jack Lloyd2020-10-094-2/+106
|\
| * improve check if signature algorithm supports DER encodingPhilippe Lieser2020-10-094-2/+106
* | Batch the InvMixCol operationsJack Lloyd2020-10-091-12/+20
|/
* Merge GH #2417 Do InvMixColumn using words instead of bytesJack Lloyd2020-10-081-19/+19
|\
| * Do InvMixColumn using 32-bit words instead of bytes.Jack Lloyd2020-10-071-19/+19
* | Merge GH #2416 Move ghash to utilsJack Lloyd2020-10-0815-101/+63
|\ \