| Commit message (Expand) | Author | Age | Files | Lines |
* | Zap trailing whitespace in dsa.h | tb | 2025-03-01 | 1 | -7/+7 |
* | dsa_gen: convert to BN_MONT_CTX_create() | tb | 2025-02-13 | 1 | -5/+2 |
* | Remove #error if OPENSSL_NO_FOO is defined | tb | 2025-01-25 | 1 | -5/+1 |
* | Make the DSS_prime_checks macro internal | tb | 2024-12-05 | 2 | -11/+12 |
* | Remove the undocumented DSA_is_prime() macro | tb | 2024-12-05 | 1 | -3/+1 |
* | Remove weird pad member that was never set to zero after malloc() so | tb | 2024-11-29 | 1 | -4/+1 |
* | Drop a useless cast in pkey_dsa_ctrl() | tb | 2024-10-19 | 1 | -2/+2 |
* | replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@ | op | 2024-08-26 | 1 | -23/+10 |
* | Hide global _it symbols in dsa.h | beck | 2024-07-08 | 1 | -1/+4 |
* | libcrypto: constify most error string tables | tb | 2024-06-24 | 1 | -5/+7 |
* | Add space after commas | tb | 2024-05-19 | 1 | -3/+3 |
* | KNF for dh_err and dsa_err | tb | 2024-05-19 | 1 | -26/+24 |
* | Remove unused DSA methods | tb | 2024-05-11 | 4 | -53/+21 |
* | Inline dsa_builtin_keygen() in DSA_generate_key() | tb | 2024-05-10 | 1 | -12/+6 |
* | Make the openssl_dsa_meth static const | tb | 2024-05-09 | 1 | -2/+2 |
* | Move openssl_dsa_meth below the methods it uses | tb | 2024-05-09 | 1 | -25/+17 |
* | And here go {,EC}DSA_SIG_it | tb | 2024-04-15 | 1 | -2/+2 |
* | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | tb | 2024-04-13 | 1 | -4/+8 |
* | Unwrap a line for consistency with other copy-pasted versions | tb | 2024-04-13 | 1 | -3/+2 |
* | Use dsa for DSA and dh for DH | tb | 2024-03-27 | 1 | -88/+90 |
* | Unify *_up_ref() implementations | tb | 2024-03-27 | 1 | -3/+2 |
* | Remove DSA_generate_parameters | tb | 2024-03-02 | 2 | -29/+2 |
* | Replace .pkey_base_id with a .base_method pointer | tb | 2024-01-04 | 1 | -6/+6 |
* | Split ameth arrays into individual methods | tb | 2024-01-04 | 1 | -61/+57 |
* | Rework pkey_das_paramgen() | tb | 2023-12-28 | 1 | -16/+21 |
* | Rework pkey_dsa_keygen() | tb | 2023-12-28 | 1 | -9/+18 |
* | Ignore ENGINE at the API boundary | tb | 2023-11-29 | 2 | -5/+3 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 1 | -29/+1 |
* | 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/+4 |
* | Readability tweak for key parameters in DSA | tb | 2023-08-12 | 1 | -2/+2 |
* | Simplify and unify missing_parameters() for DH and DSA | tb | 2023-08-12 | 1 | -6/+3 |
* | Convert {DH,DSA}_new_method() to using calloc() | tb | 2023-08-12 | 1 | -40/+25 |
* | 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 |
* | Use key/key_len in old_dsa_priv_{en,de}code() | tb | 2023-08-11 | 1 | -5/+5 |
* | Add back an empty line that I didn't really want to remove | tb | 2023-08-11 | 1 | -1/+2 |
* | Align dh and dsa decoding functions with encoding | tb | 2023-08-11 | 1 | -79/+94 |
* | 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 | -19/+26 |
* | Various fixes in {dh,dsa}_priv_encode() | tb | 2023-08-10 | 1 | -19/+24 |
* | Make the bn_rand_interval() API a bit more ergonomic | tb | 2023-08-03 | 2 | -5/+5 |
* | hide symbols in dsa | beck | 2023-07-08 | 8 | -8/+73 |
* | Mop up remaining uses of ASN1_bn_print() | tb | 2023-07-07 | 1 | -48/+13 |
* | Wire up truncated SHA-2, SHA-3 and related things | tb | 2023-04-25 | 1 | -1/+6 |
* | Bring includes into canonical order | tb | 2023-04-18 | 1 | -4/+4 |
* | Move some includes out of OPENSSL_NO_DEPRECATED | tb | 2023-04-18 | 1 | -3/+1 |
* | Remove files that definitely contain no code anymore | tb | 2023-04-13 | 1 | -73/+0 |
* | Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c | tb | 2023-04-13 | 2 | -21/+23 |
* | Move a few functions out of OPENSSL_NO_DEPRECATED | tb | 2023-04-09 | 2 | -7/+3 |