From a4c26b0abebde418fddab7187ca089b78b6ef6d5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Oct 2020 17:29:33 +0200 Subject: [PATCH] HISTORY: curl verifies SSL certs by default since version 7.10 --- docs/HISTORY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index c0ddc2c333..c5ed138469 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 ----