summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dsa
AgeCommit message (Expand)Author
2022-08-31nasty whitespaceTheo Buehler
2022-08-31Rework DSA_size() and ECDSA_size()Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-07-11fix NULL return adding missing semicolonBrent Cook
2022-07-07Expose new API in headers.Theo Buehler
2022-07-04Prepare to provide DSA_meth_{get0,set1}_name()Theo Buehler
2022-06-27Prepare to provide EVP_PKEY_security_bits()Theo Buehler
2022-06-27Prepare to provide DSA_security_bits()Theo Buehler
2022-05-07zap stray tabTheo Buehler
2022-05-07KNF nitsTheo Buehler
2022-04-07Avoid infinite loop on parsing DSA private keysTheo Buehler
2022-02-24Remove accidentally committed debug code.Theo Buehler
2022-02-24Minor tweaksTheo Buehler
2022-02-24Add sanity checks on p and q in old_dsa_priv_decode()Theo Buehler
2022-01-15Minor cleanup and simplification in dsa_pub_encode()Theo Buehler
2022-01-14Simplify DSAPublicKey_itTheo Buehler
2022-01-14Make DSA opaqueTheo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h byTheo Buehler
2022-01-07Add an essentially empty dh_local.h and include it in the files whereTheo Buehler
2022-01-05Prepare to provide DSA_bits()Theo Buehler
2022-01-05Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()Theo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.Theo Buehler
2021-11-29Crank the number of rounds of Miller-Rabin from 50 to 64Theo Buehler
2019-11-01Add DSA CMS support.Joel Sing
2019-09-09Provide EVP_PKEY_CTX_get_signature_md() macro and implement theJoel Sing
2019-06-04Readability tweaks for comments that explain the blinding.Theo Buehler
2019-06-04Remove the blinding later to avoid leaking information on the lengthTheo Buehler
2019-01-20Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-06revert use of bn_rand_interval due to failures with ECDHE and TLSTheo Buehler
2018-11-05Make use of bn_rand_interval() where appropriate.Theo Buehler
2018-11-05Eliminate a few "} else" branches, a few unneeded NULL checks beforeTheo Buehler
2018-11-05Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() alreadyTheo Buehler
2018-08-24Add consts to EVP_PKEY_asn1_set_private()Theo Buehler
2018-08-24After removing support for broken PKCS#8 formats (it was high time),Theo Buehler
2018-06-14Use a blinding value when generating a DSA signature, in order to reduceJoel Sing
2018-06-14Clarify the digest truncation comment in DSA signature generation.Joel Sing
2018-06-14Pull up the code that converts the digest to a BIGNUM - this only needsJoel Sing
2018-06-14Fix a potential leak/incorrect return value in DSA signature generation.Joel Sing
2018-06-14Call DSA_SIG_new() instead of hand rolling the same.Joel Sing
2018-06-14DSA_SIG_new() amounts to a single calloc() call.Joel Sing
2018-06-13style(9), comments and whitespace.Joel Sing
2018-06-13Avoid a timing side-channel leak when generating DSA and ECDSA signatures.Joel Sing
2018-05-01Convert a handful of X509_*() functions to take const as in OpenSSL.Theo Buehler
2018-04-28Fix a small timing side channel in dsa_sign_setup(). Simple adaptationTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-03-17Add DSA_meth_{dup,free,new,set_{finish,sign}}()Theo Buehler