summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Replace the remaining BN_copy() with bn_copy()tb2023-03-272-5/+5
* BN_free() is defined in <openssl/bn.h>tb2023-03-251-1/+2
* Fix an off-by-one in dsa_check_key()tb2023-03-111-2/+2
* Call BN_free() instead of BN_clear_free().jsing2023-03-072-11/+11
* Simplify the consistency checks in old_dsa_priv_decode()tb2023-03-041-24/+13
* Cap the number of iterations in DSA signingtb2023-03-041-1/+16
* Small readability tweak in old_dsa_priv_decode()tb2023-03-041-3/+3
* Call dsa_check_keys() before signing or verifyingtb2023-03-041-23/+9
* Add dsa_check_key() calls on DSA decodingtb2023-03-041-18/+17
* Provide dsa_check_key()tb2023-03-042-2/+77
* Provide DSA_R_INVALID_PARAMETERS error codetb2023-03-042-2/+4
* 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