aboutsummaryrefslogtreecommitdiffstats
path: root/providers/common/signature
Commit message (Expand)AuthorAgeFilesLines
* Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte2019-10-102-414/+0
* Rework how our providers are builtRichard Levitte2019-10-101-3/+3
* Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell2019-10-031-5/+205
* Revise EVP_PKEY param handlingMatt Caswell2019-09-091-6/+66
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-091-4/+19
* Implement DSA in the default providerMatt Caswell2019-09-092-0/+139