summaryrefslogtreecommitdiffstats
path: root/include/crypto/dsa.h
AgeCommit message (Expand)Author
2023-12-14Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-05-03Update copyright yearMatt Caswell
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2021-12-20crypto/dsa.h: fix include guard nameCarlo Teubner
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-08-21Clean away some declarationsRichard Levitte
2020-06-17Add ACVP fips module testsShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte
2020-02-16Add FFC param/key validationShane Lontis
2020-02-06Add FFC param/key generationShane Lontis
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-12Add dsa signature alg to fips providerShane Lontis