X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=0a12815111bb6885c7f2af7b8b9fdaca575fac79;hb=1ca11da3479fcc98ed8343c9d83684a87a0ee052;hp=b083b546a7e9ca976d8eb99ec174bebd413a9062;hpb=75df5b70a4122bac2d731acb479bba2104dbfb25;p=openssl-gost%2Fengine.git diff --git a/README.md b/README.md index b083b54..0a12815 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ # engine + A reference implementation of the Russian GOST crypto algorithms for OpenSSL -Compatibility: OpenSSL 1.0.2 (needs patches), OpenSSL 1.1.0 +Compatibility: OpenSSL 3.0 License: same as the corresponding version of OpenSSL. + +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)