summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid leak in error path of dh_priv_decodeinoguchi2020-01-041-1/+2
* Add consts to EVP_PKEY_asn1_set_private()tb2018-08-241-2/+2
* After removing support for broken PKCS#8 formats (it was high time),tb2018-08-241-2/+2
* Convert a handful of X509_*() functions to take const as in OpenSSL.tb2018-05-011-5/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-15/+15
* Avoid a double-free in an error path.doug2015-01-081-1/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+6
* ASN1_STRING_free can handle NULL, so callers don't need to check. ok miodtedu2014-07-091-7/+4
* KNFmiod2014-07-091-149/+146
* simplify and unobfuscate a variable to fix a mem leak.tedu2014-06-301-6/+9
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* more: no need to null check before free; ok guentherderaadt2014-05-301-1/+1
* more: no need for null check before freederaadt2014-05-301-2/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-32/+28
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* import OpenSSL-1.0.1cdjm2012-10-131-0/+1
* import OpenSSL-1.0.0adjm2010-10-011-0/+500