From 13c8249d1a24af19313e013dd5fa5e78146e0b8c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 3 May 2019 16:49:34 +0200 Subject: [PATCH] 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 --- openssl1.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl1.be0 b/openssl1.be0 index 9e4228559..b1b89a614 100755 --- a/openssl1.be0 +++ b/openssl1.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION openssl1-1.1.1a-0 +# BEE_VERSION openssl1-1.1.1b-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)