aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug in BigInt::operator>>Jack Lloyd2021-03-261-0/+8
* Add OSS-Fuzz 32470 test caseJack Lloyd2021-03-251-0/+8
* Fix the OCSP online testJack Lloyd2021-03-243-7/+53
* Implement Ed25519 public key checkingJack Lloyd2021-03-174-0/+65
* Test EC_group_identity_from_order for all groupsJack Lloyd2021-03-141-0/+5
* Address some review commentsJack Lloyd2021-03-131-1/+1
* Serialize these tests to avoid trouble elsewhereJack Lloyd2021-03-131-0/+2
* Lookup OIDs for EC_Groups using the order as a keyJack Lloyd2021-03-131-3/+63
* fix comment and formattingHannes Rantzsch2021-03-121-5/+8
* fix: TLS::Stream broke on being std::move'dHannes Rantzsch2021-03-121-4/+31
* Fix a case where EC_Groups were not merged as expectedJack Lloyd2021-03-121-0/+29
* Rename unit_ecc.cpp to test_ec_group.cppJack Lloyd2021-03-121-1/+1
* Remove old scalar typedefs when we are building the libraryJack Lloyd2021-03-071-1/+1
* Fix BigInt::operator< when both integers are negativeJack Lloyd2021-03-053-2/+124
* Add a fastpath for inversion modulo 2*oJack Lloyd2021-02-231-0/+16
* Fix decoding a DN when the set contains more than one elementJack Lloyd2021-02-202-0/+15
* Use better bounds for safegcd iterationsJack Lloyd2021-02-141-0/+710
* Merge GH #2599 Update ECDSA timing test inputsJack Lloyd2021-02-131-1/+1
|\
| * Update ECDSA timing test vectorsRené Fischer2021-01-221-1/+1
* | Merge GH #2600 Support custom RNG via FFIJack Lloyd2021-02-131-0/+45
|\ \
| * | Add destroy cb, apply review commentsRené Fischer2021-01-281-3/+13
| * | Fix testsRené Fischer2021-01-221-11/+3
| * | Add API to register custom RNG with FFI APIRené Fischer2021-01-221-0/+43
| |/
* / Add copyright and license decl to some files that were missing [ci skip]Jack Lloyd2021-01-261-5/+7
|/
* Gate 4G System_RNG test with --run-long-testsJack Lloyd2021-01-181-2/+3
* Fix System_RNG only filling the first 4GB of the buffer for len >4GBTom2021-01-181-0/+15