aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-30 12:43:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-30 12:43:08 +0000
commitb5d152caf734e182c19fe728560b6620ec6656f5 (patch)
tree385a58280143478818e4c740f17ab79e5e0a2604 /CHANGES
parent6f7dcf3f22d06ea3f365e5f01f27ac9af9bd9d40 (diff)
T. Bharath's ssl patch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6ecdb6d83..75eb1f4a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
History of Changes
+Daniel (30 October 2000)
+- T. Bharath brought a set of patches that bring new functionality to
+ curl_easy_getinfo() and curl_easy_setopt(). Now you can request peer
+ certificate verification with the *setopt() CURLOPT_SSL_VERIFYPEER option
+ and then use the CURLOPT_CAINFO to set the certificate to verify the remote
+ peer against. After an such an operation with a verification request, the
+ *_getinfo() option CURLINFO_SSL_VERIFYRESULT will return information about
+ whether the verification succeeded or not.
Daniel (27 October 2000)
- Georg Horn brought us a splendid patch that solves the long-standing