aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* More cleanup of XMSS headersJack Lloyd2020-11-018-518/+480
* Modify Testsuite_RNG slightly to avoid rotationsJack Lloyd2020-11-011-0/+7
* Add missing includeJack Lloyd2020-10-311-0/+1
* Make several XMSS implementation headers internalJack Lloyd2020-10-3119-88/+112
* Merge X.509 header filesJack Lloyd2020-10-3142-978/+948
* Merge GH #2441 Merge some of the ASN.1 headersJack Lloyd2020-10-3138-374/+344
|\
| * Merge some of the ASN.1 headersJack Lloyd2020-10-3138-374/+344
* | Generalize SIV's support for multiple ADs to the AEAD interfaceJack Lloyd2020-10-314-2/+43
|/
* Correct hash to integer conversions for ECDSAJack Lloyd2020-10-281-7/+6
* Resolve Doxygen warningsJack Lloyd2020-10-283-3/+5
* Add support for detecting AVX-512 BW/DQ alsoJack Lloyd2020-10-243-12/+35
* Improve AVX-512 detectionJack Lloyd2020-10-243-18/+80
* replace c++20 deprecated std::is_pod with std::is_standard_layout && std::is_...Nuno Goncalves2020-10-232-2/+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
* | Fix ECC multiexponentiation when two points are relatedJack Lloyd2020-10-203-2/+25
|/
* Merge GH #2419 Prevent requesting DER-encoded signature on algos that don't s...Jack Lloyd2020-10-091-2/+9
|\
| * improve check if signature algorithm supports DER encodingPhilippe Lieser2020-10-091-2/+9
* | 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
* | Move ghash to utilsJack Lloyd2020-10-0712-95/+57
|/
* Fix Clang warningJack Lloyd2020-10-041-1/+1
* Merge GH #2406 Don't include the port number in HTTP Host headerJack Lloyd2020-10-042-20/+20
|\
| * Moved seperation of port number from hostname to http_sync functionJelle van Geel2020-09-262-20/+20
* | Fix LGTM warning about overflow checks in SP800-108 KDFJack Lloyd2020-10-027-12/+29
* | Remove deprecation, stuck with this for nowJack Lloyd2020-10-011-1/+3
* | Track where DL_Groups and EC_Groups come fromJack Lloyd2020-10-015-47/+140
* | Fix initialiation of CPUID fieldsJack Lloyd2020-09-261-1/+3
|/
* Merge GH #2404 Support suffixes on release version numbersJack Lloyd2020-09-251-2/+10
|\
| * Support suffixes on version numbersJack Lloyd2020-09-251-2/+10
* | Merge GH #2401 Support OCSP on a non-standard portJack Lloyd2020-09-251-2/+15
|\ \ | |/ |/|
| * Updated HTTP Utils so that OCSP responder URLs that contain a non standard po...Jelle van Geel2020-09-171-2/+15
* | The add_entropy_T function only works with POD - check thisJack Lloyd2020-09-211-0/+2
|/
* Remove deprecation macro from Serialized_RNGJack Lloyd2020-09-141-1/+5
* Remove use of Serialized_RNG in FFI and testsJack Lloyd2020-09-121-7/+1
* Refactor Stateful_RNG and add a lockJack Lloyd2020-09-128-142/+185
* Avoid C++ comment in compiler.hJack Lloyd2020-09-101-1/+1
* fix "string is not a member of std" error on windows compilation without threadsIbrahim Soliman Mohamed Soliman2020-08-241-0/+2
* Fix swapped comments in sym_algo.hJack Lloyd2020-08-211-2/+2
* Fix memory leak in GCM constructorJack Lloyd2020-08-111-5/+3
* Don't allow requesting EAX have 0 length tagJack Lloyd2020-08-111-1/+1
* Remove some duplicated logic for Certstore find_certJack Lloyd2020-06-305-26/+24
* update copyright noticeRené Meusel2020-06-291-1/+1
* DocumentationRené Meusel2020-06-291-4/+9
* Refactor: general code cleanups and refinementsRené Meusel2020-06-291-125/+62
* make use of kSecMatchLimit where appropriateRené Meusel2020-06-291-32/+64
* Refactor: improve encapsulation of search query construction and result conve...René Meusel2020-06-291-59/+81
* Refactor: move certificate parsing into helper functionRené Meusel2020-06-291-50/+58
* FIX: handle duplicated root certs more gracefulRené Meusel2020-06-261-5/+1