summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
5 daysCheck DSA parameters for excessive sizes before validatingTomas Mraz
2024-05-02Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-02Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-04-09Copyright year updatesRichard Levitte
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2024-03-30dsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-01-23Fix typosJakub Wilk
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-10-04Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_initMatthias St. Pierre
2023-09-07Copyright year updatesMatt Caswell
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01dsa: update to structure based atomicsPauli
2023-04-03FFC cleanupsslontis
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis
2023-03-03Coverity 1521557: Error handling issuesPauli
2023-03-01Fix infinite loops in DSA sign code.slontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-02dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-01Coverity: fix 1506297: negative returnsPauli
2022-06-16Add sensitive memory clean in priv encodeKan
2022-05-03Update copyright yearMatt Caswell
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2021-10-27add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x2018
2021-07-29Update copyright yearMatt Caswell
2021-07-23DSA/RSA_print(): Fix potential memory leakTomas Mraz
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell
2021-07-07CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-04-22Update copyright yearMatt Caswell
2021-04-21dsa: remove unused macroPauli
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-01DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis