Age | Commit message (Expand) | Author |
2023-04-18 | Move some includes out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2022-11-26 | Make header guards of internal headers consistent | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-06-30 | Replace obj_mac.h with object.h | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-04-20 | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2019-09-05 | Replace OPENSSL_cleanse() with explicit_bzero(). | Joel Sing |
2019-09-05 | Provide prototype for ecdh_KDF_X9_63() | Joel Sing |
2019-09-05 | Include correct header. | Joel Sing |
2019-09-05 | style(9) and whitespace. | Joel Sing |
2019-09-05 | Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f. | Joel Sing |
2019-09-05 | Remove ECDH_KDF_X9_62 wrapper. | Joel Sing |
2019-09-05 | Provide ECDH KDF for X9.63 as needed for CMS ECC. | Joel Sing |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2018-09-02 | Elliptic curve arithmetic only makes sense between points that belong to | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2015-09-18 | avoid void * pointer arithmetic | Brent Cook |
2015-09-13 | Only check for key truncation if no KDF function is being used. | Joel Sing |
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-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-02-09 | BN_CTX_get() can fail - consistently check its return value. | Joel Sing |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
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-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | 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 |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | Moved to regress/lib/libcrypto. | Miod Vallat |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |