| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace the remaining BN_copy() with bn_copy() | tb | 2023-03-27 | 2 | -5/+5 |
* | BN_free() is defined in <openssl/bn.h> | tb | 2023-03-25 | 1 | -1/+2 |
* | Fix an off-by-one in dsa_check_key() | tb | 2023-03-11 | 1 | -2/+2 |
* | Call BN_free() instead of BN_clear_free(). | jsing | 2023-03-07 | 2 | -11/+11 |
* | Simplify the consistency checks in old_dsa_priv_decode() | tb | 2023-03-04 | 1 | -24/+13 |
* | Cap the number of iterations in DSA signing | tb | 2023-03-04 | 1 | -1/+16 |
* | Small readability tweak in old_dsa_priv_decode() | tb | 2023-03-04 | 1 | -3/+3 |
* | Call dsa_check_keys() before signing or verifying | tb | 2023-03-04 | 1 | -23/+9 |
* | Add dsa_check_key() calls on DSA decoding | tb | 2023-03-04 | 1 | -18/+17 |
* | Provide dsa_check_key() | tb | 2023-03-04 | 2 | -2/+77 |
* | Provide DSA_R_INVALID_PARAMETERS error code | tb | 2023-03-04 | 2 | -2/+4 |
* | Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c | tb | 2023-02-13 | 3 | -163/+36 |
* | dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG_free(NULL) | tb | 2023-02-13 | 1 | -6/+7 |
* | dsa/dsa_sign.c: shuffle functions into a more sensible order | tb | 2023-02-13 | 1 | -13/+13 |
* | Clean up and simplify BIGNUM handling in DSA code. | jsing | 2023-01-11 | 3 | -96/+116 |
* | Simplify BIGNUM handling in dsa_builtin_keygen(). | jsing | 2023-01-11 | 1 | -18/+17 |
* | Make internal header file names consistent | tb | 2022-11-26 | 12 | -31/+31 |
* | Rework pkey_dsa_sign() and pkey_dsa_verify() | tb | 2022-11-19 | 1 | -21/+25 |
* | Rework DSA_sign() and DSA_verify() | tb | 2022-11-19 | 1 | -20/+31 |