aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge GH #1651 Default disable TLS v1.0/v1.1 and CBC+CCM suitesJack Lloyd2018-08-232-4/+4
|\
| * Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-222-4/+4
* | Simplify exception messagesJack Lloyd2018-08-229-36/+36
|/
* Regenerate xchacha20poly1305-testvectorsSimon Warta2018-08-191-676/+676
* Add some tests of HMAC with SHA-3Jack Lloyd2018-08-171-0/+134
* Add XChaCha20Poly1305 test vectors generated by libsodiumSimon Warta2018-08-131-0/+9362
* Optimize computation of CTR input blocksJack Lloyd2018-08-101-1/+1
* Add a test of Threefish-512 tweak functionalityJack Lloyd2018-08-081-0/+5
* Add support for XChaCha20Poly1305Jack Lloyd2018-08-071-0/+47
* Add support for XChaChaJack Lloyd2018-08-071-0/+19
* Fix a bug in XSalsa20Jack Lloyd2018-08-071-1/+0
* Accept PKCS1v15 as an alias for EMSA3Jack Lloyd2018-08-021-1/+1
* Add a couple HMAC(SHA-512-256) test vectorsJack Lloyd2018-08-011-0/+11
* Add Lucas test from FIPS 186-4Jack Lloyd2018-07-312-0/+33
* Add additional HMAC tests from RFC 4231Jack Lloyd2018-07-241-0/+81
* Fix error in CCM when L=8Jack Lloyd2018-07-181-0/+124
* Support salts other than exactly 16 bytes for Blowfish key setupJack Lloyd2018-07-181-0/+46
* Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-091-0/+12
* Add a timing check for modular exponentiationJack Lloyd2018-06-301-0/+3
* Support bcrypt 2b and 2yJack Lloyd2018-06-291-0/+11
* Fix handling of SHA instructions in testsJack Lloyd2018-06-293-2/+4
* Fix error in 1024-bit polynomial doubleJack Lloyd2018-06-251-0/+5
* TLS would try to negotiate x25519 even if disabledJack Lloyd2018-06-153-3/+3
* Add 192-bit Suite B policyJack Lloyd2018-06-142-0/+22