]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - README.md
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / README.md
1 # engine
2
3 A reference implementation of the Russian GOST crypto algorithms for OpenSSL
4
5 Compatibility: OpenSSL 3.0
6
7 License: same as the corresponding version of OpenSSL.
8
9 Mailing list: http://www.wagner.pp.ru/list-archives/openssl-gost/
10
11 Some useful links: https://www.altlinux.org/OSS-GOST-Crypto
12
13 DO NOT TRY BUILDING MASTER BRANCH AGAINST openssl 1.1.1! Use 1_1_1 branch instead!
14
15 # provider
16
17 A reference implementation in the same spirit as the engine, specified
18 above.
19
20 This is currently work in progress, with only a subset of all intended
21 functionality implemented: symmetric ciphers, hashes and MACs.
22
23 For more information, see [README.prov.md](README.prov.md)