Age | Commit message (Expand) | Author |
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 |
2022-01-14 | Make structs in dh.h opaque | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | Theo Buehler |
2022-01-10 | Provide DH_check*_ex and many error codes | Theo Buehler |
2022-01-10 | zap trailing whitespace | Theo Buehler |
2022-01-07 | Add an essentially empty dh_local.h and include it in the files where | Theo Buehler |
2022-01-07 | zap trailing whitespace | Theo Buehler |
2022-01-05 | Prepare to provide DH_get_length() | Theo Buehler |