aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #736 Add SHAKE support to XMSSJack Lloyd2016-11-252-0/+120
|\
| * Adds SHAKE support for XMSSMatthias Gierlings2016-11-252-0/+120
* | Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
|/
* Add missing macro check in testJack Lloyd2016-11-221-0/+2
* Add tests for PK work factor functionsJack Lloyd2016-11-222-0/+82
* Add brainpool test to TLSJack Lloyd2016-11-191-1/+3
* Merge GH #729 Add CECPQ1 (x25519+NewHope) TLS ciphersuitesJack Lloyd2016-11-192-2/+6
|\
| * Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-172-2/+6
* | Add key_constraints_to_string, GOST-34.10 cert handlingJack Lloyd2016-11-181-69/+58
* | Don't force HMAC_DRBG to be enabledJack Lloyd2016-11-181-17/+23
* | Fix TLS testJack Lloyd2016-11-181-4/+4
|/
* This range check was in the wrong directionJack Lloyd2016-11-171-1/+1
* Merge GH #727 Tests for KDF::nameJack Lloyd2016-11-1611-34/+35
|\
| * KDF1 uses a hash function onlyRené Korthaus2016-11-161-1/+1
| * Add a test for KDF::name()René Korthaus2016-11-1511-34/+35
* | Fix TLS corruption tests.Jack Lloyd2016-11-152-8/+11
* | Add negative tests for cipher mode paddingJack Lloyd2016-11-152-52/+107
|/
* Merge GH #724 Add ESP (IPsec) CBC padding modeJack Lloyd2016-11-152-0/+36
|\
| * Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-151-0/+15
| * Add ESP block cipher padding from RFC 4303René Korthaus2016-11-141-0/+21
* | Add test vectors for HKDF-Expand and HKDF-ExtractRené Korthaus2016-11-151-22/+140
* | Add full HKDF implementationRené Korthaus2016-11-121-38/+26
|/
* Add params to XMSS test inputsJack Lloyd2016-11-123-47/+53
* Remove unused variable from testsJack Lloyd2016-11-122-8/+0
* Merge GH #717 Add XMSS signaturesJack Lloyd2016-11-123-0/+287
|\
| * Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-113-0/+287
* | Pubkey cleanupsJack Lloyd2016-11-121-18/+0
|/
* Merge GH #552 Add Cipher_Mode::reset, better AEAD testsJack Lloyd2016-11-102-45/+313
|\
| * Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-082-45/+313
* | Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-0/+29
|/
* Add signature KAT test for GOST 34.10-2001Jack Lloyd2016-11-063-1/+49
* Re-enable the Threaded Fork testJoel Low2016-11-061-1/+1
* Add an additional test for Threaded_ForkJack Lloyd2016-11-051-0/+25
* Fix test, catching wrong exception typeJack Lloyd2016-11-051-1/+1
* Merge GH #710 Allow custom EC curve to be specified at build timeJack Lloyd2016-11-041-0/+4
|\
| * Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-031-0/+4
* | Skip bzip2 compression entropy testsJack Lloyd2016-11-041-8/+5
* | Fix entropy testsJack Lloyd2016-11-041-6/+3
* | Handle missing SHA-x in DSA param gen testJack Lloyd2016-11-041-8/+13
* | Fix PKCS11 test errorJack Lloyd2016-11-041-3/+12
* | Add test for DSA parameter generationJack Lloyd2016-11-032-2/+130
* | Add short output KDF1 testJack Lloyd2016-11-031-0/+5
* | Run PKCS11 key self testsJack Lloyd2016-11-031-0/+3
|/
* Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lockJack Lloyd2016-11-032-116/+2
|\
| * Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-032-116/+2
* | Add create_key self testJack Lloyd2016-11-031-0/+2
* | Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-3/+3
|/
* Remove stray non-ASCII chars which broke compilation on non UTF-8 code pages.Jack Lloyd2016-11-021-2/+2
* Test PK key creation via create_private_key APIJack Lloyd2016-10-3112-174/+106
* Add P-521 ECDSA testJack Lloyd2016-10-301-0/+9