summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_key.c
AgeCommit message (Expand)Author
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-06knf approximationTed Unangst
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2008-09-06import of OpenSSL 0.9.8hDamien Miller