aboutsummaryrefslogtreecommitdiff
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 05:57:37 -0500
commit79f5ca9b694714c5f8b84c6883a4a05fa683bda4 (patch)
treeb1c2280573f8990db665bc4bab1e9d85e943ad6b
parentde9ea11a07f23809c102c7a2e0378d71f8713c16 (diff)
downloadportable-79f5ca9b694714c5f8b84c6883a4a05fa683bda4.tar.gz
portable-79f5ca9b694714c5f8b84c6883a4a05fa683bda4.tar.bz2
portable-79f5ca9b694714c5f8b84c6883a4a05fa683bda4.zip
Updated 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