aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-201-0/+8
* Add Bcrypt-PBKDFJack Lloyd2019-05-311-0/+184
* Remove redundant OutputLen param in PBKDF testsJack Lloyd2019-05-312-19/+0
* Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-291-0/+38
* Merge GH #1974 Add ability to set max allowed age for an OCSP responseJack Lloyd2019-05-284-0/+120
|\
| * OCSP timeout test uses response w/o 'next_update'René Meusel2019-05-284-0/+120
* | Add Argon2Jack Lloyd2019-05-271-0/+359
* | Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-243-438/+2341
|\ \
| * | Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-1072/+1072
| * | Adds new test casesMatthias Gierlings2019-05-063-452/+2355
* | | Add script for running TLS fuzzerJack Lloyd2019-05-241-3/+4
| |/ |/|
* | Fix various issues in TLS found using BoGoJack Lloyd2019-05-201-3/+3
* | Increase ASN1_Time maximum allowed year to 3100Jack Lloyd2019-05-131-1/+4
* | Fix decoding of RSA-OAEP certsJack Lloyd2019-05-091-0/+29
* | Fix X509_DN comparisonJack Lloyd2019-05-081-0/+24
|/
* Add proper SRP6 testsJack Lloyd2019-04-301-0/+317
* TEST: rejection of user certs by flatfile cert storeRene Meusel2019-04-121-0/+71
* TESt: flatfile cert store uses internal test fileRene Meusel2019-04-121-0/+79
* Support verifying from a v1 rootJack Lloyd2019-04-113-0/+93
* Remove tab charactersJack Lloyd2019-04-103-167/+167
* Add long Blowfish ECB testJack Lloyd2019-02-281-0/+4
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-221-4/+4
* Unroll SHA-3Jack Lloyd2019-02-212-2/+2
* Support arbitrary key lengths in SHAKE-128 cipherJack Lloyd2019-02-131-0/+56
* Add a couple more ChaCha testsJack Lloyd2019-01-311-0/+9
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-182-0/+4
* Add a test of highly imbalanced RSA keyJack Lloyd2018-12-271-0/+15
* Use consistent logic for OAEP and PKCS1v15 decodingJack Lloyd2018-12-211-26/+23
* Support recovering ECDSA public key from message/signature pairJack Lloyd2018-12-101-0/+16
* Add base58 encoding/decodingJack Lloyd2018-12-092-0/+92
* Remove some conditional branches from divisionJack Lloyd2018-12-051-0/+2968
* Fix bug in TLS CBC unpaddingJack Lloyd2018-12-031-0/+6
* Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-021-0/+4
* Add a const-time division algorithmJack Lloyd2018-12-021-0/+8
* Fix a bug in bigint_sub_absJack Lloyd2018-12-021-0/+3
* Correct a bug in BigInt::operator%(word)Jack Lloyd2018-12-011-0/+12
* Simplify BigInt addition and subtractionJack Lloyd2018-11-301-0/+24
* Fix a bug in OneAndZeros unpaddingJack Lloyd2018-11-301-0/+6
* Add ChaCha using SIMD_4x32Jack Lloyd2018-11-041-0/+36
* Fixes and improvments for TSS codeJack Lloyd2018-10-292-0/+74
* Add some long Blowfish testsJack Lloyd2018-10-182-0/+14
* Correct error with XTS minimum block sizeJack Lloyd2018-10-151-0/+579
* Remove duplicated XTS test vectorsJack Lloyd2018-10-151-25/+2
* Add more SM2 signature testsJack Lloyd2018-10-051-0/+56
* Handle PPC crypto bit in tests [ci skip]Jack Lloyd2018-10-011-1/+1
* Add more tests for CBC, CFB, OFB, CTR and GCMJack Lloyd2018-09-295-0/+617
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-291-7/+5
* Spell check the documentationJack Lloyd2018-09-281-1/+1
* Fix a crash in the mode padding fuzzerJack Lloyd2018-09-231-0/+3
* Add fuzzer for mode unpadding, and fix bugs found therebyJack Lloyd2018-09-221-0/+89