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/objects.txt | |
| 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/objects.txt')
| -rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index bb44aa77a3..1ce73cc984 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
| @@ -1313,3 +1313,18 @@ brainpool 1 14 : brainpoolP512t1 | |||
| 1313 | # ChaCha Stream Cipher | 1313 | # ChaCha Stream Cipher |
| 1314 | !Cname chacha20 | 1314 | !Cname chacha20 |
| 1315 | : ChaCha : chacha | 1315 | : ChaCha : chacha |
| 1316 | : gost89-ecb | ||
| 1317 | : gost89-cbc | ||
| 1318 | |||
| 1319 | member-body 643 7 1 : tc26 | ||
| 1320 | !Cname id-tc26-gost3411-2012-256 | ||
| 1321 | tc26 1 2 2 : streebog256 : GOST R 34.11-2012 (256 bit) | ||
| 1322 | !Cname id-tc26-gost3411-2012-512 | ||
| 1323 | tc26 1 2 3 : streebog512 : GOST R 34-11-2012 (512 bit) | ||
| 1324 | tc26 2 1 2 1 : id-tc26-gost-3410-2012-512-paramSetA | ||
| 1325 | tc26 2 1 2 2 : id-tc26-gost-3410-2012-512-paramSetB | ||
| 1326 | tc26 2 5 1 1 : id-tc26-gost-28147-param-Z | ||
| 1327 | tc26 1 1 1 : id-tc26-gost3410-2012-256 : GOST R 34.10-2012 (256 bit) | ||
| 1328 | tc26 1 1 2 : id-tc26-gost3410-2012-512 : GOST R 34.10-2012 (512 bit) | ||
| 1329 | tc26 1 3 2 : id-tc26-signwithdigest-gost3410-2012-256 : GOST R 34.11-2012 with GOST R 34.10-2012 (256 bit) | ||
| 1330 | tc26 1 3 3 : id-tc26-signwithdigest-gost3410-2012-512 : GOST R 34.11-2012 with GOST R 34.10-2012 (512 bit) | ||
