From 0d0d757f90b8b49010f998435a7e295cc0719ed2 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Mon, 3 Oct 2022 11:51:41 +0200 Subject: openpgp: Add OpenSSL cryptographic backend. - Adds the backend behind `crypto-openssl` feature. - Add CI configuration to run tests with the new backend. - See #333. --- openpgp/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openpgp/README.md') diff --git a/openpgp/README.md b/openpgp/README.md index 00512b7a..2001a8bc 100644 --- a/openpgp/README.md +++ b/openpgp/README.md @@ -88,6 +88,10 @@ at compile time. Currently, these libraries are available: cannot offer the same security guarantees as more mature cryptographic libraries. + - The OpenSSL backend. To select this backend, use + `default-features = false`, and explicitly include the + `crypto-openssl` feature to enable it. + ### Experimental and variable-time cryptographic backends Some cryptographic backends are not yet considered mature enough for -- cgit v1.2.3