summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dh/dh_ameth.c
AgeCommit message (Expand)Author
2023-04-17Fix whitespace in DHparam_print_fp()Theo Buehler
2023-04-17Move DHparam_print_fp() next to DHparam_print()Theo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-06-27Prepare to provide EVP_PKEY_security_bits()Theo Buehler
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-10Prepare to provide EVP_PKEY_{public,param}_checkTheo Buehler
2022-01-10zap trailing whitespaceTheo Buehler
2022-01-07Add an essentially empty dh_local.h and include it in the files whereTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2020-01-04Avoid leak in error path of dh_priv_decodeKinichiro Inoguchi
2018-08-24Add consts to EVP_PKEY_asn1_set_private()Theo Buehler
2018-08-24After removing support for broken PKCS#8 formats (it was high time),Theo Buehler
2018-05-01Convert a handful of X509_*() functions to take const as in OpenSSL.Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
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