aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-04-05 08:08:10 +0200
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-10-11 19:34:09 +0300
commit0d53de14d01e8e079e5b5b4e08ec6e9f063139cc (patch)
tree9bb645b510faf4a06084c58138347684b75445f0 /CMakeLists.txt
parentdd645e71d12ec790dc6c2e1c44163e2683ae4c6a (diff)
downloadgost-engine-0d53de14d01e8e079e5b5b4e08ec6e9f063139cc.zip
gost-engine-0d53de14d01e8e079e5b5b4e08ec6e9f063139cc.tar.gz
gost-engine-0d53de14d01e8e079e5b5b4e08ec6e9f063139cc.tar.bz2
Making a gost provider - Add the macs
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c95e5ea..740cac3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -201,6 +201,7 @@ set(GOST_PROV_SOURCE_FILES
gost_prov.c
gost_prov_cipher.c
gost_prov_digest.c
+ gost_prov_mac.c
)
set(TEST_ENVIRONMENT_COMMON