diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-11-11 22:41:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-11-11 22:41:45 +0000 |
commit | 775968003c329745be70fddd2427d91be6fd2713 (patch) | |
tree | 5b214404eccdbaf1d302695a48f70299a467658a /SSLCERTS | |
parent | 323d3e9b5d34c26162984b179fcb7911a8edfe2b (diff) | |
download | curl-775968003c329745be70fddd2427d91be6fd2713.tar.gz |
changed header
Diffstat (limited to 'SSLCERTS')
-rw-r--r-- | SSLCERTS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,9 +1,10 @@ -Upgrading to curl/libcurl 7.10 from any previous version -======================================================== + Peer SSL Certificate Verification + ================================= -libcurl 7.10 performs peer SSL certificate verification by default. This is -done by installing a default CA cert bundle on 'make install' (or similar), -that CA bundle package is used by default on operations against SSL servers. +Starting in 7.10, libcurl performs peer SSL certificate verification by +default. This is done by installing a default CA cert bundle on 'make install' +(or similar), that CA bundle package is used by default on operations against +SSL servers. Alas, if you communicate with HTTPS servers using certifcates that are signed by CAs present in the bundle, you will not notice any changed behavior and you |