diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-09 17:29:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-09 17:29:33 +0200 |
commit | a4c26b0abebde418fddab7187ca089b78b6ef6d5 (patch) | |
tree | 318ebd0a7f2bb3f401e649d01da8eba2e0c82801 | |
parent | 1101fbbf49761c36fcb8261cda910ab26173d2cd (diff) | |
download | curl-a4c26b0abebde418fddab7187ca089b78b6ef6d5.tar.gz |
HISTORY: curl verifies SSL certs by default since version 7.10
-rw-r--r-- | docs/HISTORY.md | 4 |
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 ---- |