diff options
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 |