aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-12-11 06:14:02 -0600
committerBrent Cook <bcook@openbsd.org>2017-12-11 06:14:02 -0600
commit6d0192ff17ca1294fefd0839012b50a5e14cb904 (patch)
tree20726a1b136996588a964c4e73a7c940e569738a /ChangeLog
parent426595b2678a413eb099f6e0250cbb317ea423e4 (diff)
downloadportable-6d0192ff17ca1294fefd0839012b50a5e14cb904.tar.gz
portable-6d0192ff17ca1294fefd0839012b50a5e14cb904.tar.bz2
portable-6d0192ff17ca1294fefd0839012b50a5e14cb904.zip
update for 2.7.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 893ea06..3d84ed3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,17 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.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
312.6.4 - Bug fixes 422.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