]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pinnedpubkey.d: fix formatting for version support lists
authorJay Satiro <raysatiro@yahoo.com>
Sat, 3 Jul 2021 21:11:00 +0000 (17:11 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 5 Jul 2021 06:54:54 +0000 (02:54 -0400)
Closes https://github.com/curl/curl/pull/7340

docs/cmdline-opts/pinnedpubkey.d

index 617252c6ce458da0d628dd04e45678247eebf24e..4e0ed5edde5645b1f0476921a3d9e47fb4a97555 100644 (file)
@@ -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.