diff options
| author | Brent Cook <bcook@openbsd.org> | 2017-07-09 10:59:21 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2017-07-09 10:59:21 -0500 |
| commit | 9a1e5a561c1eacad90cbebba1fc979d3ef2dc583 (patch) | |
| tree | 35cce16a9666dd04e4343a79b36bf5e2a6ec6842 | |
| parent | 79f5ca9b694714c5f8b84c6883a4a05fa683bda4 (diff) | |
| download | portable-OPENBSD_6_1.tar.gz portable-OPENBSD_6_1.tar.bz2 portable-OPENBSD_6_1.zip | |
remove duplicate entryv2.5.5OPENBSD_6_1
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 1 insertions, 6 deletions
| @@ -29,18 +29,13 @@ history is also available from Git. | |||
| 29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
| 30 | 30 | ||
| 31 | 2.5.5 - Bug fixes | 31 | 2.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 | ||
| 46 | 2.5.4 - Security Updates | 41 | 2.5.4 - Security Updates |
