| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
| * | Expose new API in headers. | tb | 2022-07-07 | 1 | -3/+1 |
| * | Prepare to provide EVP_PKEY_security_bits() | tb | 2022-06-27 | 1 | -1/+8 |
| * | Prepare to provide DH_security_bits() | tb | 2022-06-27 | 2 | -2/+18 |
| * | Add check for BIO_indent return value | inoguchi | 2022-01-20 | 1 | -3/+5 |
| * | Make structs in dh.h opaque | tb | 2022-01-14 | 2 | -51/+44 |
| * | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -5/+1 |
| * | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 1 | -1/+31 |
| * | Provide DH_check*_ex and many error codes | tb | 2022-01-10 | 4 | -4/+102 |
| * | zap trailing whitespace | tb | 2022-01-10 | 1 | -5/+5 |
| * | Add an essentially empty dh_local.h and include it in the files where | tb | 2022-01-07 | 8 | -7/+83 |
| * | zap trailing whitespace | tb | 2022-01-07 | 1 | -9/+9 |
| * | Prepare to provide DH_get_length() | tb | 2022-01-05 | 2 | -2/+11 |
| * | Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() | tb | 2022-01-05 | 2 | -2/+39 |
| * | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+2 |
| * | Simplify DH_check_params a bit. | tb | 2021-12-05 | 1 | -12/+4 |
| * | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 2 | -2/+5 |
| * | Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1. | tb | 2021-11-29 | 1 | -18/+53 |
| * | Increase number of iterations in Miller-Rabin checks for DH. | tb | 2021-11-29 | 1 | -4/+9 |
| * | Synchronize DH_check() mostly with OpenSSL 1.1.1 with some | tb | 2021-11-29 | 1 | -32/+47 |
| * | Provide a version of DH_check_params() for internal use. | tb | 2021-11-29 | 1 | -1/+43 |
| * | Provide a number of flags for DH_check and DH_check_pubkey | tb | 2021-11-29 | 1 | -1/+5 |