aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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