Age | Commit message (Expand) | Author |
---|---|---|
2015-09-13 | Merge ech_ossl.c into ech_key.c - not much point having one file with a | Joel Sing |
2015-09-13 | Provide ECDH_size(). | Joel Sing |
2015-09-13 | Check ECDH output buffer length and avoid truncation. | Joel Sing |
2015-09-13 | Lob a style(9) grenade in here. | Joel Sing |
2015-02-09 | BN_CTX_get() can fail - consistently check its return value. | Joel Sing |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |