diff options
author | Brent Cook <bcook@openbsd.org> | 2017-07-09 05:57:37 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-07-09 06:16:59 -0500 |
commit | 51e5279c244c595adeb858750dbca39d4f4ef158 (patch) | |
tree | 145fc1eb6a0c79a4b6fff032bee70fb52a57487b /ChangeLog | |
parent | 70ee57c6ad8173ceb153e78c8225b1f9ae5a5051 (diff) | |
download | portable-51e5279c244c595adeb858750dbca39d4f4ef158.tar.gz portable-51e5279c244c595adeb858750dbca39d4f4ef158.tar.bz2 portable-51e5279c244c595adeb858750dbca39d4f4ef158.zip |
Updated changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -28,6 +28,21 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.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 | |||
31 | 2.5.4 - Security Updates | 46 | 2.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 |