aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Only run multi-iteration block test with long tests enabledJack Lloyd2019-12-131-0/+5
* Add NIST Monte-Carlo test for SHAJack Lloyd2019-12-133-4/+117
* Clean up handling of POWER ISA extensionsJack Lloyd2019-12-121-1/+1
* Add more test vectors for Tiger hashJack Lloyd2019-12-121-3/+1938
* Resolve various integer conversion warnings from MSVCJack Lloyd2019-12-062-2/+2
* Avoid integer overflow warningJack Lloyd2019-12-061-2/+9
* Make CPU probes noexceptJack Lloyd2019-12-061-6/+6
* Fix MSVC warnings in PKCS11Jack Lloyd2019-12-061-4/+9
* Fix MSVC "optimization" warning about bool conversionsJack Lloyd2019-12-063-13/+13
* Fix MSVC warnings in McElieceJack Lloyd2019-12-061-1/+1
* Add tests for CRLs in FFI APIPavol Žáčik2019-12-031-0/+77
* Fix PKCS11 warningsJack Lloyd2019-12-031-3/+5
* Add -Werror mode for CI buildJack Lloyd2019-12-031-1/+1
* attemp_srp is overriding thus marking explicitallyDavid Carlier2019-11-301-1/+1
* Add a test of TLS-SRPJack Lloyd2019-11-231-1/+92
* Merge GH #2196 Add AVX2 impl of SHACAL2Jack Lloyd2019-11-151-117/+117
|\
| * Add SHACAL2 AVX2Jack Lloyd2019-11-141-117/+117
* | Prefer CCM over CBC ciphersuitesRené Korthaus2019-11-151-1/+1
* | Remove non-ephemeral PSK ciphersuites from BSI TLS policyRené Korthaus2019-11-141-1/+1
* | Add SHA-512 to BSI TLS policy's allowed sigatures hashesRené Korthaus2019-11-141-1/+1
* | Add AES-128/CCM and AES-256/CCM ciphersuites to BSI TLS policyRené Korthaus2019-11-141-1/+1
* | Remove some FFDHE groups from BSI TLS policyRené Korthaus2019-11-141-1/+1
|/
* Allow disabling TLS 1.0/1.1 and DTLS 1.0 at build timeJack Lloyd2019-11-101-1/+3
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-283-63/+41
* Merge GH #2172 Add support for XMSS X.509 certsJack Lloyd2019-10-253-2/+181
|\
| * Add guards for XMSS path validation testsRené Korthaus2019-10-251-1/+9
| * Add missing certificatesRené Korthaus2019-10-232-0/+135
| * Add support for XMSS X.509 certificatesRené Korthaus2019-10-211-1/+37
* | Merge GH #2175 Check that HMAC_DRBG reseed_interval is allowed by the standardJack Lloyd2019-10-241-0/+33
|\ \
| * | Change limit to 2^24 to properly support 32 bit platformsRené Korthaus2019-10-241-4/+4
| * | Update test stringsRené Korthaus2019-10-231-2/+2
| * | Add check for upper bound of reseed_intervalRené Korthaus2019-10-231-0/+33
* | | Merge GH #2173 Label XTS test vectors closing #2146Jack Lloyd2019-10-241-26/+86
|\ \ \ | |/ / |/| |
| * | Place AES-256 test vectors under [AES-256/XTS]Shibani Shankar Dash2019-10-241-28/+34
| * | Fix case in test vectorsShibani Shankar Dash2019-10-221-84/+84
| * | Label XTS test vectors, Add remaining test vectors from IEEE 1619-2007Shibani Shankar Dash2019-10-221-85/+139
| |/
* / Avoid situation where is_active and is_closed could both return trueJack Lloyd2019-10-221-0/+4
|/
* silence trivial warningsNuno Goncalves2019-10-202-2/+4
* Merge GH #2143 Add RoughtimeJack Lloyd2019-10-167-0/+484
|\
| * Add roughtime protocolNuno Goncalves2019-10-144-0/+347
| * Add test variable getter for u64Nuno Goncalves2019-10-142-0/+17
| * Add URI class to parse IPv4, IPv6 and domain names together with port numberNuno Goncalves2019-10-141-0/+120
* | Merge GH #2147 Add constant-time gcd computationJack Lloyd2019-10-161-1/+2
|\ \
| * | Add constant-time gcdJack Lloyd2019-10-121-1/+2
* | | Merge GH #2148 Improve RSA key generation performanceJack Lloyd2019-10-161-10/+0
|\ \ \ | |_|/ |/| |
| * | Remove bogus testJack Lloyd2019-10-121-10/+0
| |/
* | Always try to use an IV with ECIESJack Lloyd2019-10-132-5/+4
* | Fix CCM bugJack Lloyd2019-10-131-0/+4
|/
* Fix FFI test failure when Scrypt is disabled in buildJack Lloyd2019-10-061-2/+2
* Add a test that (0,0) is not a valid point on any curveJack Lloyd2019-10-061-0/+4