diff options
author | corvid <devnull@localhost> | 2015-05-20 16:16:24 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-05-20 16:16:24 +0000 |
commit | bf442311e2a7fcbe8ced595f695f9bb8c1d7b85d (patch) | |
tree | ce71c0262719a32ccd303a3aed3553b2b65a0ec0 | |
parent | 2a0148dd3e1c29ff8ce7956306fed3484f89f764 (diff) |
ChangeLog
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -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. @@ -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 ----------------------------------------------------------------------------- |