summaryrefslogtreecommitdiffstats
path: root/openpgp/README.md
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2022-10-03 11:51:41 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2022-12-22 12:46:08 +0100
commit0d0d757f90b8b49010f998435a7e295cc0719ed2 (patch)
treee064d21b27c08b7e3371a5e51e30ba92da999381 /openpgp/README.md
parent31564c1c6e5b5ff4ff3596bb755ba2f7395f83df (diff)
openpgp: Add OpenSSL cryptographic backend.
- Adds the backend behind `crypto-openssl` feature. - Add CI configuration to run tests with the new backend. - See #333.
Diffstat (limited to 'openpgp/README.md')
-rw-r--r--openpgp/README.md4
1 files changed, 4 insertions, 0 deletions
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