aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Decode ASN.1 TeletexStrings strings correctlyJack Lloyd2021-01-133-1/+26
* Merge GH #2588 Remove some unused charset functionsJack Lloyd2021-01-132-103/+0
|\
| * Remove unused charset conversion functionsJack Lloyd2021-01-132-103/+0
* | Merge GH #2587 Various ASN1 API changesJack Lloyd2021-01-134-19/+19
|\ \
| * | Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-134-19/+19
| |/
* / Test ASN.1 class/type underlying typessledgehammer_9992021-01-111-0/+26
|/
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-114-20/+20
* Add some more CCM tests taken from NISTJack Lloyd2021-01-041-0/+68
* Add BMI2 3DES implementationJack Lloyd2020-12-271-0/+2
* Deprecate OctetString::set_odd_parityJack Lloyd2020-12-221-0/+2
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-204-9/+9
* Remove duplicated SHACAL2 testsJack Lloyd2020-12-201-8/+0
* Convert EC_Group_Encoding to enum classJack Lloyd2020-12-151-17/+9
* Convert CRL_Code to enum classJack Lloyd2020-12-152-5/+5
* Convert DL_Group::Format to enum classJack Lloyd2020-12-151-3/+3
* Merge GH #2548 New testsuite PRNGJack Lloyd2020-12-151-26/+11
|\
| * Fix MSVC warningJack Lloyd2020-12-151-3/+2
| * Switch Testsuite_RNG to a simpler designJack Lloyd2020-12-151-25/+11
* | Merge GH #2546 Avoid using deprecated functions within the library srcJack Lloyd2020-12-1510-34/+29
|\ \
| * | Fix constructorsJack Lloyd2020-12-141-1/+1
| * | Avoid using deprecated functions for key loadingJack Lloyd2020-12-149-33/+28
| |/
* / New sizes for DL exponentsJack Lloyd2020-12-145-24/+71
|/
* Some more blake2b mac test vectors from Linux kernel.Tom2020-11-301-0/+39
* Do not accept EC signatures when the public point is invalidJack Lloyd2020-11-303-2/+13