aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of trivial typos alloverPeter Meerwald-Stadler2021-10-011-1/+1
* Avoid using short exponents with ElGamalJack Lloyd2021-08-032-6/+56
* skip regression test if candidate cert isn't availableRené Meusel2021-07-123-0/+16
* FIX: try again with 'SecureTrust CA' certificate (D-Trust cert wasn't availab...René Meusel2021-07-122-6/+5
* update copyright noticesRené Meusel2021-07-123-6/+6
* Regression test for GH #2779René Meusel2021-07-123-0/+40
* Improve BigInt::to_dec_string performanceJack Lloyd2021-06-301-10/+10
* Merge GH #2761 Tweak BigInt formattingJack Lloyd2021-06-266-19/+19
|\
| * Tweak how BigInt string formatting worksJack Lloyd2021-06-246-19/+19
* | Revamp test reportingJack Lloyd2021-06-221-45/+82
|/
* Move Roughttime test dataJack Lloyd2021-06-014-3/+3
* Move codec tests and dataJack Lloyd2021-06-016-264/+275
* Small test fixesJack Lloyd2021-05-303-11/+10
* In tests check for required keysJack Lloyd2021-05-3011-11/+19
* Skip negative test in ECDSAJack Lloyd2021-05-291-0/+15
* Fix an ECKCDSA bugJack Lloyd2021-05-243-13/+56
* Revert use of new safegcd bounds functionJack Lloyd2021-05-191-0/+4
* Test gcd in both directionsJack Lloyd2021-05-191-2/+4
* When a test fails dump all of the keysJack Lloyd2021-05-191-3/+9
* DES doesn't use BMI2 anymoreJack Lloyd2021-05-191-2/+0
* Fix name constraint applicationJack Lloyd2021-05-084-0/+134
* Name constraint fixesJack Lloyd2021-05-085-1/+226
* Merge GH #2733 Change CT::copy_output semanticsJack Lloyd2021-05-021-0/+40
|\
| * Change CT::copy_output semanticsJack Lloyd2021-04-291-0/+40
* | Merge GH #2731 Fix sstream formatting issues (see #2730)Jack Lloyd2021-05-021-0/+36
|\ \ | |/ |/|
| * Add a test of OID::to_stringJack Lloyd2021-04-271-0/+36
* | Test both issuer and subject DNs for RDN SET testJack Lloyd2021-04-281-1/+3
|/
* Merge GH #2726 Add support for IRTF hash to curveJack Lloyd2021-04-255-3/+316
|\
| * Implement draft-irtf-cfrg-hash-to-curveJack Lloyd2021-04-255-3/+316
* | Modify BigInt constructorsJack Lloyd2021-04-242-3/+5
|/
* Run scrypt and bcrypt-pbkdf through PasswordHashJack Lloyd2021-04-191-23/+18
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-162-8/+8
* Add derive_key variant supporting AD and secret keyJack Lloyd2021-04-081-35/+9
* Merge GH #2705 Split PBKDF headersJack Lloyd2021-04-081-3/+3
|\
| * Move Argon2 formatting to argon2fmt moduleJack Lloyd2021-04-071-3/+3
* | Avoid raw pointers in AEAD codeJack Lloyd2021-04-061-5/+7
|/
* Use make_unique in filter testsJack Lloyd2021-04-061-12/+11
* More raw pointer removalJack Lloyd2021-04-0510-32/+30
* More use of make_unique in the testsJack Lloyd2021-04-0418-72/+50
* Merge GH #2695 Add logic to help debug sporadic PKCS11 RSA CI failureJack Lloyd2021-04-041-4/+22
|\
| * Split the try/catch for encrypt and decryptJack Lloyd2021-04-041-5/+16
| * Add some extra logic to try to figure out PKCS11 RSA test failuresJack Lloyd2021-04-041-5/+12
* | Avoid returning raw pointers in mode padding implJack Lloyd2021-04-041-1/+1
|/
* MessageAuthenticationCode::new_objectJack Lloyd2021-04-031-1/+4
* Add BlockCipher::new_objectJack Lloyd2021-04-032-3/+6
* Merge GH #2684 Avoid raw pointers in compression codeJack Lloyd2021-04-032-3/+3
|\
| * Remove use of explicit new from compression APIsJack Lloyd2021-04-032-3/+3
* | Change arg type of Extensions::{add, add_new, replace}Jack Lloyd2021-04-031-6/+6
* | Change the return type of Certificate_Extensions::copyJack Lloyd2021-04-031-2/+2
|/
* Post rebase fixesJack Lloyd2021-04-014-44/+4