summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
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
2021-02-24Remove inclusion of unnecessary header filesTomas Mraz
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
2020-12-17dsa: provider and library deprecation changesPauli
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-12-05DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-19Fix no-dhMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-06-30Fix CID-1464802Shane Lontis
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell