aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings about mutable globalsJack Lloyd2022-02-061-2/+2
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-0630-73/+73
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-0610-27/+27
* Fix clang-tidy performance warningsJack Lloyd2022-02-0622-47/+48
* Apply fixes for clang-analyzerJack Lloyd2022-02-042-10/+11
* Text_Policy ignores 25519 if unsupported by buildHannes Rantzsch2022-02-011-6/+0
* Various ZFEC inprovementsJack Lloyd2021-12-211-8/+6
* Add a zfec-compatible forward error correction implementationJack Lloyd2021-12-162-0/+538
* Merge GH #2827 Remove OpenSSL providerJack Lloyd2021-12-111-22/+1
|\
| * Remove the OpenSSL providerJack Lloyd2021-10-281-22/+1
* | Merge pull request #2831 from reneme/fix/potential_segfaultRené Meusel2021-11-162-9/+30
|\ \
| * | detect unknown ciphers when parsing TLS sessionRené Meusel2021-10-291-3/+24
| * | remove default c'tor from TLS::CiphersuiteRené Meusel2021-10-281-1/+1
| * | Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-282-6/+6
| |/
* / Remove OS::get_cpu_total and make OS::get_cpu_available more resiliantJack Lloyd2021-10-281-4/+3
|/
* Merge GH #2812 Fix doc typosJack Lloyd2021-10-201-1/+1
|\
| * Fix a couple of trivial typos alloverPeter Meerwald-Stadler2021-10-011-1/+1
* | FIX: test_certstor_flatfile testsRené Meusel2021-10-013-42/+64
* | replace expired 'DST Root CA X3' by 'ISRG Root X1René Meusel2021-10-013-17/+51
|/
* 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