From 04a95dad261441a42a5e0b4b993046357211bbf3 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 30 Aug 2020 11:16:57 +0200 Subject: [PATCH] Update the CONTRIBUTING file --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84a4408..e734662 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,10 +15,7 @@ Since the author is not a native English speaker, some of the texts used in this ### rust-openssl -Although OpenSSL supports (Ed|X)(25519|448) since version 1.1.1, the `EVP_PKEY_get1_(ED|X)(25519|448)` functions, which are required for ACMEd, will only land in version 3.0.0. Being new function, bindings have to be written in the `openssl` crate. At first sight, such bindings should be added in the `openssl::pkey::PKey` struct along with the other `EVP_PKEY_get1_*` bindings. - -- https://github.com/sfackler/rust-openssl/issues/1263 -- https://github.com/openssl/openssl/commit/7c664b1f1b5f60bf896f5fdea5c08c401c541dfe +See issue #36. ### botan and botan-sys