Skip to content

Commit

Permalink
openssl1: Update version from 1.1.1a to 1.1.1b
Browse files Browse the repository at this point in the history
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
pmenzel committed May 3, 2019
1 parent 4d6f249 commit 13c8249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl1.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 13c8249

Please sign in to comment.