From 35d7dd4666beda50f5094b8804802132fbe722ef Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 9 Nov 2014 19:17:13 +0000 Subject: GOST crypto algorithms (well, most of them), ported from the removed GOST engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov; libcrypto bits only for now. This is a verbatim import of Dmitry's work, and does not compile in this state; the forthcoming commits will address these issues. None of the GOST code is enabled in libcrypto yet, for it still gets compiled with OPENSSL_NO_GOST defined. However, the public header gost.h will be installed. --- src/lib/libcrypto/objects/obj_mac.num | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/lib/libcrypto/objects/obj_mac.num') diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index bcdda5163e..d3a658e59c 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num @@ -935,3 +935,15 @@ brainpoolP512r1 934 brainpoolP512t1 935 FRP256v1 936 chacha20 937 +gost89_ecb 938 +gost89_cbc 939 +tc26 940 +id_tc26_gost3411_2012_256 941 +id_tc26_gost3411_2012_512 942 +id_tc26_gost_3410_2012_512_paramSetA 943 +id_tc26_gost_3410_2012_512_paramSetB 944 +id_tc26_gost_28147_param_Z 945 +id_tc26_gost3410_2012_256 946 +id_tc26_gost3410_2012_512 947 +id_tc26_signwithdigest_gost3410_2012_256 948 +id_tc26_signwithdigest_gost3410_2012_512 949 -- cgit v1.2.3-55-g6feb