aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
...
| * | review changesDaniel Neus2017-10-211-225/+225
| * | X.509 RSA-PSS verificationDaniel Neus2017-10-20232-0/+8845
* | | Allow setting CTR width via stringJack Lloyd2017-10-201-0/+18
* | | Add GHASH using SSSE3Jack Lloyd2017-10-201-1/+1
|/ /
* / GMAC test fixesJack Lloyd2017-10-181-1/+1
|/
* In TLS CBC padding check, only need to verify last 256 bytesJack Lloyd2017-09-291-2/+26
* Add a test of TLS CBC padding verificationJack Lloyd2017-09-291-0/+36
* Merge GH #1226 Add HKDF-Expand-LabelJack Lloyd2017-09-271-0/+24
|\
| * Add HKDF-Expand-LabelJack Lloyd2017-09-271-0/+24
* | Remove OutputLen parameter from KDF test dataJack Lloyd2017-09-2711-1402/+1
|/
* Add a GCD testJack Lloyd2017-09-252-0/+12
* Test SIV multi-AD functionJack Lloyd2017-09-241-0/+37
* Better tests for SIVJack Lloyd2017-09-241-0/+1601
* Move passhash9 and bcrypt tests to passhash/ subdirJack Lloyd2017-09-242-0/+0
* Move ocb test data to ocb/ subdirJack Lloyd2017-09-243-0/+0
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-201-4/+26
* Merge GH #1212 Add support for 'raw' PSS signaturesJack Lloyd2017-09-203-112/+705
|\
| * Support PSSR_RawJack Lloyd2017-09-163-112/+705
* | Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-193-0/+104
|\ \ | |/ |/|
| * Change wide block OCBJack Lloyd2017-09-153-11/+64
| * Support larger block sizes in OCBJack Lloyd2017-09-103-0/+51
* | Update Wycheproof GCM testsJack Lloyd2017-09-151-6/+38
* | some formattingAtanas Filyanov2017-09-151-1/+5
* | reenable 8 byte gcm tagsAtanas Filyanov2017-09-151-0/+9
* | Allow GCM tag size in the range 96..128 bitsAtanas Filyanov2017-09-141-15/+43
* | Merge GH #1208 Fix decoding of RFC 5915 ECC keysJack Lloyd2017-09-131-0/+6
|\ \
| * | Remove inner/outer OID check in EC_PrivateKey ctorRené Korthaus2017-09-131-0/+6
| |/
* / allow 12 byte GCM tags and add test vectorsAtanas Filyanov2017-09-131-0/+48
|/
* Change SM2 encryption to match updated standard.Jack Lloyd2017-09-101-1/+2
* Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-0/+1
* Simplify polynomial doubling codeJack Lloyd2017-09-051-0/+13
* Support a negative base in power_modJack Lloyd2017-09-021-0/+22
* Add a script for running TLS-Attacker, remove old shell scriptsJack Lloyd2017-09-021-0/+29
* Remove hard-coded fuzz testsJack Lloyd2017-08-2555-327/+0
* Use correct padding mode in ARIA CBC testJack Lloyd2017-08-231-1/+1
* Cleanup ARIAJack Lloyd2017-08-231-3/+10
* Add missing ARIA test vectors (GH #1004)Jeffrey Walton2017-08-231-0/+35
* Add is_passhash9_alg_supported()René Korthaus2017-08-191-0/+1
* More ECDSA Raw(hash) testsJack Lloyd2017-08-161-0/+17
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-152-0/+40
* Merge GH #1151 Add SHACAL2Jack Lloyd2017-08-151-0/+4097
|\
| * Add SHACAL2 in generic SIMDJack Lloyd2017-08-131-0/+14
| * Add SHACAL2Jack Lloyd2017-08-131-0/+4083
* | Improve polynomial doubling code, move to utilJack Lloyd2017-08-151-0/+240
|/
* Fix issue signing an ECDSA hash of all-zeros (GH #1143)Jack Lloyd2017-08-072-0/+31
* Merge GH #1142 Add SM2 encryption schemeJack Lloyd2017-08-071-0/+14
|\
| * Add SM2 encryption schemeJack Lloyd2017-08-041-0/+14
* | Merge GH #1114 Add Streebog hash (GOST 34.11-2012)Jack Lloyd2017-08-071-0/+796
|\ \ | |/ |/|
| * Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-041-0/+796
| * Add ChaCha_RNGJack Lloyd2017-07-311-0/+129