summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dh
AgeCommit message (Expand)Author
2024-08-30Garbage collect the DH_check*_ex() APITheo Buehler
2024-08-29Remove the pkey_{,public_,param_}check() handlersTheo Buehler
2024-08-26replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@Omar Polo
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-19Add space after commasTheo Buehler
2024-05-19KNF for dh_err and dsa_errTheo Buehler
2024-05-09Make the DH_METHOD static constTheo Buehler
2024-05-09Move public API and DH_METHOD to the bottom of the fileTheo Buehler
2024-04-15DHparam_it becomes static, tooTheo Buehler
2024-03-27Use dh for DH function arguments.Theo Buehler
2024-03-27Unify *_up_ref() implementationsTheo Buehler
2024-01-04Replace .pkey_base_id with a .base_method pointerTheo Buehler
2024-01-01kill gross whitespaceTheo Buehler
2023-12-28Rework pkey_dh_paramgen()Theo Buehler
2023-12-28Rework pkey_dh_keygen()Theo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-08-13fix whitespaceTheo Buehler
2023-08-12Drop silly int_ prefix from _free() and _size()Theo Buehler
2023-08-12Free {priv,pub}_key before assigning to itTheo Buehler
2023-08-12Simplify and unify missing_parameters() for DH and DSATheo Buehler
2023-08-12Convert {DH,DSA}_new_method() to using calloc()Theo Buehler
2023-08-11Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()Theo Buehler
2023-08-11Use params{,_len} in {dh,dsa}_params_{en,de}code()Theo Buehler
2023-08-11Align dh and dsa decoding functions with encodingTheo Buehler
2023-08-10Convert {dh,dsa}_{pub,priv}_encode() to single exitTheo Buehler
2023-08-10Clean up {dh,dsa}_pub_encode()Theo Buehler
2023-08-10Various fixes in {dh,dsa}_priv_encode()Theo Buehler
2023-08-03Make the bn_rand_interval() API a bit more ergonomicTheo Buehler
2023-07-24Fix a minibug in DH_check()Theo Buehler
2023-07-08Hide symbols in dhBob Beck
2023-07-07Mop up remaining uses of ASN1_bn_print()Theo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-17Fix whitespace in DHparam_print_fp()Theo Buehler
2023-04-17Remove now unused dh_prn.cTheo Buehler
2023-04-17Move DHparam_print_fp() next to DHparam_print()Theo Buehler
2023-04-13The NBs have been duly noted and ignored. Drop them.Theo Buehler
2023-04-13Zap trailing whitespaceTheo Buehler
2023-04-13Remove files that definitely contain no code anymoreTheo Buehler
2023-04-13Move DH_generate_parameters() from dh_depr.c to dh_gen.cTheo Buehler
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-13Simplify computation of max_pub_key = dh->p - 1.Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-07-07Expose new API in headers.Theo Buehler
2022-06-27Prepare to provide EVP_PKEY_security_bits()Theo Buehler
2022-06-27Prepare to provide DH_security_bits()Theo Buehler
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi