]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - README.md
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / README.md
index adfbb556fbb0871ab527ef7ed37223eef3e9485c..0a12815111bb6885c7f2af7b8b9fdaca575fac79 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,23 @@
 # engine
+
 A reference implementation of the Russian GOST crypto algorithms for OpenSSL
+
+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)