summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.jsing2024-01-271-3/+1
* Add 'openssl x509 -new' functionality to the libcrypto CLI utilityjob2024-01-261-1/+50
* Replace more occurrences of OBJ_NAME_do_all_sorted() withtb2024-01-211-7/+4
* Enable shutdown regress test.jsing2024-01-191-1/+2
* Add regress test coverage for SSL_shutdown().jsing2024-01-192-0/+546
* ec_point_conversion: zap an empty linetb2024-01-181-2/+1
* Run the pkey cleanup test also for {Ed,X}25519tb2024-01-151-1/+3
* Switch to EVP_CIPHER_do_all() now that snaps are available on most archestb2024-01-151-5/+3
* appstest: Zap a trailing tab added in previoustb2024-01-121-2/+2
* Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appjob2024-01-121-1/+26
* Remove the evp_pkey_method() testtb2024-01-111-38/+1
* Sprinkle a handfull of missing continuetb2023-12-311-1/+10
* Add extended regress coverage for ASN.1 methodstb2023-12-301-1/+147
* Add initial regress for CRYPTO_EX_DATA.jsing2023-12-273-1/+237
* Remove engine regress.jsing2023-12-273-264/+1
* c2sp: replace openssl 3.0 with 3.2 supporttb2023-12-171-2/+2
* Remove the string_table testtb2023-12-152-130/+1
* rfc3779: remove redundant const.tb2023-12-131-5/+5
* tlsexttest: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* constraints: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* x509_asn1: avoid lookup table that makes some compilers whinetb2023-12-131-59/+37
* evp_test: zap extra empty linetb2023-12-101-2/+1
* Add regress coverage for OBJ_NAME_do_all*()tb2023-12-081-2/+99
* EVP test: fix includestb2023-11-271-3/+3
* EVP test: add regress coverage for the do_all() APItb2023-11-271-1/+132
* Still need engine.h for ENGINE_free()tb2023-11-201-1/+2
* Remove last OPENSSL_NO_ENGINE from libssl regresstb2023-11-191-7/+1
* Unifdef OPENSSL_NO_ENGINE in libcrypto regresstb2023-11-198-68/+8
* Fix an error message left out in the mustDecodeHexString() conversiontb2023-11-071-2/+2
* Pull up the handling of the two webcrypto special snowflakestb2023-11-071-13/+9
* Drop a useless line and bump copyright yearstb2023-11-071-4/+3
* Unwrap a few linestb2023-11-071-72/+32
* Wrap hex.DecodeString() into mustDecodeHexString()tb2023-11-071-390/+78
* Use maps to retrieve various AES variantstb2023-11-071-60/+72
* Convert hashEvpMdFromString() to a maptb2023-11-071-26/+19
* Add stringer interfaces to the test groupstb2023-11-071-102/+126
* Pull everything except the actual run call out of the closuretb2023-11-061-11/+9
* Introduce testGroupFromAlgorithm()tb2023-11-061-50/+54
* Add a wycheproofTestGroupRunner interfacetb2023-11-061-72/+26
* Add aliases for AES AEAD constructions and ChaChatb2023-11-061-9/+12
* Fix a for loop bug introduced in the concurrency refactortb2023-11-061-3/+4
* Uncomment json webcrypto line. Packages will have caught up...tb2023-11-061-3/+2
* Remove 3 expected failures those got fixed in the regress code.claudio2023-10-311-4/+1
* unlink("/") just needs to error. Checking for a specific errno makesclaudio2023-10-311-2/+2
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
* Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio2023-10-311-3/+2
* Add support for OpenSSL 3.1 interop teststb2023-10-308-11/+74
* Include wait(2) status in error message, in the hopes of providing cluesanton2023-10-271-2/+2
* Provide prototype for X509_ALGOR_set_md()tb2023-10-261-1/+3
* A few more testsotto2023-10-221-1/+15