summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bio_dump: only run strncmp if there's something to comparetb2025-05-181-2/+2
* Stop using CRYPTO_gcm128_init() and stack allocated GCM128_CONTEXT.jsing2025-05-161-16/+16
* merge the x509name test into x509_name_test.ctb2025-05-054-73/+125
* Improve the pqueue testtb2025-05-043-48/+57
* Remove the three test cases covering prime239v*tb2025-05-041-121/+1
* Verify that the selected key share is indeed group 29tb2025-05-031-1/+6
* mlkem_unittest: check return value of decap()tb2025-05-031-5/+11
* mlkem_tests: add an empty line for consistencytb2025-05-031-1/+2
* tlsexttest: remove check that clients receive SNI before ALPNtb2025-04-301-33/+3
* c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb2025-04-271-2/+2
* Enable remaining tests with NULL, 0tb2025-04-142-9/+3
* Link hash regress to buildtb2025-04-141-1/+2
* Add some regress coverage for the hashes in libctb2025-04-142-0/+946
* parse_test_file()tb2025-04-131-1/+3
* Avoid compiler warning on some OStb2025-04-131-1/+1
* Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38tb2025-03-191-15/+2
* Add regress coverage for X509_NAME_oneline and X509_NAME_printtb2025-03-152-1/+314
* Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing2025-03-121-1/+56
* ec_asn1_test: Prepare for upcoming bumptb2025-03-082-8/+11
* asn1object: improve error message to include returned valuetb2025-02-261-2/+2