summaryrefslogtreecommitdiffstats
path: root/openpgp/README.md
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-03-02 15:31:03 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-03-08 13:05:58 +0100
commit07bb232c30851bff0b0f315fbc088af6f8e6911a (patch)
tree1a18c7124364b37f041c19e5f9e5465b698bcc48 /openpgp/README.md
parent0be19667a8e374c1a660ce16eb10e1bcf42f3d35 (diff)
openpgp: Feature the OpenSSL backend more prominently.
Diffstat (limited to 'openpgp/README.md')
-rw-r--r--openpgp/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index 2001a8bc..fcaaed89 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -76,6 +76,10 @@ at compile time. Currently, these libraries are available:
`default-features = false`, you need to explicitly include
the `crypto-nettle` feature to enable it.
+ - The OpenSSL backend. To select this backend, use
+ `default-features = false`, and explicitly include the
+ `crypto-openssl` feature to enable it.
+
- The Windows Cryptography API: Next Generation (CNG). To select
this backend, use `default-features = false`, and explicitly
include the `crypto-cng` feature to enable it. Currently, the CNG
@@ -88,10 +92,6 @@ 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