summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retire interop tests with OpenSSL 3.3 and 3.4tb11 days9-141/+11
* regress/libcrypto/x509/bettertls: switch to eopenssl35tb13 days1-4/+4
* regress/libcrypto/ec: switch to openssl35tb13 days1-4/+4
* ec_asn1_test: fix includestb13 days1-1/+5
* ectest: fix includestb13 days1-6/+3
* c2sp: unhook openssl 3.3 and 3.4tb13 days1-2/+2
* libcrypto regress: add interop harness for openssl/3.5tb2025-07-098-10/+75
* libcrypto regress: move GOCACHE to obj/tb2025-07-093-12/+28
* Add minimal regress coverage for AES-XTSjsing2025-07-051-2/+183
* openssl-ruby-tests: prepare for ruby default switch to 3.4tb2025-06-271-4/+4
* sync anton's fix for OpenSSL 3.3 interop to 3.4tb2025-06-231-2/+2
* OpenSSL is linked against pthread by now; ok tb@anton2025-06-231-2/+2
* tlsfuzzer: adjust test filenames to upstream churn.tb2025-06-151-154/+154
* ec_asn1_test: be better at sortingtb2025-06-141-3/+3
* ec_asn1_test: for curves that have a seed, validate the parameters a and btb2025-06-141-2/+195
* Add a test to verify the fpurge problem doesn't happen. fpurge()yasuoka2025-06-121-1/+41
* allow checking of tls.hschwarze2025-06-081-2/+3
* allow checking of conf.hschwarze2025-06-081-1/+5
* Test to verify the handling of fflush() for the pushed-back buffer thatyasuoka2025-06-081-1/+40
* libtls: add basic regress for ALPNtb2025-06-041-1/+138
* Now our fflush() comply POSIX-2008. test_fflush is expected "pass".yasuoka2025-06-032-6/+3
* parse_test_file: add a missing call to finish in last cleanuptb2025-06-031-1/+4
* parse_test_file: add missing error checks for init()tb2025-06-031-3/+5
* Add non-EVP tests for AES CFB128 and OFB128 modeskenjiro2025-06-031-8/+112
* openssl-ruby/Makefile: zap trailing whitespace added in previoustb2025-05-311-2/+2
* explicit_bzero test: don't redefine __SANITIZE_ADDRESS__tb2025-05-311-1/+3
* test.h: include stddef.h for NULL and size_ttb2025-05-311-1/+2
* test.c: drop include of libgen.htb2025-05-311-2/+1
* test.c: plug leak of tmp_filetb2025-05-311-1/+2
* Fix attributes in test.htb2025-05-311-4/+4
* test.c: avoid NULL-dereferencetb2025-05-311-2/+3
* Add test whether fflush() complies POSIX for the handling ofyasuoka2025-05-251-1/+82
* Add test for ungetwc().yasuoka2025-05-252-1/+94
* Add tests for the functions in <stdio_ext.h>.yasuoka2025-05-257-2/+455
* Include "stdio" in SUBDIR. This should have been done along with theyasuoka2025-05-251-4/+4
* Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2025-05-242-0/+236
* Adapt to new maloc_options declarationotto2025-05-241-2/+2
* Adapt test to new malloc_options regimeotto2025-05-241-7/+8
* Add the ability to run individual ruby ssl test for figuring outbeck2025-05-231-1/+16
* asn1: merge invalid generalized time tests into invalid time testsjoshua2025-05-221-16/+10
* Convert sha_test to use new test frameworkjoshua2025-05-222-153/+141
* Convert md_test to use new test frameworkjoshua2025-05-222-122/+106
* Fix test_errorf macro expanding to two linesjoshua2025-05-221-4/+8
* Add basic HKDF test using EVP_PKEY_HKDFkenjiro2025-05-221-1/+81
* Add initial regress test frameworkjoshua2025-05-213-0/+408
* Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functionskenjiro2025-05-211-1/+3
* mlkem_unittest: fix typo in commenttb2025-05-211-2/+2
* Make MLKEM1024_marshal_private_key consistent with the public_key funcitonsbeck2025-05-205-39/+24
* Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck2025-05-195-26/+11
* API changes for ML-KEMbeck2025-05-195-98/+77