pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-06
2016-05-06 11:20:36 by Martin Nilsson <nilsson@fastmail.com>
9597b6432dee576e8e31b8ba3bcba63822fa0735 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Noted some SSL fixes.
27:
o Exceptions thrown in GTK signal handlers no longer cause segfaults.
-
o The SSL client code now interprets the RFCs more leniently.
+
o The SSL client code now interprets the RFCs more leniently
to
+
address some interoperability issues
.
-
+
o Fixed bugs in cipher selection that prevented null-ciphers from
+
being negotiated by the SSL server (if allowed by the Context
+
object).
+
o Multiple fixes for the handling of accelerated Filesystem.Monitor monitors, which could sometimes lose notifications.