aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-07-09 05:57:37 -0500
committerBrent Cook <bcook@openbsd.org>2017-07-09 06:16:59 -0500
commit51e5279c244c595adeb858750dbca39d4f4ef158 (patch)
tree145fc1eb6a0c79a4b6fff032bee70fb52a57487b /ChangeLog
parent70ee57c6ad8173ceb153e78c8225b1f9ae5a5051 (diff)
downloadportable-51e5279c244c595adeb858750dbca39d4f4ef158.tar.gz
portable-51e5279c244c595adeb858750dbca39d4f4ef158.tar.bz2
portable-51e5279c244c595adeb858750dbca39d4f4ef158.zip
Updated changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce73da7..d95e5c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,21 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.5.5 - Bug fixes
32 * Distinguish between self-issued certificates and self-signed
33 certificates. The certificate verification code has special cases
34 for self-signed certificates and without this change, self-issued
35 certificates (which it seems are common place with
36 openvpn/easyrsa) were also being included in this category.
37
38 * Fix a bug caused by the return value being set early to signal
39 successful DTLS cookie validation. This can mask a later failure and
40 result in a positive return value being returned from
41 ssl3_get_client_hello(), when it should return a negative value to
42 propagate the error.
43
44 * Added getpagesize fallback, needed for Android bionic libc.
45
312.5.4 - Security Updates 462.5.4 - Security Updates
32 47
33 * Revert a previous change that forced consistency between return 48 * Revert a previous change that forced consistency between return