X-Git-Url: https://www.wagner.pp.ru/gitweb/?p=oss%2Fctypescrypto.git;a=blobdiff_plain;f=README.md;h=e52cd6a79069ec5ab229311f14210c1d0bc68909;hp=3ee1942e4c488bf186ad6d0633bb6bd009745b38;hb=952f64afcfc4663797bf6cb36220e9c0e5116c17;hpb=6c34e2a01664aeb3a5a14f7a79e76b394349b672 diff --git a/README.md b/README.md index 3ee1942..e52cd6a 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,13 @@ You also need gost engine to be available (check with ) otherwise mac test would crash with error. Unfortunately there is no non-HMAC MAC in the openssl core, so GOST MAC is only option. +OpenSSL 1.0 includes GOST engine by default. For OpenSSL 1.1 and above +GOST engine is developed as separate project and can be downloaded from +[https://github.com/gost-engine/engine](https://github.com/gost-engine/engine) +Debian buster and above includes gost engine as +libengine-gost-openssl1.1 package. + + Possible future enhancements ----------------------------