Skip to content

Commit

Permalink
docs/_ssl-compared.html: clarify the native check
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 15, 2024
1 parent ca7f1fb commit f4ff41f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/_ssl-compared.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,8 @@
in curl and we discourage using it in production.
<p>

<b>Native cert check:</b> If yes, then this means that the engine will
automatically check the domain name in the server's certificate against the
domain name used to connect to the server, unless CURLOPT_VERIFYHOST was
manually disabled. If no, then libcurl will perform this check manually.
<b>Native cert check:</b> The TLS library can verify server certificates
against the platform's native CA cert store.
<p>

<b>CRL:</b> CRL means "Certificate Revocation List" and is used to check to
Expand Down

0 comments on commit f4ff41f

Please sign in to comment.