aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Updates module policy, fixes test suite errorsMatthias Gierlings2016-12-011-1/+11
* | Compile fixJack Lloyd2016-11-271-2/+2
* | Avoid unused variable warning if compression disabledJack Lloyd2016-11-271-2/+2
* | Add tests for TLS policy valuesJack Lloyd2016-11-265-5/+159
* | Simple tests for AutoSeeded_RNGJack Lloyd2016-11-261-0/+95
* | Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-2613-15/+76
* | When fuzzing verify/decrypt, choose a new value each time through loopJack Lloyd2016-11-261-8/+2
* | Avoid recreating PK_Verifiers/PK_Decryptors multiple times in testJack Lloyd2016-11-261-45/+61
* | Merge GH #653 OCSP and X.509 path validation refactorJack Lloyd2016-11-2518-28/+464
|\ \
| * | Account for new string in test dataJack Lloyd2016-11-251-2/+2
| * | Fix TLS tests wrt validation changesJack Lloyd2016-11-251-12/+25
| * | Add a test for to_string(Certificate_Status_Code)Jack Lloyd2016-11-251-0/+64
| * | Add macro signalling support for online revocation checks.Jack Lloyd2016-11-231-0/+4
| * | Windows fixJack Lloyd2016-11-231-1/+1
| * | Better OCSP tests including online testsJack Lloyd2016-11-239-8/+207
| * | Add some simple OCSP testsJack Lloyd2016-11-236-0/+166
| * | Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-231-10/+0
| * | Add useful debugging output to path validation testJack Lloyd2016-11-231-1/+1
| |/
* | Easy testJack Lloyd2016-11-251-0/+1
* | Make XMSS more friendly about invalid params.Jack Lloyd2016-11-251-3/+14
* | Add a couple more workfactor testsJack Lloyd2016-11-251-0/+6
* | Add a test of TLS::Alert::type_stringJack Lloyd2016-11-251-5/+61
* | 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
|\