aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-103-21/+31
* Lookup EC curves via name instead of OIDJack Lloyd2018-03-101-3/+3
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-9/+17
* Fix test if OpenSSL provider enabled.Jack Lloyd2018-03-061-1/+1
* Slight improvements in filter test coverageJack Lloyd2018-03-061-4/+23
* Add test that invalid hash function param strings cause errorsJack Lloyd2018-03-061-1/+54
* Add longer tests for SHA-224 and SHA-512-256Jack Lloyd2018-03-062-0/+7
* Add longer test vector of Parallel hashJack Lloyd2018-03-061-0/+2
* Increase sample count in random_integer Chi-square testJack Lloyd2018-03-061-1/+1
* Replace BigInt::random_integer test with a Chi-square testJack Lloyd2018-03-062-41/+62
* Fix ASN1 printer testJack Lloyd2018-03-051-2/+2
* Allow decoding ASN.1 OID 0.0Jack Lloyd2018-03-054-1/+191
* Support decoding of ECC groups with seed parameterJack Lloyd2018-03-042-0/+27
* Merge GH #1470 Use soft fail for OCSPJack Lloyd2018-03-042-1/+69
|\
| * OCSP softfail revocation checkMathieu Souchaud2018-03-012-1/+69
* | Fix timing_test namesJack Lloyd2018-03-041-0/+0
* | Optimize FE1 format preserving encryptionJack Lloyd2018-02-281-0/+12
|/
* Add Path_Validation_Result::warnings_string() methodMathieu Souchaud2018-02-281-0/+2
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-6/+6
* Add comment explaining why we are using these useless lambdasJack Lloyd2018-02-251-0/+2
* Remove a couple of fairly bogus ECC testsJack Lloyd2018-02-251-67/+10
* In ECC tests don't recreate groups that are built inJack Lloyd2018-02-251-47/+15
* Only test strong DL_Group generation in long testsJack Lloyd2018-02-251-4/+7
* Add misaligned load/store test to SIMDJack Lloyd2018-02-231-35/+52
* Specify in test message that input is misalignedJack Lloyd2018-02-231-2/+2
* Test block ciphers with mis-aligned inputsJack Lloyd2018-02-231-2/+28
* Add DL_Group::estimated_strengthJack Lloyd2018-02-231-0/+5
* Fix an error in BigInt operator-Jack Lloyd2018-02-232-6/+58
* Expose EC_Group::a_is_minus_3Jack Lloyd2018-02-211-0/+7
* Remove mutable worksspace from PointGFpJack Lloyd2018-02-211-5/+8
* New API for blinded ECC point multiplicationJack Lloyd2018-02-212-0/+6
* Improve DL_Group testsJack Lloyd2018-02-201-2/+47
* Fix validation of SRP groupsJack Lloyd2018-02-191-15/+8
* Merge GH #1454 Used shared_ptr repr for DL_GroupJack Lloyd2018-02-191-13/+11
|\
| * Add shared_ptr for DL_Group stateJack Lloyd2018-02-191-13/+11
* | Add missing overrides [ci skip]Jack Lloyd2018-02-191-1/+1
* | Merge GH #1448 Support custom curves in TLS handshakeJack Lloyd2018-02-198-47/+75
|\ \ | |/ |/|
| * Add a test of TLS handshake with custom curve (secp112r1 in this case)Jack Lloyd2018-02-131-5/+31
| * Use enums for TLS key exchange group paramsJack Lloyd2018-02-138-42/+44
* | Add functions to reduce integers mod the order to EC_GroupJack Lloyd2018-02-181-3/+9
|/
* Merge GH #1444 Add (back) modifyable OID mapsJack Lloyd2018-02-071-0/+109
|\
| * Add previously removed OID testsNever2018-02-051-0/+109
* | Create a persistent registry for ECC group dataJack Lloyd2018-02-042-2/+27
|/
* Move bundledcertdir to x509/miscJack Lloyd2018-02-022-1/+1
* Merge GH #1436 In Certificate_Store load multiple certs from fileJack Lloyd2018-02-022-0/+66
|\
| * Load every certificates of files found - fix test.Mathieu Souchaud2018-02-021-3/+0
| * Load every certificates of files found - add test.Mathieu Souchaud2018-02-022-0/+69
* | Merge GH #1435 Use shared_ptr representation for EC_GroupJack Lloyd2018-02-016-112/+73
|\ \
| * | Simplify ECC test OID lookupJack Lloyd2018-01-311-18/+17
| * | Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-314-23/+20