diff options
| author | miod <> | 2014-11-09 19:17:13 +0000 |
|---|---|---|
| committer | miod <> | 2014-11-09 19:17:13 +0000 |
| commit | 35d7dd4666beda50f5094b8804802132fbe722ef (patch) | |
| tree | 8f4747a1df4b007feca32e262b38052339c686c1 /src/lib/libcrypto/objects/obj_mac.num | |
| parent | d92e6fdf5aae7a320effa3de769ce4c0378485c4 (diff) | |
| download | openbsd-35d7dd4666beda50f5094b8804802132fbe722ef.tar.gz openbsd-35d7dd4666beda50f5094b8804802132fbe722ef.tar.bz2 openbsd-35d7dd4666beda50f5094b8804802132fbe722ef.zip | |
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.
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.num')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_mac.num | 12 |
1 files changed, 12 insertions, 0 deletions
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 | |||
| 935 | brainpoolP512t1 935 | 935 | brainpoolP512t1 935 |
| 936 | FRP256v1 936 | 936 | FRP256v1 936 |
| 937 | chacha20 937 | 937 | chacha20 937 |
| 938 | gost89_ecb 938 | ||
| 939 | gost89_cbc 939 | ||
| 940 | tc26 940 | ||
| 941 | id_tc26_gost3411_2012_256 941 | ||
| 942 | id_tc26_gost3411_2012_512 942 | ||
| 943 | id_tc26_gost_3410_2012_512_paramSetA 943 | ||
| 944 | id_tc26_gost_3410_2012_512_paramSetB 944 | ||
| 945 | id_tc26_gost_28147_param_Z 945 | ||
| 946 | id_tc26_gost3410_2012_256 946 | ||
| 947 | id_tc26_gost3410_2012_512 947 | ||
| 948 | id_tc26_signwithdigest_gost3410_2012_256 948 | ||
| 949 | id_tc26_signwithdigest_gost3410_2012_512 949 | ||
