Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 | 1 | -0/+43 |