Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BN_CTX_get() can fail - consistently check its return value. | jsing | 2015-02-09 | 1 | -3/+5 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -4/+5 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -6/+5 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -3/+4 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -1/+1 |
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -8/+2 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+2 |
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+213 |