]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - README.md
Delete .travis.yml
[openssl-gost/engine.git] / README.md
index e994305ffbe2c6409919d1a90580663c35bc372b..82e8e2fd19ae9025f226570bce7de5f17a697fc5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
 # engine
 A reference implementation of the Russian GOST crypto algorithms for OpenSSL
 
-Compatibility: OpenSSL 1.0.2 (needs patches), OpenSSL 1.1.*
+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_111r.diff*
 
 License: same as the corresponding version of OpenSSL.
 
@@ -9,3 +11,4 @@ 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!