1 | | EDIT: It looks like this may have been fixed in OpenSSL, and is included in release tag `OpenSSL_1_1_1-stable`. Unfortunately it hasn't yet been included in an alphabetical 1.1.1 tag, which our OpenSSL 1.1 port is currently based off of. |
2 | | |
3 | | Two of the OpenSSL upstream commits - with the caveat that this may not be a complete list - are: |
4 | | |
5 | | https://github.com/openssl/openssl/commit/96ac8f13f4d0ee96baf5724d9f96c44c34b8606c |
6 | | |
7 | | https://github.com/openssl/openssl/commit/2f3b120401533db82e99ed28de5fc8aab1b76b33 |
8 | | |
9 | | So we might want to consider fixing this by patching our OpenSSL 1.1 port for now, until those changes are officially available. |
10 | | |
11 | | Thoughts? |
| 1 | I'm wondering if it would make sense to revert this update for now, until it can be fixed? |