diff options
author | Beat Bolli <dev@drbeat.li> | 2021-02-13 15:09:07 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-02-15 19:33:53 +0100 |
commit | 62829f9f26bf248f29be9604870bbe46f946927a (patch) | |
tree | b8e21b7506a8bffbcc14ea0a4511b96d9fca37ab /README-ENGINES.md | |
parent | Document the newly added function EVP_PKEY_param_check_quick() (diff) | |
download | openssl-62829f9f26bf248f29be9604870bbe46f946927a.tar.xz openssl-62829f9f26bf248f29be9604870bbe46f946927a.zip |
README-ENGINES: fix the link to the provider API README
Signed-off-by: Beat Bolli <dev@drbeat.li>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/14173)
Diffstat (limited to 'README-ENGINES.md')
-rw-r--r-- | README-ENGINES.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |