Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openssl1: Update version from 1.1.1a to 1.1.1b
Tor tells us to update. [Change-log][1]: > *) Change the info callback signals for the start and end of a post-handshake > message exchange in TLSv1.3. In 1.1.1/1.1.1a we used SSL_CB_HANDSHAKE_START > and SSL_CB_HANDSHAKE_DONE. Experience has shown that many applications get > confused by this and assume that a TLSv1.2 renegotiation has started. This > can break KeyUpdate handling. Instead we no longer signal the start and end > of a post handshake message exchange (although the messages themselves are > still signalled). This could break some applications that were expecting > the old signals. However without this KeyUpdate is not usable for many > applications. > [Matt Caswell] [1]: https://www.openssl.org/news/changelog.html#x1
- Loading branch information