aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add try/catch block at top-level test runnerJack Lloyd2016-09-161-3/+17
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-157-12/+31
* Fix build on PowerPC. Fix test runs on non-x86Jack Lloyd2016-09-151-4/+1
* Add cpuid overload to test frameworkJack Lloyd2016-09-1510-15/+124
* Add TLS 1.2 PRF test vectorsRené Korthaus2016-09-131-0/+34
* Add missing guardJack Lloyd2016-09-091-0/+4
* Add test of FPE_FE1Jack Lloyd2016-09-092-0/+59
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-052-0/+6137
|\
| * Fix tests with newhope disabledJack Lloyd2016-08-301-3/+10
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-302-0/+6130
* | No need for long all-zero input after cd9f852Jack Lloyd2016-09-051-1/+0
* | Merge GH #616 ChaCha SSE2 optimizationsJack Lloyd2016-09-051-0/+8
|\ \
| * | Missing increment in SSE2 version, broke ChaCha20Poly1305 testsJack Lloyd2016-09-011-0/+8
* | | Call base class assignment operator in X509_CertificateRené Korthaus2016-09-041-2/+2
* | | Remove deprecated Nyberg-Rueppel and Rabin-Williams signaturesJack Lloyd2016-09-025-410/+0
* | | Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-027-377/+0
* | | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEAJack Lloyd2016-09-0210-10849/+1
* | | Let the input arg to stream cipher test be optional.Jack Lloyd2016-09-013-98/+5
|/ /
* | Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-3164-7325/+20969
|\ \
| * \ Merge GH #567/GH #457 TLS refactoring and Callbacks interfaceJack Lloyd2016-08-311-244/+352
| |\ \ | | |/ | |/|
| | * Add a Callbacks function for ALPNJack Lloyd2016-08-161-4/+6
| | * Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-34/+59
| | * Removed TLS::Session::PropertiesMatthias Gierlings2016-06-191-8/+6
| | * Extended TLS Unit TestsMatthias Gierlings2016-06-191-251/+326
| | * Added virtual Callback InterfaceMatthias Gierlings2016-06-191-13/+13
| | * Implemented Feedback on GH #457Matthias Gierlings2016-06-191-1/+1
| | * Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-22/+30
| * | Merge GH #608 Travis CI workJack Lloyd2016-08-281-3/+34
| |\ \
| | * | Work around a bug in FFIJack Lloyd2016-08-281-3/+29
| | * | Travis CI additions and cleanupJack Lloyd2016-08-281-0/+5
| * | | DLIES test tweaksJack Lloyd2016-08-282-254/+87
| * | | Use Botan's interpretation of P-521 ECDSA zero padding for nowJack Lloyd2016-08-271-1/+5
| * | | Merge GH #607 PK sig test vectors where H(m) has many leading 0 bitsJack Lloyd2016-08-275-0/+50
| |\ \ \ | | |/ / | |/| |
| | * | Add tests with a message hash that contains leading zerosDaniel Neus2016-08-265-0/+50
| * | | Merge GH #605: Test for HMAC_DRBG randomize_with_ts_inputJack Lloyd2016-08-261-0/+39
| |\ \ \
| | * | | Add unit test for HMAC_DRBG::randomize_with_ts_input()René Korthaus2016-08-251-0/+39
| * | | | Correct commentJack Lloyd2016-08-251-1/+1
| |/ / /
| * / / RNG changes (GH #593)Jack Lloyd2016-08-246-54/+357
| |/ /
| * | fix minimized build when pkcs11 module enabledDaniel Neus2016-08-203-5/+23
| * | Merge GH #591Jack Lloyd2016-08-192-136/+497
| |\ \
| | * | Rename find_constraints() and let it throw instead of returning a combinationRené Korthaus2016-08-191-1/+159
| | * | Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signaturesRené Korthaus2016-08-172-7/+31
| | * | Fix allowed_usage() and add tests for key usageRené Korthaus2016-08-171-126/+220
| | * | Fix GH #425 and run x509 tests with different signature algorithmsRené Korthaus2016-08-171-25/+110
| * | | fix source file encoding ANSI -> UTF-8Daniel Neus2016-08-171-2/+2
| |/ /
| * | reseed test for hmac_drbgKai Michaelis2016-08-101-0/+41
| * | Merge GH #551 Add frp256v1 curveJack Lloyd2016-08-025-2/+333
| |\ \
| | * | Added ecdsa_keygen for frp256v1Simon Cogliani2016-08-012-3/+2
| | * | Added test vectors ecdsa_rfc6979 for frp256v1Simon Cogliani2016-08-011-0/+22
| | * | Added test vectors ecdh_kat and ecdh_keygen for frp256v1Simon Cogliani2016-07-312-1/+102