summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* allow checking of tls.hschwarze2025-06-081-2/+3
* allow checking of conf.hschwarze2025-06-081-1/+5
* 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
* 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
* 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
* Remove the three test cases covering prime239v*tb2025-05-041-121/+1
* mlkem_unittest: check return value of decap()tb2025-05-031-5/+11
* mlkem_tests: add an empty line for consistencytb2025-05-031-1/+2
* c2sp: drop OpenSSL 1.1 and 3.2, add 3.5tb2025-04-271-2/+2
* parse_test_file()tb2025-04-131-1/+3
* 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
* ec_asn1_test: Prepare for upcoming bumptb2025-03-082-8/+11
* asn1object: improve error message to include returned valuetb2025-02-261-2/+2
* recp -> reciprocal renaming in teststb2025-02-122-7/+7
* Remove pointless call to EC_GROUP_precompute_mul()tb2025-01-241-3/+1
* ectest: zap stray whitespacetb2025-01-221-2/+2
* ectest: fix misleading indentationtb2025-01-221-5/+7
* ectest: remove unused definestb2025-01-221-5/+1
* ectest: even more lipsticktb2025-01-221-17/+15
* ectest: apply some more lipsticktb2025-01-221-8/+3
* ectest: switch from new + copy to dup. zap some NULL checks before freetb2025-01-221-42/+15
* bn_test: remove random negative dance for bn_div_reciprocal()tb2025-01-221-3/+1
* Adjust for BN_div_recp() -> BN_div_reciprocal()tb2025-01-221-3/+3
* Ensure the cyclic subgroup cycles in the expected number of iterations.jsing2025-01-221-9/+14
* ectest: heed long forgotten XXX and switch back to BN_one()tb2025-01-221-3/+2
* ec/Makefile: remove excess tabstb2025-01-211-9/+9
* bn_test: use BN_RECP_CTX_create() rather than _new()/_set()tb2025-01-211-5/+3
* md_test: switch from 2<<28 to 1<<29tb2025-01-191-2/+2
* Add regress coverage that checks the MD5 message bit counter handling.jsing2025-01-191-1/+66
* An -> Thetb2025-01-061-2/+2