1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-26 01:58:49 -05:00

pinnedpubkey.d: fix formatting for version support lists

Closes https://github.com/curl/curl/pull/7340
This commit is contained in:
Jay Satiro 2021-07-03 17:11:00 -04:00
parent 0a0bc4a077
commit d352a1bb2b

View 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. abort the connection before sending or receiving any data.
PEM/DER support: PEM/DER support:
7.39.0: OpenSSL, GnuTLS and GSKit
7.43.0: NSS and wolfSSL 7.39.0: OpenSSL, GnuTLS and GSKit
7.47.0: mbedtls
7.43.0: NSS and wolfSSL
7.47.0: mbedtls
sha256 support: 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. Other SSL backends not supported.
If this option is used several times, the last one will be used. If this option is used several times, the last one will be used.