summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dh_ameth: explcitly -> explicitlytb2025-01-171-2/+2
* Remove the pkey_{,public_,param_}check() handlerstb2024-08-291-31/+1
* Replace .pkey_base_id with a .base_method pointertb2024-01-041-2/+2
* Drop silly int_ prefix from _free() and _size()tb2023-08-121-5/+5
* Free {priv,pub}_key before assigning to ittb2023-08-121-1/+3
* Simplify and unify missing_parameters() for DH and DSAtb2023-08-121-5/+5
* Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()tb2023-08-111-57/+57
* Use params{,_len} in {dh,dsa}_params_{en,de}code()tb2023-08-111-5/+5
* Align dh and dsa decoding functions with encodingtb2023-08-111-63/+79
* Convert {dh,dsa}_{pub,priv}_encode() to single exittb2023-08-101-42/+47
* Clean up {dh,dsa}_pub_encode()tb2023-08-101-27/+28
* Various fixes in {dh,dsa}_priv_encode()tb2023-08-101-21/+24
* Hide symbols in dhbeck2023-07-081-1/+3
* Mop up remaining uses of ASN1_bn_print()tb2023-07-071-34/+9
* Fix whitespace in DHparam_print_fp()tb2023-04-171-2/+4
* Move DHparam_print_fp() next to DHparam_print()tb2023-04-171-1/+17
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Make internal header file names consistenttb2022-11-261-3/+3
* Prepare to provide EVP_PKEY_security_bits()tb2022-06-271-1/+8
* Add check for BIO_indent return valueinoguchi2022-01-201-3/+5
* Prepare to provide EVP_PKEY_{public,param}_checktb2022-01-101-1/+31
* zap trailing whitespacetb2022-01-101-5/+5
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+2
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* 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