Age | Commit message (Expand) | Author |
2024-10-19 | Drop a useless cast in pkey_dsa_ctrl() | Theo Buehler |
2024-08-26 | replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@ | Omar Polo |
2024-07-08 | Hide global _it symbols in dsa.h | Bob Beck |
2024-06-24 | libcrypto: constify most error string tables | Theo Buehler |
2024-05-19 | Add space after commas | Theo Buehler |
2024-05-19 | KNF for dh_err and dsa_err | Theo Buehler |
2024-05-11 | Remove unused DSA methods | Theo Buehler |
2024-05-10 | Inline dsa_builtin_keygen() in DSA_generate_key() | Theo Buehler |
2024-05-09 | Make the openssl_dsa_meth static const | Theo Buehler |
2024-05-09 | Move openssl_dsa_meth below the methods it uses | Theo Buehler |
2024-04-15 | And here go {,EC}DSA_SIG_it | Theo Buehler |
2024-04-13 | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | Theo Buehler |
2024-04-13 | Unwrap a line for consistency with other copy-pasted versions | Theo Buehler |
2024-03-27 | Use dsa for DSA and dh for DH | Theo Buehler |
2024-03-27 | Unify *_up_ref() implementations | Theo Buehler |
2024-03-02 | Remove DSA_generate_parameters | Theo Buehler |
2024-01-04 | Replace .pkey_base_id with a .base_method pointer | Theo Buehler |
2024-01-04 | Split ameth arrays into individual methods | Theo Buehler |
2023-12-28 | Rework pkey_das_paramgen() | Theo Buehler |
2023-12-28 | Rework pkey_dsa_keygen() | Theo Buehler |
2023-11-29 | Ignore ENGINE at the API boundary | Theo Buehler |
2023-11-19 | Unifdef OPENSSL_NO_ENGINE in libcrypto | Theo Buehler |
2023-08-12 | Drop silly int_ prefix from _free() and _size() | Theo Buehler |
2023-08-12 | Free {priv,pub}_key before assigning to it | Theo Buehler |
2023-08-12 | Readability tweak for key parameters in DSA | Theo Buehler |
2023-08-12 | Simplify and unify missing_parameters() for DH and DSA | Theo Buehler |
2023-08-12 | Convert {DH,DSA}_new_method() to using calloc() | Theo Buehler |
2023-08-11 | Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code() | Theo Buehler |
2023-08-11 | Use params{,_len} in {dh,dsa}_params_{en,de}code() | Theo Buehler |
2023-08-11 | Use key/key_len in old_dsa_priv_{en,de}code() | Theo Buehler |
2023-08-11 | Add back an empty line that I didn't really want to remove | Theo Buehler |
2023-08-11 | Align dh and dsa decoding functions with encoding | Theo Buehler |
2023-08-10 | Convert {dh,dsa}_{pub,priv}_encode() to single exit | Theo Buehler |
2023-08-10 | Clean up {dh,dsa}_pub_encode() | Theo Buehler |
2023-08-10 | Various fixes in {dh,dsa}_priv_encode() | Theo Buehler |
2023-08-03 | Make the bn_rand_interval() API a bit more ergonomic | Theo Buehler |
2023-07-08 | hide symbols in dsa | Bob Beck |
2023-07-07 | Mop up remaining uses of ASN1_bn_print() | Theo Buehler |
2023-04-25 | Wire up truncated SHA-2, SHA-3 and related things | Theo Buehler |
2023-04-18 | Bring includes into canonical order | Theo Buehler |
2023-04-18 | Move some includes out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2023-04-13 | Remove files that definitely contain no code anymore | Theo Buehler |
2023-04-13 | Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c | Theo Buehler |
2023-04-09 | Move a few functions out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2023-03-27 | Replace the remaining BN_copy() with bn_copy() | Theo Buehler |
2023-03-25 | BN_free() is defined in <openssl/bn.h> | Theo Buehler |
2023-03-11 | Fix an off-by-one in dsa_check_key() | Theo Buehler |
2023-03-07 | Call BN_free() instead of BN_clear_free(). | Joel Sing |
2023-03-04 | Simplify the consistency checks in old_dsa_priv_decode() | Theo Buehler |
2023-03-04 | Cap the number of iterations in DSA signing | Theo Buehler |