summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.ctb2023-02-133-163/+36
* dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG_free(NULL)tb2023-02-131-6/+7
* dsa/dsa_sign.c: shuffle functions into a more sensible ordertb2023-02-131-13/+13
* Clean up and simplify BIGNUM handling in DSA code.jsing2023-01-113-96/+116
* Simplify BIGNUM handling in dsa_builtin_keygen().jsing2023-01-111-18/+17
* Make internal header file names consistenttb2022-11-2612-31/+31
* Rework pkey_dsa_sign() and pkey_dsa_verify()tb2022-11-191-21/+25
* Rework DSA_sign() and DSA_verify()tb2022-11-191-20/+31
* Fix whitespacetb2022-11-1911-63/+62
* Fix a few more leaks in *_print() functions.tobhe2022-11-101-5/+9
* Fix leak of pk if EVP_PKEY_set1_DSA() fails.tobhe2022-11-081-5/+9
* Stop using CBIGNUM_it internal to libcrypto.jsing2022-09-031-3/+3
* nasty whitespacetb2022-08-311-9/+9
* Rework DSA_size() and ECDSA_size()tb2022-08-311-18/+10
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+2
* fix NULL return adding missing semicolonbcook2022-07-111-2/+2
* Expose new API in headers.tb2022-07-071-5/+1
* 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