aboutsummaryrefslogtreecommitdiff
path: root/gost_prov_mac.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-11Making a gost provider - Add the macsRichard Levitte1-0/+361
We add the macs for the provider as wrappers around the EVP_MD implementations designed for ENGINEs. This is not the most elegant, but it does the job. When an algorithm has an OID, it's included in the OSSL_ALGORITHM name as an alias. This is the way to avoid having to register the OIDs in OpenSSL proper.