-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OpenSSL: use public API to create BIO_METHOD when available OpenSSL 1.1.0 introduced a public API to create and populate BIO_METHOD. We now use it when available. This fixes an internal ABI breaking change introduced in OpenSSL 1.1.1 that causes a compiled program to segfault. * OpenSSL: use public API to init BIO when available OpenSSL 1.1.0 introduced a public API to get/set BIO struct values. We now use it them when available. Fixes compatibility issues with OpenSSL 1.1.1 * Fix: broken OpenSSL::SSL::Context specs with OpenSSL 1.1.1 * Implement BIO read/write methods for OpenSSL 1.1.1
- Loading branch information
1 parent
94f76a1
commit e752415
Showing
4 changed files
with
132 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters