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