summaryrefslogtreecommitdiff
path: root/include/crypto/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-1/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-1/+2
* crypto/dsa.h: fix include guard nameCarlo Teubner2021-12-201-2/+2
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+0
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-0/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-1/+1
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+1
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-0/+3
* Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis2021-03-151-0/+1
* Fix external symbols related to dsa keysShane Lontis2021-02-261-15/+16
* Update copyright yearMatt Caswell2021-02-181-1/+1
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-1/+1
* include/crypto: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-3/+9
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Clean away some declarationsRichard Levitte2020-08-211-1/+0
* Add ACVP fips module testsShane Lontis2020-06-171-2/+2
* Add DSA keygen to providerShane Lontis2020-04-151-3/+3
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-0/+2
* PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte2020-03-021-0/+4
* Add FFC param/key validationShane Lontis2020-02-161-8/+11
* Add FFC param/key generationShane Lontis2020-02-061-1/+13
* PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte2020-01-281-0/+2
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-151-1/+0
* Add dsa signature alg to fips providerShane Lontis2020-01-121-0/+14