[openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Mon Feb 15 18:34:53 UTC 2021
The branch master has been updated
via 62829f9f26bf248f29be9604870bbe46f946927a (commit)
from 9dc9c7f2d7f25e100dd7d80e9bc51e205033cd8c (commit)
- Log -----------------------------------------------------------------
commit 62829f9f26bf248f29be9604870bbe46f946927a
Author: Beat Bolli <dev at drbeat.li>
Date: Sat Feb 13 15:09:07 2021 +0100
README-ENGINES: fix the link to the provider API README
Signed-off-by: Beat Bolli <dev at drbeat.li>
Reviewed-by: Paul Yang <kaishen.yy at antfin.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/14173)
-----------------------------------------------------------------------
Summary of changes:
README-ENGINES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README-ENGINES.md b/README-ENGINES.md
index 80c1c55cf4..b05ddaa1b6 100644
--- a/README-ENGINES.md
+++ b/README-ENGINES.md
@@ -9,7 +9,7 @@ interface for adding alternative implementations of cryptographic
primitives, most notably for integrating hardware crypto devices.
The ENGINE interface has its limitations and it has been superseeded
-by the [PROVIDER API](README-Provider.md), it is deprecated in OpenSSL
+by the [PROVIDER API](README-PROVIDERS.md), it is deprecated in OpenSSL
version 3.0. The following documentation is retained as an aid for
users who need to maintain or support existing ENGINE implementations.
Support for new hardware devices or new algorithms should be added
More information about the openssl-commits
mailing list