| Commit message (Expand) | Author | Age | Files | Lines |
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 6 | -12/+11 |
* | Remove #error if OPENSSL_NO_FOO is defined | tb | 2025-01-25 | 1 | -5/+1 |
* | dh_ameth: explcitly -> explicitly | tb | 2025-01-17 | 1 | -2/+2 |
* | Remove X9.42 DH rudiments | tb | 2024-11-29 | 3 | -19/+7 |
* | Remove weird pad member that was never set to zero after malloc() so | tb | 2024-11-29 | 1 | -4/+1 |
* | Garbage collect the DH_check*_ex() API | tb | 2024-08-30 | 2 | -75/+4 |
* | Remove the pkey_{,public_,param_}check() handlers | tb | 2024-08-29 | 1 | -31/+1 |
* | replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@ | op | 2024-08-26 | 1 | -23/+9 |
* | libcrypto: constify most error string tables | tb | 2024-06-24 | 1 | -6/+8 |
* | Add space after commas | tb | 2024-05-19 | 1 | -3/+3 |
* | KNF for dh_err and dsa_err | tb | 2024-05-19 | 1 | -37/+35 |
* | Make the DH_METHOD static const | tb | 2024-05-09 | 1 | -2/+2 |
* | Move public API and DH_METHOD to the bottom of the file | tb | 2024-05-09 | 1 | -38/+31 |
* | DHparam_it becomes static, too | tb | 2024-04-15 | 1 | -2/+2 |
* | Use dh for DH function arguments. | tb | 2024-03-27 | 1 | -25/+23 |
* | Unify *_up_ref() implementations | tb | 2024-03-27 | 1 | -4/+2 |
* | Replace .pkey_base_id with a .base_method pointer | tb | 2024-01-04 | 1 | -2/+2 |
* | kill gross whitespace | tb | 2024-01-01 | 1 | -6/+6 |
* | Rework pkey_dh_paramgen() | tb | 2023-12-28 | 1 | -16/+19 |
* | Rework pkey_dh_keygen() | tb | 2023-12-28 | 1 | -9/+19 |
* | Ignore ENGINE at the API boundary | tb | 2023-11-29 | 2 | -4/+3 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 1 | -30/+1 |
* | fix whitespace | tb | 2023-08-13 | 1 | -14/+13 |
* | Drop silly int_ prefix from _free() and _size() | tb | 2023-08-12 | 1 | -5/+5 |
* | Free {priv,pub}_key before assigning to it | tb | 2023-08-12 | 1 | -1/+3 |
* | Simplify and unify missing_parameters() for DH and DSA | tb | 2023-08-12 | 1 | -5/+5 |
* | Convert {DH,DSA}_new_method() to using calloc() | tb | 2023-08-12 | 1 | -43/+29 |
* | Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code() | tb | 2023-08-11 | 1 | -57/+57 |
* | Use params{,_len} in {dh,dsa}_params_{en,de}code() | tb | 2023-08-11 | 1 | -5/+5 |
* | Align dh and dsa decoding functions with encoding | tb | 2023-08-11 | 1 | -63/+79 |
* | Convert {dh,dsa}_{pub,priv}_encode() to single exit | tb | 2023-08-10 | 1 | -42/+47 |
* | Clean up {dh,dsa}_pub_encode() | tb | 2023-08-10 | 1 | -27/+28 |
* | Various fixes in {dh,dsa}_priv_encode() | tb | 2023-08-10 | 1 | -21/+24 |
* | Make the bn_rand_interval() API a bit more ergonomic | tb | 2023-08-03 | 1 | -8/+4 |
* | Fix a minibug in DH_check() | tb | 2023-07-24 | 1 | -2/+2 |
* | Hide symbols in dh | beck | 2023-07-08 | 7 | -7/+52 |
* | Mop up remaining uses of ASN1_bn_print() | tb | 2023-07-07 | 1 | -34/+9 |
* | Move some includes out of OPENSSL_NO_DEPRECATED | tb | 2023-04-18 | 1 | -3/+1 |
* | Fix whitespace in DHparam_print_fp() | tb | 2023-04-17 | 1 | -2/+4 |
* | Remove now unused dh_prn.c | tb | 2023-04-17 | 1 | -64/+0 |
* | Move DHparam_print_fp() next to DHparam_print() | tb | 2023-04-17 | 2 | -17/+18 |
* | The NBs have been duly noted and ignored. Drop them. | tb | 2023-04-13 | 1 | -6/+1 |
* | Zap trailing whitespace | tb | 2023-04-13 | 1 | -9/+9 |
* | Remove files that definitely contain no code anymore | tb | 2023-04-13 | 1 | -65/+0 |
* | Move DH_generate_parameters() from dh_depr.c to dh_gen.c | tb | 2023-04-13 | 2 | -20/+21 |
* | Move a few functions out of OPENSSL_NO_DEPRECATED | tb | 2023-04-09 | 2 | -7/+6 |
* | Call BN_free() instead of BN_clear_free(). | jsing | 2023-03-07 | 1 | -8/+8 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | Make internal header file names consistent | tb | 2022-11-26 | 5 | -12/+12 |
* | Simplify computation of max_pub_key = dh->p - 1. | tb | 2022-07-13 | 1 | -4/+2 |