aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a3cc2e..db08f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-02-22 Tatsuya Kinoshita <tats@debian.org>
+
+ * url.c: Don't fallback when SSL_CTX_load_verify_locations fails.
+
+ * url.c:
+ Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFY.
+
+ * acinclude.m4, config.h.dist, configure, doc-jp/README.SSL:
+ Disable --with-cafile by default to use OpenSSL default paths.
+
2021-02-21 Tatsuya Kinoshita <tats@debian.org>
* main.c: Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL.