X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=0a12815111bb6885c7f2af7b8b9fdaca575fac79;hb=df3ead272bd2019f98d16e6787f5df51556c0603;hp=d02f13ef88ed23e63e970c7ccf42fb445b73efe1;hpb=4952acb810d5bca35ff514099a5c43bc13a06405;p=openssl-gost%2Fengine.git 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)