summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dh/dh_ameth.c
AgeCommit message (Expand)Author
2015-01-08Avoid a double-free in an error path.Doug Hogan
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-09ASN1_STRING_free can handle NULL, so callers don't need to check. ok miodTed Unangst
2014-07-09KNFMiod Vallat
2014-06-30simplify and unobfuscate a variable to fix a mem leak.Ted Unangst
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30more: no need to null check before free; ok guentherTheo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2010-10-01import OpenSSL-1.0.0aDamien Miller