| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prepare to provide DSA_meth_{get0,set1}_name() | tb | 2022-07-04 | 3 | -8/+35 |
* | Prepare to provide EVP_PKEY_security_bits() | tb | 2022-06-27 | 1 | -1/+8 |
* | Prepare to provide DSA_security_bits() | tb | 2022-06-27 | 2 | -2/+14 |
* | zap stray tab | tb | 2022-05-07 | 1 | -2/+2 |
* | 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 |
* | Minor tweaks | tb | 2022-02-24 | 1 | -7/+8 |
* | 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 | 4 | -56/+25 |
* | Make DSA opaque | tb | 2022-01-14 | 2 | -65/+57 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -5/+1 |
* | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 8 | -8/+21 |
* | Add an essentially empty dh_local.h and include it in the files where | tb | 2022-01-07 | 1 | -1/+3 |
* | Prepare to provide DSA_bits() | tb | 2022-01-05 | 2 | -2/+11 |
* | Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}() | tb | 2022-01-05 | 2 | -2/+39 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+2 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 2 | -2/+5 |
* | Crank the number of rounds of Miller-Rabin from 50 to 64 | tb | 2021-11-29 | 1 | -4/+7 |
* | Add DSA CMS support. | jsing | 2019-11-01 | 1 | -1/+25 |
* | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the | jsing | 2019-09-09 | 1 | -1/+5 |
* | Readability tweaks for comments that explain the blinding. | tb | 2019-06-04 | 1 | -5/+5 |
* | Remove the blinding later to avoid leaking information on the length | tb | 2019-06-04 | 1 | -3/+3 |
* | Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error. | tb | 2019-01-20 | 1 | -3/+3 |
* | Initialize priv_key and pub_key on first use instead of at the top. | tb | 2018-11-09 | 1 | -4/+4 |
* | unrevert the use of bn_rand_interval(). | tb | 2018-11-06 | 2 | -17/+8 |
* | revert use of bn_rand_interval due to failures with ECDHE and TLS | tb | 2018-11-06 | 2 | -8/+17 |
* | Make use of bn_rand_interval() where appropriate. | tb | 2018-11-05 | 2 | -17/+8 |
* | Eliminate a few "} else" branches, a few unneeded NULL checks before | tb | 2018-11-05 | 1 | -11/+9 |
* | Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already | tb | 2018-11-05 | 1 | -9/+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 |
* | Use a blinding value when generating a DSA signature, in order to reduce | jsing | 2018-06-14 | 1 | -9/+39 |
* | Clarify the digest truncation comment in DSA signature generation. | jsing | 2018-06-14 | 1 | -3/+4 |
* | Pull up the code that converts the digest to a BIGNUM - this only needs | jsing | 2018-06-14 | 1 | -10/+10 |
* | Fix a potential leak/incorrect return value in DSA signature generation. | jsing | 2018-06-14 | 1 | -4/+6 |
* | Call DSA_SIG_new() instead of hand rolling the same. | jsing | 2018-06-14 | 1 | -5/+2 |
* | DSA_SIG_new() amounts to a single calloc() call. | jsing | 2018-06-14 | 1 | -10/+3 |
* | style(9), comments and whitespace. | jsing | 2018-06-13 | 1 | -30/+32 |
* | Avoid a timing side-channel leak when generating DSA and ECDSA signatures. | jsing | 2018-06-13 | 1 | -5/+2 |
* | Convert a handful of X509_*() functions to take const as in OpenSSL. | tb | 2018-05-01 | 1 | -5/+5 |
* | Fix a small timing side channel in dsa_sign_setup(). Simple adaptation | tb | 2018-04-28 | 1 | -12/+25 |
* | make ENGINE_finish() succeed on NULL and simplify callers as in | tb | 2018-04-14 | 1 | -10/+6 |