| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix whitespace | tb | 2022-11-19 | 11 | -63/+62 |
| * | Fix a few more leaks in *_print() functions. | tobhe | 2022-11-10 | 1 | -5/+9 |
| * | Fix leak of pk if EVP_PKEY_set1_DSA() fails. | tobhe | 2022-11-08 | 1 | -5/+9 |
| * | Stop using CBIGNUM_it internal to libcrypto. | jsing | 2022-09-03 | 1 | -3/+3 |
| * | nasty whitespace | tb | 2022-08-31 | 1 | -9/+9 |
| * | Rework DSA_size() and ECDSA_size() | tb | 2022-08-31 | 1 | -18/+10 |
| * | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
| * | fix NULL return adding missing semicolon | bcook | 2022-07-11 | 1 | -2/+2 |
| * | Expose new API in headers. | tb | 2022-07-07 | 1 | -5/+1 |