summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust freenull test for upcoming conf_api.h removaltb2024-08-302-5/+2
|
* Remove call to lh_FUNCTION_free()tb2024-03-301-3/+1
| | | | | | This is a wrapper around lh_free() which is already tested. From Christian Andersen
* 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-192-12/+2
|
* Some of these functions no longer exist or are no longer publictb2023-07-281-4/+1
|
* DSO has left the buildingtb2023-07-281-4/+1
|
* Prepare this test for the upcoming bumptb2023-07-261-1/+3
|
* Remove a few workarounds that are no longer necessarytb2023-07-201-4/+1
|
* symbols test: drop LIBRESSL_INTERNALtb2023-04-151-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}tb2022-06-191-3/+2
|
* Add ct.h and x509_vfy.hinoguchi2022-01-151-1/+3
|
* Include cms.h.jsing2019-11-021-1/+2
|
* Instead of enumerating the files to clean by hand, set PROGS=${TESTS}.tb2018-08-311-2/+4
| | | | Suggested by jsing
* $OpenBSD$tb2018-07-102-1/+2
|
* Now that all *_free() functions are NULL safe, we can generate thetb2018-07-105-239/+123
| | | | | | freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm.
* Test DSO_free(NULL).tb2018-05-151-1/+3
|
* remove _CONF_free_data(). It doesn't belong here.tb2018-05-151-3/+2
|
* Remove the /* ASN1_item_free */ annotations I added in r1.9 again.tb2018-05-151-113/+113
| | | | They generate a lot of noise in an upcoming diff.
* Test X509_CRL_METHOD_free(NULL)tb2018-04-231-1/+2
|
* About half of the listed functions are wrappers of ASN1_item_free().tb2018-04-231-113/+113
| | | | Annotate them.
* Add a big pile of *_free() functions which I audited to be NULL-safe.tb2018-04-231-2/+109
|
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-141-1/+7
| | | | | | simplifies the caller side. tested by & ok inoguchi; discussed with schwarze
* Add more free functions for NULL checks.jsing2018-02-071-16/+67
|
* Add more functions (based on those used in OpenSSH) to the free NULL test.jsing2018-02-071-1/+19
|
* Add more functions.jsing2017-05-061-1/+5
|
* Sort/group functions.jsing2017-05-061-5/+10
|
* Not much point using a failed variable here.jsing2017-05-061-3/+4
|
* Add regress for free functions that should be safe with NULLbeck2017-05-022-0/+63