summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog5
2 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e8f0b466..b22eb755 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -87,3 +87,5 @@ Non-Dillo code:
* src/md5.[ch] contain code by L. Peter Deutsch whose copyright is held by
Aladdin Enterprises.
* src/tipwin.cc contains code by Greg Ercolano.
+* src/IO/ssl.c contains code from wget whose copyright is held by the
+ Free Software Foundation.
diff --git a/ChangeLog b/ChangeLog
index 67c835f6..ab3a3e51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,11 @@ dillo-3.1 [not released yet]
Patches: Johannes Hofmann
+- Doxygen fixes.
Patch: Jeremy Henty
++- Move HTTPS from dpi into the browser, enable SNI, add certificate hostname
+ checking from wget, check more locations for CA bundles, some improvement
+ to security warning popups, change cipher list from "ALL" to
+ "ALL:!aNULL:!eNULL:!LOW:!EXPORT40:!RC4", etc.
+ Patch: corvid, Benjamin Johnson
-----------------------------------------------------------------------------