| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix asn1_integer_null_data_test() | tb | 2024-02-04 | 1 | -2/+2 |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 4 | -189/+115 |
* | bio_dump: fix indent | tb | 2024-02-02 | 1 | -32/+32 |
* | bio_dump: add one more testcase | tb | 2024-02-02 | 1 | -2/+36 |
* | Add regress coverage for BIO_dump() | tb | 2024-02-02 | 2 | -1/+745 |
* | Add a shutdown sequence regress test. | jsing | 2024-01-30 | 1 | -3/+133 |
* | Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack. | jsing | 2024-01-27 | 1 | -3/+1 |
* | Add 'openssl x509 -new' functionality to the libcrypto CLI utility | job | 2024-01-26 | 1 | -1/+50 |
* | Replace more occurrences of OBJ_NAME_do_all_sorted() with | tb | 2024-01-21 | 1 | -7/+4 |
* | Enable shutdown regress test. | jsing | 2024-01-19 | 1 | -1/+2 |
* | Add regress test coverage for SSL_shutdown(). | jsing | 2024-01-19 | 2 | -0/+546 |
* | ec_point_conversion: zap an empty line | tb | 2024-01-18 | 1 | -2/+1 |
* | Run the pkey cleanup test also for {Ed,X}25519 | tb | 2024-01-15 | 1 | -1/+3 |
* | Switch to EVP_CIPHER_do_all() now that snaps are available on most arches | tb | 2024-01-15 | 1 | -5/+3 |
* | appstest: Zap a trailing tab added in previous | tb | 2024-01-12 | 1 | -2/+2 |
* | Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app | job | 2024-01-12 | 1 | -1/+26 |
* | Remove the evp_pkey_method() test | tb | 2024-01-11 | 1 | -38/+1 |
* | Sprinkle a handfull of missing continue | tb | 2023-12-31 | 1 | -1/+10 |
* | Add extended regress coverage for ASN.1 methods | tb | 2023-12-30 | 1 | -1/+147 |
* | Add initial regress for CRYPTO_EX_DATA. | jsing | 2023-12-27 | 3 | -1/+237 |
* | Remove engine regress. | jsing | 2023-12-27 | 3 | -264/+1 |
* | c2sp: replace openssl 3.0 with 3.2 support | tb | 2023-12-17 | 1 | -2/+2 |
* | Remove the string_table test | tb | 2023-12-15 | 2 | -130/+1 |
* | rfc3779: remove redundant const. | tb | 2023-12-13 | 1 | -5/+5 |
* | tlsexttest: \178 isn't a valid octal escape sequence | tb | 2023-12-13 | 1 | -2/+2 |
* | constraints: \178 isn't a valid octal escape sequence | tb | 2023-12-13 | 1 | -2/+2 |
* | x509_asn1: avoid lookup table that makes some compilers whine | tb | 2023-12-13 | 1 | -59/+37 |
* | evp_test: zap extra empty line | tb | 2023-12-10 | 1 | -2/+1 |
* | Add regress coverage for OBJ_NAME_do_all*() | tb | 2023-12-08 | 1 | -2/+99 |
* | EVP test: fix includes | tb | 2023-11-27 | 1 | -3/+3 |
* | EVP test: add regress coverage for the do_all() API | tb | 2023-11-27 | 1 | -1/+132 |
* | Still need engine.h for ENGINE_free() | tb | 2023-11-20 | 1 | -1/+2 |
* | Remove last OPENSSL_NO_ENGINE from libssl regress | tb | 2023-11-19 | 1 | -7/+1 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto regress | tb | 2023-11-19 | 8 | -68/+8 |
* | Fix an error message left out in the mustDecodeHexString() conversion | tb | 2023-11-07 | 1 | -2/+2 |
* | Pull up the handling of the two webcrypto special snowflakes | tb | 2023-11-07 | 1 | -13/+9 |
* | Drop a useless line and bump copyright years | tb | 2023-11-07 | 1 | -4/+3 |
* | Unwrap a few lines | tb | 2023-11-07 | 1 | -72/+32 |
* | Wrap hex.DecodeString() into mustDecodeHexString() | tb | 2023-11-07 | 1 | -390/+78 |
* | Use maps to retrieve various AES variants | tb | 2023-11-07 | 1 | -60/+72 |
* | Convert hashEvpMdFromString() to a map | tb | 2023-11-07 | 1 | -26/+19 |
* | Add stringer interfaces to the test groups | tb | 2023-11-07 | 1 | -102/+126 |
* | Pull everything except the actual run call out of the closure | tb | 2023-11-06 | 1 | -11/+9 |
* | Introduce testGroupFromAlgorithm() | tb | 2023-11-06 | 1 | -50/+54 |
* | Add a wycheproofTestGroupRunner interface | tb | 2023-11-06 | 1 | -72/+26 |
* | Add aliases for AES AEAD constructions and ChaCha | tb | 2023-11-06 | 1 | -9/+12 |
* | Fix a for loop bug introduced in the concurrency refactor | tb | 2023-11-06 | 1 | -3/+4 |
* | Uncomment json webcrypto line. Packages will have caught up... | tb | 2023-11-06 | 1 | -3/+2 |
* | Remove 3 expected failures those got fixed in the regress code. | claudio | 2023-10-31 | 1 | -4/+1 |
* | unlink("/") just needs to error. Checking for a specific errno makes | claudio | 2023-10-31 | 1 | -2/+2 |