Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | 2018-05-01 | 1 | -3/+3 | |
| | | | | | | functions. ok beck, jsing | ||||
* | assign pointer to NULL rather than 0 | 2015-12-23 | 1 | -2/+2 | |
| | |||||
* | Replace assert() and OPENSSL_assert() calls with proper error return paths. | 2015-02-10 | 1 | -5/+6 | |
| | | | | Careful review, feedback & ok doug@ jsing@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | 2014-07-10 | 1 | -1/+3 | |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | no need for null check before free. from Brendan MacDonell | 2014-05-30 | 1 | -2/+1 | |
| | |||||
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | 2014-04-27 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@ | ||||
* | More KNF. | 2014-04-19 | 1 | -72/+80 | |
| | |||||
* | lob a few more knf grenades in here to soften things up. | 2014-04-18 | 1 | -35/+24 | |
| | |||||
* | putting most of the braces in the right column is the very least we can do. | 2014-04-18 | 1 | -66/+66 | |
| | |||||
* | fix some more leaks, mostly suggestions from miod | 2014-04-17 | 1 | -1/+3 | |
| | | | | ok miod@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -4/+4 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | import of OpenSSL 0.9.8k | 2009-04-06 | 1 | -0/+495 | |