summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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