X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=fde70cba68effb8b5f18ef1dd73fb7602ec33ff6;hb=39baa02b5c60aaf62febbd9aa3e5cfa5a31908e6;hp=adfbb556fbb0871ab527ef7ed37223eef3e9485c;hpb=6bae2877d22e1bb30b20a7b09d6e5f8399e0e98b;p=openssl-gost%2Fengine.git diff --git a/README.md b/README.md index adfbb55..fde70cb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # engine A reference implementation of the Russian GOST crypto algorithms for OpenSSL + +Compatibility: OpenSSL 1.1.1 (needs patches) +*This branch should not compile with vanilla OpenSSL 1.1.1! +It requires patching OpenSSL using the patches/openssl_111g.diff* + +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_0 branch instead!