aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 1 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index d95e5c1..e7517bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,18 +29,13 @@ history is also available from Git.
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.5.5 - Bug fixes 312.5.5 - Bug fixes
32
32 * Distinguish between self-issued certificates and self-signed 33 * Distinguish between self-issued certificates and self-signed
33 certificates. The certificate verification code has special cases 34 certificates. The certificate verification code has special cases
34 for self-signed certificates and without this change, self-issued 35 for self-signed certificates and without this change, self-issued
35 certificates (which it seems are common place with 36 certificates (which it seems are common place with
36 openvpn/easyrsa) were also being included in this category. 37 openvpn/easyrsa) were also being included in this category.
37 38
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. 39 * Added getpagesize fallback, needed for Android bionic libc.
45 40
462.5.4 - Security Updates 412.5.4 - Security Updates