| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Mop up remaining uses of ASN1_bn_print() | tb | 2023-07-07 | 1 | -48/+13 |
* | Simplify the consistency checks in old_dsa_priv_decode() | tb | 2023-03-04 | 1 | -24/+13 |
* | Small readability tweak in old_dsa_priv_decode() | tb | 2023-03-04 | 1 | -3/+3 |
* | Add dsa_check_key() calls on DSA decoding | tb | 2023-03-04 | 1 | -18/+17 |
* | Clean up and simplify BIGNUM handling in DSA code. | jsing | 2023-01-11 | 1 | -11/+22 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -5/+5 |
* | Prepare to provide EVP_PKEY_security_bits() | tb | 2022-06-27 | 1 | -1/+8 |
* | KNF nits | tb | 2022-05-07 | 1 | -7/+7 |
* | Avoid infinite loop on parsing DSA private keys | tb | 2022-04-07 | 1 | -3/+24 |
* | Remove accidentally committed debug code. | tb | 2022-02-24 | 1 | -3/+1 |
* | Add sanity checks on p and q in old_dsa_priv_decode() | tb | 2022-02-24 | 1 | -1/+15 |
* | Minor cleanup and simplification in dsa_pub_encode() | tb | 2022-01-15 | 1 | -15/+8 |
* | Simplify DSAPublicKey_it | tb | 2022-01-14 | 1 | -3/+9 |
* | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 1 | -1/+2 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+2 |
* | Add DSA CMS support. | jsing | 2019-11-01 | 1 | -1/+25 |
* | Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error. | tb | 2019-01-20 | 1 | -3/+3 |
* | Add consts to EVP_PKEY_asn1_set_private() | tb | 2018-08-24 | 1 | -2/+2 |
* | After removing support for broken PKCS#8 formats (it was high time), | tb | 2018-08-24 | 1 | -2/+2 |
* | Convert a handful of X509_*() functions to take const as in OpenSSL. | tb | 2018-05-01 | 1 | -5/+5 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -23/+23 |
* | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | beck | 2017-01-21 | 1 | -2/+2 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 1 | -3/+3 |
* | unifdef OPENSSL_NO_CMS | jsing | 2016-10-19 | 1 | -24/+1 |
* | Remove support for ancient, broken DSA implementations. | doug | 2016-03-01 | 1 | -60/+20 |
* | When loading a DSA key from an raw (without DH parameters) ASN.1 serialization, | miod | 2015-09-10 | 1 | -2/+48 |
* | Coverity CID 21733 (unchecked allocation), 78823 (leak on error). | miod | 2015-02-14 | 1 | -1/+6 |
* | Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. | beck | 2015-02-11 | 1 | -1/+24 |
* | get rid of OPENSSL_NO_CMS code we do not use. | beck | 2015-02-11 | 1 | -24/+1 |
* | dsa_priv_decode(): only destroy the object we've created, and with the | miod | 2014-07-13 | 1 | -3/+5 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -11/+7 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+6 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+4 |
* | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | tedu | 2014-07-09 | 1 | -7/+4 |