Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust freenull test for upcoming conf_api.h removal | tb | 2024-08-30 | 2 | -5/+2 |
| | |||||
* | Remove call to lh_FUNCTION_free() | tb | 2024-03-30 | 1 | -3/+1 |
| | | | | | | This is a wrapper around lh_free() which is already tested. From Christian Andersen | ||||
* | 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 | 2 | -12/+2 |
| | |||||
* | Some of these functions no longer exist or are no longer public | tb | 2023-07-28 | 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 |
| | |||||
* | Remove a few workarounds that are no longer necessary | tb | 2023-07-20 | 1 | -4/+1 |
| | |||||
* | symbols test: drop LIBRESSL_INTERNAL | tb | 2023-04-15 | 1 | -2/+1 |
| | | | | | | This tests the external API, so it should not have visibility to the inside. Silences two warnings since EC_{GROUP,POINT}_clear_free() are now wrapped in #ifndef LIBRESSL_INTERNAL. | ||||
* | Drop bogus DPADD += ${LIBSSL} | tb | 2022-06-19 | 1 | -3/+2 |
| | |||||
* | Add ct.h and x509_vfy.h | inoguchi | 2022-01-15 | 1 | -1/+3 |
| | |||||
* | Include cms.h. | jsing | 2019-11-02 | 1 | -1/+2 |
| | |||||
* | Instead of enumerating the files to clean by hand, set PROGS=${TESTS}. | tb | 2018-08-31 | 1 | -2/+4 |
| | | | | Suggested by jsing | ||||
* | $OpenBSD$ | tb | 2018-07-10 | 2 | -1/+2 |
| | |||||
* | Now that all *_free() functions are NULL safe, we can generate the | tb | 2018-07-10 | 5 | -239/+123 |
| | | | | | | freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm. | ||||
* | Test DSO_free(NULL). | tb | 2018-05-15 | 1 | -1/+3 |
| | |||||
* | remove _CONF_free_data(). It doesn't belong here. | tb | 2018-05-15 | 1 | -3/+2 |
| | |||||
* | Remove the /* ASN1_item_free */ annotations I added in r1.9 again. | tb | 2018-05-15 | 1 | -113/+113 |
| | | | | They generate a lot of noise in an upcoming diff. | ||||
* | Test X509_CRL_METHOD_free(NULL) | tb | 2018-04-23 | 1 | -1/+2 |
| | |||||
* | About half of the listed functions are wrappers of ASN1_item_free(). | tb | 2018-04-23 | 1 | -113/+113 |
| | | | | Annotate them. | ||||
* | Add a big pile of *_free() functions which I audited to be NULL-safe. | tb | 2018-04-23 | 1 | -2/+109 |
| | |||||
* | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | tb | 2018-04-14 | 1 | -1/+7 |
| | | | | | | simplifies the caller side. tested by & ok inoguchi; discussed with schwarze | ||||
* | Add more free functions for NULL checks. | jsing | 2018-02-07 | 1 | -16/+67 |
| | |||||
* | Add more functions (based on those used in OpenSSH) to the free NULL test. | jsing | 2018-02-07 | 1 | -1/+19 |
| | |||||
* | Add more functions. | jsing | 2017-05-06 | 1 | -1/+5 |
| | |||||
* | Sort/group functions. | jsing | 2017-05-06 | 1 | -5/+10 |
| | |||||
* | Not much point using a failed variable here. | jsing | 2017-05-06 | 1 | -3/+4 |
| | |||||
* | Add regress for free functions that should be safe with NULL | beck | 2017-05-02 | 2 | -0/+63 |