aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-10-11 15:10:45 +0200
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-10-11 19:34:09 +0300
commitdf3ead272bd2019f98d16e6787f5df51556c0603 (patch)
treebdd4612a0bebd2bd10cbc4a89b341272f8aa9e36 /README.md
parent4952acb810d5bca35ff514099a5c43bc13a06405 (diff)
downloadgost-engine-df3ead272bd2019f98d16e6787f5df51556c0603.zip
gost-engine-df3ead272bd2019f98d16e6787f5df51556c0603.tar.gz
gost-engine-df3ead272bd2019f98d16e6787f5df51556c0603.tar.bz2
Document the current state of the GOST provider
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index d02f13e..0a12815 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# engine
+
A reference implementation of the Russian GOST crypto algorithms for OpenSSL
Compatibility: OpenSSL 3.0
@@ -10,3 +11,13 @@ Mailing list: http://www.wagner.pp.ru/list-archives/openssl-gost/
Some useful links: https://www.altlinux.org/OSS-GOST-Crypto
DO NOT TRY BUILDING MASTER BRANCH AGAINST openssl 1.1.1! Use 1_1_1 branch instead!
+
+# provider
+
+A reference implementation in the same spirit as the engine, specified
+above.
+
+This is currently work in progress, with only a subset of all intended
+functionality implemented: symmetric ciphers, hashes and MACs.
+
+For more information, see [README.prov.md](README.prov.md)