| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | KNF | miod | 2014-07-09 | 1 | -235/+224 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -0/+1 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
* | more: no need to null check before free; ok guenther | deraadt | 2014-05-30 | 1 | -1/+1 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 1 | -2/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -4/+2 |
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -57/+53 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -6/+6 |
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+47 |
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -0/+657 |