diff options
author | Brent Cook <bcook@openbsd.org> | 2017-12-11 06:14:02 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-12-11 06:14:02 -0600 |
commit | 6d0192ff17ca1294fefd0839012b50a5e14cb904 (patch) | |
tree | 20726a1b136996588a964c4e73a7c940e569738a /ChangeLog | |
parent | 426595b2678a413eb099f6e0250cbb317ea423e4 (diff) | |
download | portable-6d0192ff17ca1294fefd0839012b50a5e14cb904.tar.gz portable-6d0192ff17ca1294fefd0839012b50a5e14cb904.tar.bz2 portable-6d0192ff17ca1294fefd0839012b50a5e14cb904.zip |
update for 2.7.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -28,6 +28,17 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.7.0 - Bug fixes and improvements | ||
32 | |||
33 | * Merged more DTLS support into the regular TLS code path, removing | ||
34 | duplicated code. | ||
35 | |||
36 | * Converted ssl3_send_client_hello(), ssl3_send_server_hello() to CBB. | ||
37 | |||
38 | * Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1. | ||
39 | This removes the last remaining use of the old M_ASN1_* macros | ||
40 | (asn1_mac.h) from API that needs to continue to exist. | ||
41 | |||
31 | 2.6.4 - Bug fixes | 42 | 2.6.4 - Bug fixes |
32 | 43 | ||
33 | * Make tls_config_parse_protocols() work correctly when passed a NULL | 44 | * Make tls_config_parse_protocols() work correctly when passed a NULL |