]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - README.md
Delete .travis.yml
[openssl-gost/engine.git] / README.md
1 # engine
2 A reference implementation of the Russian GOST crypto algorithms for OpenSSL
3
4 Compatibility: OpenSSL 1.1.1 (needs patches)
5 *This branch should not compile with vanilla OpenSSL 1.1.1!
6 It requires patching OpenSSL using the patches/openssl_111r.diff*
7
8 License: same as the corresponding version of OpenSSL.
9
10 Mailing list: http://www.wagner.pp.ru/list-archives/openssl-gost/
11
12 Some useful links: https://www.altlinux.org/OSS-GOST-Crypto
13
14 DO NOT TRY BUILDING MASTER BRANCH AGAINST openssl 1.1.1! Use 1_1_0 branch instead!