summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free/freenull.c.head (follow)
Commit message (Collapse)AuthorAgeFilesLines
* freenull.c.head: include mlkem.h for MLKEM_{private,public}_key_free()tb8 days1-1/+2
|
* Adjust freenull test for upcoming conf_api.h removaltb2024-08-301-2/+1
|
* Prepare freenull test for GOST removaltb2024-02-291-1/+3
|
* Still need engine.h for ENGINE_free()tb2023-11-201-1/+2
| | | | But do away with the OPENSSL_NO_ENGINE dance.
* Unifdef OPENSSL_NO_ENGINE in libcrypto regresstb2023-11-191-4/+1
|
* DSO has left the buildingtb2023-07-281-4/+1
|
* Prepare this test for the upcoming bumptb2023-07-261-1/+3
|
* Add ct.h and x509_vfy.hinoguchi2022-01-151-1/+3
|
* Include cms.h.jsing2019-11-021-1/+2
|
* $OpenBSD$tb2018-07-101-1/+1
|
* Now that all *_free() functions are NULL safe, we can generate thetb2018-07-101-0/+27
freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm.