summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-09 17:29:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-09 17:29:33 +0200
commita4c26b0abebde418fddab7187ca089b78b6ef6d5 (patch)
tree318ebd0a7f2bb3f401e649d01da8eba2e0c82801
parent1101fbbf49761c36fcb8261cda910ab26173d2cd (diff)
downloadcurl-a4c26b0abebde418fddab7187ca089b78b6ef6d5.tar.gz
HISTORY: curl verifies SSL certs by default since version 7.10
-rw-r--r--docs/HISTORY.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/HISTORY.md b/docs/HISTORY.md
index c0ddc2c33..c5ed13846 100644
--- a/docs/HISTORY.md
+++ b/docs/HISTORY.md
@@ -129,9 +129,11 @@ impossible. Around 5000 downloaded packages each week from the main site gives
a hint, but the packages are mirrored extensively, bundled with numerous OS
distributions and otherwise retrieved as part of other software.
-September: with the release of curl 7.10 it is released under the MIT license
+October 1: with the release of curl 7.10 it is released under the MIT license
only.
+Starting with 7.10, curl verifies SSL server certificates by default.
+
2003
----