aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2017-07-04 14:09:32 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2017-07-04 14:09:32 +0300
commit09c5128a8ed6f0ff1505cd2a13d0e3982328366d (patch)
tree96c704b6d493625d96b4aba4e8a936dfb2e05ff7
parentd894d6b45e19ed61105afd7cad47ddaadd0ba669 (diff)
downloadgost-engine-09c5128a8ed6f0ff1505cd2a13d0e3982328366d.zip
gost-engine-09c5128a8ed6f0ff1505cd2a13d0e3982328366d.tar.gz
gost-engine-09c5128a8ed6f0ff1505cd2a13d0e3982328366d.tar.bz2
Fixed list of the supported algorithms.
-rw-r--r--README.gost6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.gost b/README.gost
index 3a48d95..9ed86a5 100644
--- a/README.gost
+++ b/README.gost
@@ -8,14 +8,14 @@ OpenSSL and applications which use it.
ALGORITHMS SUPPORTED
-GOST R 34.10-94 and GOST R 34.10-2001 - digital signature algorithms.
+GOST R 34.10-2001 and GOST R 34.10-2012 - digital signature algorithms.
Also support key exchange based on public keys. See RFC 4357 for
details of VKO key exchange algorithm. These algorithms use
256 bit private keys. Public keys are 1024 bit for 94 and 512 bit for
2001 (which is elliptic-curve based). Key exchange algorithms
(VKO R 34.10) are supported on these keys too.
-GOST R 34.11-94 Message digest algorithm. 256-bit hash value
+GOST R 34.11-2012 Message digest algorithm. 256- and 512-bit hash values.
GOST 28147-89 - Symmetric cipher with 256-bit key. Various modes are
defined in the standard, but only CFB and CNT modes are implemented
@@ -32,6 +32,8 @@ GOST 28147-89 MAC mode. Message authentication code. While most MAC
It is implemented as combination of EVP_PKEY type and EVP_MD type.
+GOST R 34.13–2015 - Symmetric cypher Grasshopper ("Kuznechik")
+
USAGE OF THESE ALGORITHMS
This engine is designed to allow usage of this algorithms in the