diff options
author | Brent Cook <bcook@openbsd.org> | 2018-03-22 23:37:43 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-03-22 23:37:43 -0500 |
commit | 28041ddc32bb8cb3cc1e1b5bed0b73402bf59485 (patch) | |
tree | a96f5aa1e351cb5469dd770f5c21f9391958e504 /ChangeLog | |
parent | 78600e9bec2b52f0f8a0f7ce376f3783999bb824 (diff) | |
download | portable-28041ddc32bb8cb3cc1e1b5bed0b73402bf59485.tar.gz portable-28041ddc32bb8cb3cc1e1b5bed0b73402bf59485.tar.bz2 portable-28041ddc32bb8cb3cc1e1b5bed0b73402bf59485.zip |
update changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -28,6 +28,13 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.7.1 - Bug fixes | ||
32 | |||
33 | * In int_x509_param_set_hosts, Call strlen() if name length provided | ||
34 | is 0. Issue notice by Christian Heimes <christian@python.org> | ||
35 | |||
36 | * Fixed openssl(1) build on MacOS 10.11 and older. | ||
37 | |||
31 | 2.7.0 - Bug fixes and improvements | 38 | 2.7.0 - Bug fixes and improvements |
32 | 39 | ||
33 | * Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on | 40 | * Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on |