Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | freenull.c.head: include mlkem.h for MLKEM_{private,public}_key_free() | tb | 8 days | 1 | -1/+2 |
| | |||||
* | Adjust freenull test for upcoming conf_api.h removal | tb | 2024-08-30 | 1 | -2/+1 |
| | |||||
* | Prepare freenull test for GOST removal | tb | 2024-02-29 | 1 | -1/+3 |
| | |||||
* | Still need engine.h for ENGINE_free() | tb | 2023-11-20 | 1 | -1/+2 |
| | | | | But do away with the OPENSSL_NO_ENGINE dance. | ||||
* | Unifdef OPENSSL_NO_ENGINE in libcrypto regress | tb | 2023-11-19 | 1 | -4/+1 |
| | |||||
* | DSO has left the building | tb | 2023-07-28 | 1 | -4/+1 |
| | |||||
* | Prepare this test for the upcoming bump | tb | 2023-07-26 | 1 | -1/+3 |
| | |||||
* | Add ct.h and x509_vfy.h | inoguchi | 2022-01-15 | 1 | -1/+3 |
| | |||||
* | Include cms.h. | jsing | 2019-11-02 | 1 | -1/+2 |
| | |||||
* | $OpenBSD$ | tb | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Now that all *_free() functions are NULL safe, we can generate the | tb | 2018-07-10 | 1 | -0/+27 |
freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm. |