Changelog: make some long entries about TLS 1.3 more to the point
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
26a51cfe54
commit
c23a6d4feb
2 changed files with 3 additions and 7 deletions
|
@ -1,4 +1,2 @@
|
|||
Features
|
||||
* Add ALPN support in tls13 client. Client is able to write ALPN extension
|
||||
in client hello, and able to parse the response from server encrypted
|
||||
extension.
|
||||
* Add ALPN support in TLS 1.3 clients.
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Bugfix
|
||||
* Fix handshake failure when the peer Finished message has not been received
|
||||
yet when we first try to fetch it. The fetching is moved before the
|
||||
preprocessing computations to avoid doing them multiple times, which was
|
||||
causing the handshake to fail.
|
||||
* Fix a TLS 1.3 handshake failure when the peer Finished message has not
|
||||
been received yet when we first try to fetch it.
|
||||
|
|
Loading…
Reference in a new issue