summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare to provide DSA_meth_{get0,set1}_name()tb2022-07-043-8/+35
* Prepare to provide EVP_PKEY_security_bits()tb2022-06-271-1/+8
* Prepare to provide DSA_security_bits()tb2022-06-272-2/+14
* zap stray tabtb2022-05-071-2/+2
* KNF nitstb2022-05-071-7/+7
* Avoid infinite loop on parsing DSA private keystb2022-04-071-3/+24
* Remove accidentally committed debug code.tb2022-02-241-3/+1
* Minor tweakstb2022-02-241-7/+8
* Add sanity checks on p and q in old_dsa_priv_decode()tb2022-02-241-1/+15
* Minor cleanup and simplification in dsa_pub_encode()tb2022-01-151-15/+8
* Simplify DSAPublicKey_ittb2022-01-144-56/+25
* Make DSA opaquetb2022-01-142-65/+57
* Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb2022-01-141-5/+1
* Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h bytb2022-01-078-8/+21
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+3
* Prepare to provide DSA_bits()tb2022-01-052-2/+11
* Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()tb2022-01-052-2/+39
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Add #include "bn_lcl.h" to the files that will soon need it.tb2021-12-042-2/+5
* Crank the number of rounds of Miller-Rabin from 50 to 64tb2021-11-291-4/+7
* Add DSA CMS support.jsing2019-11-011-1/+25
* Provide EVP_PKEY_CTX_get_signature_md() macro and implement thejsing2019-09-091-1/+5
* Readability tweaks for comments that explain the blinding.tb2019-06-041-5/+5
* Remove the blinding later to avoid leaking information on the lengthtb2019-06-041-3/+3
* Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.tb2019-01-201-3/+3
* Initialize priv_key and pub_key on first use instead of at the top.tb2018-11-091-4/+4
* unrevert the use of bn_rand_interval().tb2018-11-062-17/+8
* revert use of bn_rand_interval due to failures with ECDHE and TLStb2018-11-062-8/+17
* Make use of bn_rand_interval() where appropriate.tb2018-11-052-17/+8
* Eliminate a few "} else" branches, a few unneeded NULL checks beforetb2018-11-051-11/+9
* Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() alreadytb2018-11-051-9/+3
* Add consts to EVP_PKEY_asn1_set_private()tb2018-08-241-2/+2
* After removing support for broken PKCS#8 formats (it was high time),tb2018-08-241-2/+2
* Use a blinding value when generating a DSA signature, in order to reducejsing2018-06-141-9/+39
* Clarify the digest truncation comment in DSA signature generation.jsing2018-06-141-3/+4
* Pull up the code that converts the digest to a BIGNUM - this only needsjsing2018-06-141-10/+10
* Fix a potential leak/incorrect return value in DSA signature generation.jsing2018-06-141-4/+6
* Call DSA_SIG_new() instead of hand rolling the same.jsing2018-06-141-5/+2
* DSA_SIG_new() amounts to a single calloc() call.jsing2018-06-141-10/+3
* style(9), comments and whitespace.jsing2018-06-131-30/+32
* Avoid a timing side-channel leak when generating DSA and ECDSA signatures.jsing2018-06-131-5/+2
* Convert a handful of X509_*() functions to take const as in OpenSSL.tb2018-05-011-5/+5
* Fix a small timing side channel in dsa_sign_setup(). Simple adaptationtb2018-04-281-12/+25
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-10/+6
* Add DSA_meth_{dup,free,new,set_{finish,sign}}()tb2018-03-172-1/+86
* Provide DSA_get0_engine()tb2018-02-202-2/+9
* Provide DSA_SIG_{g,s}et0()tb2018-02-202-2/+27
* Provide DSA_{clear,set,test}_flags()tb2018-02-202-2/+23
* Provide {DH,DSA}_set0_key(). Requested by sthen.tb2018-02-182-2/+21
* Provide DSA_set0_pqg.tb2018-02-182-2/+26