Skip to content

Commit

Permalink
ssl-compared: mbedTLS 3.6.0+ supports TLS 1.3 with curl 8.8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
jan2000 committed Aug 8, 2024
1 parent 7cdebd9 commit e74d363
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/_ssl-compared.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#define MAN__ <td class="no">manual</td>
#define AUTO_ <td class="yes">automatic</td>

#define no__P <td class="no">no [3]</td>

#define PKCS11 <td class="yes">PKCS<!-- " -->#11<!-- "--></td>
#define PKCS11_P8 <td class="yes">PKCS<!-- " -->#11<!-- "--> [8]</td>
#define KEYCHAIN <td class="yes">Keychain</td>
Expand Down Expand Up @@ -76,7 +74,7 @@
FEAT(TLSv1.0) YES__ YES__ YES__ YES__ YES__ YES__ YES__ YES__ ENDLINE
FEAT(TLSv1.1) YES__ YES__ YES__ YES__ YES__ YES__ YES__ YES__ ENDLINE
FEAT(TLSv1.2) YES__ YES__ YES__ YES__ YES__ YES__ YES__ YES__ ENDLINE
FEAT(TLSv1.3) YES__ YES__ YES__ no__P YES__ no___ YES__ no___ ENDLINE
FEAT(TLSv1.3) YES__ YES__ YES__ YES__ YES__ no___ YES__ no___ ENDLINE
FEAT(TLS SRP) YES__ YES__ no___ no___ no___ no___ no___ no___ ENDLINE
FEAT(TLS ECC) YES__ YES__ YES__ YES__ YES__ YES__ YES__ YES__ ENDLINE
FEAT(ALPN) YES__ YES__ YES__ YES__ YES__ YES__ YES__ YES__ ENDLINE
Expand Down Expand Up @@ -159,9 +157,6 @@
OpenSSL forks LibreSSL, BoringSSL, AWS-LC and quictls support the QUIC API
that curl works with using ngtcp2.
<p>
[3] = mbedTLS has TLS 1.3 marked <b>no</b> because it does not work with with
curl, even if the library claims (partial) support for it.
<p>
[8] = Via external <a href="https://github.com/OpenSC/OpenSC/wiki/Engine-pkcs11-quickstart">engine_pkcs11</a>;

SUBTITLE(Glossary of Terms)
Expand Down

0 comments on commit e74d363

Please sign in to comment.