summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-07-03 17:11:00 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-07-05 02:54:54 -0400
commitd352a1bb2b9e8e50c8273e92cfe756afb55bbbb1 (patch)
tree3cc4898f18e1d7c2564b6c78358316ef75c43d1f /docs/cmdline-opts
parent0a0bc4a0772826262bcae4ab2627fc28b3345660 (diff)
downloadcurl-d352a1bb2b9e8e50c8273e92cfe756afb55bbbb1.tar.gz
pinnedpubkey.d: fix formatting for version support lists
Closes https://github.com/curl/curl/pull/7340
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/pinnedpubkey.d17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/cmdline-opts/pinnedpubkey.d b/docs/cmdline-opts/pinnedpubkey.d
index 617252c6c..4e0ed5edd 100644
--- a/docs/cmdline-opts/pinnedpubkey.d
+++ b/docs/cmdline-opts/pinnedpubkey.d
@@ -15,12 +15,19 @@ if it does not exactly match the public key provided to this option, curl will
abort the connection before sending or receiving any data.
PEM/DER support:
- 7.39.0: OpenSSL, GnuTLS and GSKit
- 7.43.0: NSS and wolfSSL
- 7.47.0: mbedtls
+
+7.39.0: OpenSSL, GnuTLS and GSKit
+
+7.43.0: NSS and wolfSSL
+
+7.47.0: mbedtls
+
sha256 support:
- 7.44.0: OpenSSL, GnuTLS, NSS and wolfSSL
- 7.47.0: mbedtls
+
+7.44.0: OpenSSL, GnuTLS, NSS and wolfSSL
+
+7.47.0: mbedtls
+
Other SSL backends not supported.
If this option is used several times, the last one will be used.