aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Move Roughttime test dataJack Lloyd2021-06-013-0/+0
* Move codec tests and dataJack Lloyd2021-06-014-0/+0
* Skip negative test in ECDSAJack Lloyd2021-05-291-0/+15
* Fix an ECKCDSA bugJack Lloyd2021-05-241-7/+49
* Revert use of new safegcd bounds functionJack Lloyd2021-05-191-0/+4
* DES doesn't use BMI2 anymoreJack Lloyd2021-05-191-2/+0
* Fix name constraint applicationJack Lloyd2021-05-083-0/+88
* Name constraint fixesJack Lloyd2021-05-084-1/+180
* Implement draft-irtf-cfrg-hash-to-curveJack Lloyd2021-04-252-0/+216
* Post rebase fixesJack Lloyd2021-04-011-20/+0
* Fix a bug in BigInt::operator>>Jack Lloyd2021-03-261-0/+8
* Add OSS-Fuzz 32470 test caseJack Lloyd2021-03-251-0/+8
* Fix the OCSP online testJack Lloyd2021-03-242-0/+47
* Implement Ed25519 public key checkingJack Lloyd2021-03-171-0/+16
* Fix BigInt::operator< when both integers are negativeJack Lloyd2021-03-051-0/+78
* Add a fastpath for inversion modulo 2*oJack Lloyd2021-02-231-0/+16
* Fix decoding a DN when the set contains more than one elementJack Lloyd2021-02-201-0/+0
* Use better bounds for safegcd iterationsJack Lloyd2021-02-141-0/+710
* Update ECDSA timing test vectorsRené Fischer2021-01-221-1/+1
* Decode ASN.1 TeletexStrings strings correctlyJack Lloyd2021-01-131-0/+0
* Remove unused charset conversion functionsJack Lloyd2021-01-131-28/+0
* Add some more CCM tests taken from NISTJack Lloyd2021-01-041-0/+68
* Add BMI2 3DES implementationJack Lloyd2020-12-271-0/+2
* Remove duplicated SHACAL2 testsJack Lloyd2020-12-201-8/+0
* New sizes for DL exponentsJack Lloyd2020-12-143-16/+44
* Some more blake2b mac test vectors from Linux kernel.Tom2020-11-301-0/+39
* Do not accept EC signatures when the public point is invalidJack Lloyd2020-11-301-0/+8
* Add a couple more BLAKE2b MAC tests (from OpenSSL)Jack Lloyd2020-11-291-0/+11
* Add support for keyed Blake2b and also MAC via Blake2b.Tom2020-11-291-0/+1053
* Remove support for DHE_PSKJack Lloyd2020-11-241-1/+1
* Merge GH #2478 Avoid long loop in modular square root with certain composite ...Jack Lloyd2020-11-091-0/+6
|\
| * Avoid a long loop in modular square root with certain composite moduliJack Lloyd2020-11-091-0/+6
* | Add more tests of Jacobi symbolJack Lloyd2020-11-091-0/+2774
|/
* Remove CBC-MACJack Lloyd2020-11-051-326/+0
* Remove XTEAJack Lloyd2020-11-052-942/+0
* Remove PBKDF1Jack Lloyd2020-11-051-26/+0
* Remove KASUMIJack Lloyd2020-11-051-13/+0
* Remove DESXJack Lloyd2020-11-051-37/+0
* Remove Tiger hash functionJack Lloyd2020-11-053-2020/+0
* Remove MISTY1Jack Lloyd2020-11-051-125/+0
* Remove CAST-256Jack Lloyd2020-11-051-53/+0
* Correct hash to integer conversions for ECDSAJack Lloyd2020-10-282-9/+15
* Fix ECC multiexponentiation when two points are relatedJack Lloyd2020-10-201-0/+8
* Verify name constraints on subject alternative name DN alsoJack Lloyd2020-06-093-0/+26
* Check that a v1 certificate does not include the v2 identifier fieldsJack Lloyd2020-05-254-2/+66
* Add constant time bitsliced AES encryption for CPUs without vperm or hardwareJack Lloyd2020-05-061-14/+2
* Merge GH #2249 Add a test of Microsoft's CVE-2020-0601Jack Lloyd2020-04-223-0/+50
|\
| * Add a test of CVE-2020-0601Jack Lloyd2020-01-283-0/+50
* | Fix flaky GOST 34.10 signature testJack Lloyd2020-04-072-0/+4
* | Fix underflow bug in modular inverseJack Lloyd2020-03-081-0/+11