aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* OCSP timeout test uses response w/o 'next_update'René Meusel2019-05-284-0/+120
* 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
* Create proper KATs for cryptobox functionJack Lloyd2018-09-121-0/+92
* Support SM2 raw signaturesJack Lloyd2018-09-091-0/+9
* Merge GH #1678 Add read_kv utility functionJack Lloyd2018-09-091-0/+50
|\
| * Add read_kv for parsing strings with key/value pairsJack Lloyd2018-09-091-0/+50
* | Increase minimum Blowfish key length to 64 bitsJack Lloyd2018-09-071-6/+10
|/
* Check PSS salt length during verificationJack Lloyd2018-08-301-1/+1
* Correct order of CPUID bit clearingsJack Lloyd2018-08-265-5/+5
* Add AVX2 version of ChaChaJack Lloyd2018-08-261-1/+1
* Add avx2 tag to Serpent test dataJack Lloyd2018-08-241-1/+1
* If cert extension parsing fails, replace the object with UnknownJack Lloyd2018-08-231-1/+1