summaryrefslogtreecommitdiff
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* FFC cleanupsslontis2023-04-032-52/+45
* Make DSA_sign() test for negative p,q,g values.slontis2023-03-312-2/+5
* Coverity 1521557: Error handling issuesPauli2023-03-031-1/+4
* Fix infinite loops in DSA sign code.slontis2023-03-012-9/+22
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-303-17/+44
* dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli2022-11-021-1/+50
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-055-21/+14
* Coverity: fix 1506297: negative returnsPauli2022-07-011-0/+5
* Add sensitive memory clean in priv encodeKan2022-06-161-5/+3
* Update copyright yearMatt Caswell2022-05-032-2/+2
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-032-5/+8
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-1/+2
* Update copyright yearMatt Caswell2021-07-291-1/+1
* DSA/RSA_print(): Fix potential memory leakTomas Mraz2021-07-231-4/+8
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-221-3/+13
* CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte2021-07-071-7/+0
* fips module header inclusion fine-tunningTomas Mraz2021-07-062-1/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-17/+17
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-201-3/+3
* Update copyright yearMatt Caswell2021-04-221-1/+1
* dsa: remove unused macroPauli2021-04-211-7/+0
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-3/+10
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-1/+0
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-152-5/+11
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-153-40/+46
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz2021-04-011-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-2/+60
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-192-59/+77
* Add ossl_encode symbolsShane Lontis2021-03-181-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-1/+1
* Fix external symbols for crypto_*Shane Lontis2021-03-181-1/+2
* Update copyright yearMatt Caswell2021-03-118-8/+8
* Fix external symbols related to dsa keysShane Lontis2021-02-2610-32/+31
* Fix external symbols related to dh keysShane Lontis2021-02-261-1/+1
* Remove inclusion of unnecessary header filesTomas Mraz2021-02-241-5/+3
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-183-8/+14
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-18/+0
* Allow EVP_PKEY private key objects to be created without a public componentJon Spillett2021-01-152-14/+0
* dsa: provider and library deprecation changesPauli2020-12-173-5/+15
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+5
* DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte2020-12-052-6/+10
* EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-11-271-144/+0
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-137-45/+44
* Fix no-dhMatt Caswell2020-10-191-3/+2