aboutsummaryrefslogtreecommitdiff
path: root/gost_eng.c
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2018-06-08 16:53:39 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2018-06-08 16:53:39 +0300
commitc5958ad35eb481ec342fef73bb4544fd8846eeb5 (patch)
treeb2311d509a601c87b1782c78b2190b1963015cc7 /gost_eng.c
parent70c5f3b3b65ed156144ca64ac666dc4400d51e19 (diff)
downloadgost-engine-c5958ad35eb481ec342fef73bb4544fd8846eeb5.zip
gost-engine-c5958ad35eb481ec342fef73bb4544fd8846eeb5.tar.gz
gost-engine-c5958ad35eb481ec342fef73bb4544fd8846eeb5.tar.bz2
Start implementing MAGMA algorithm
Diffstat (limited to 'gost_eng.c')
-rw-r--r--gost_eng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_eng.c b/gost_eng.c
index 16316a1..0a2af55 100644
--- a/gost_eng.c
+++ b/gost_eng.c
@@ -224,6 +224,7 @@ static int bind_gost(ENGINE* e, const char* id) {
|| !EVP_add_cipher(cipher_gost_grasshopper_cfb())
|| !EVP_add_cipher(cipher_gost_grasshopper_ofb())
|| !EVP_add_cipher(cipher_gost_grasshopper_ctr())
+ || !EVP_add_cipher(cipher_magma_cbc())
|| !EVP_add_digest(digest_gost())
|| !EVP_add_digest(digest_gost2012_512())
|| !EVP_add_digest(digest_gost2012_256())