aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #759 Add ISO 9796-2 signature schemesJack Lloyd2016-12-082-0/+56
|\
| * Add ISO9796-2 Signature Schemes giving message recovery 2 and 3.Never2016-12-052-0/+56
* | Merge GH #744 Allow custom extensions when creating certsJack Lloyd2016-12-081-0/+133
|\ \
| * | Rename some methods, add more tests and docsRené Korthaus2016-12-041-20/+30
| * | Allow custom extensions in X509_Cert_OptionsRené Korthaus2016-12-021-0/+123
* | | Merge GH #763 Document test vector originsJack Lloyd2016-12-085-0/+12
|\ \ \
| * | | Add sources for some test vectors [ci skip]René Korthaus2016-12-085-0/+12
* | | | Fix off by one in PKCS #1 v1.5 decryption decodingJack Lloyd2016-12-084-0/+131
|/ / /
* | | Merge GH #757 Fix X509 and PKCS8 formatting functions for PK keysJack Lloyd2016-12-053-8/+8
|\ \ \
| * | | Add Private_Key::private_key_info()René Korthaus2016-12-053-5/+5
| * | | Add Public_Key::subject_public_key()René Korthaus2016-12-051-3/+3
| |/ /
* | | Merge GH #756 Remove ECB Cipher_Mode classJack Lloyd2016-12-054-418/+131
|\ \ \
| * | | Remove ECB test vector fileJack Lloyd2016-12-041-418/+0
| * | | Remove ECB modeJack Lloyd2016-12-043-0/+131
| |/ /
* / / Fix bad deref when ciphersuite value is larger than largest known idJack Lloyd2016-12-051-0/+25
|/ /
* | 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
|\