forked from google/boringssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSLv3_method, SSLv3_client_method, and SSLv3_server_method produce SSL_CTXs which fail every handshake. They appear no longer necessary for compatibility, so remove them. SSLv3 is still accessible to callers who explicitly re-enable SSLv3 on a TLS_method, but that will be removed completely later this year. Meanwhile, clear out a weird hack we had here. Update-Note: I believe there are no more callers of these functions. Any that were were already non-functional as these methods haven't been unable to handshake for a while now. Change-Id: I622f785b428ab0ceab77b5a9db05b2b0df28145a Reviewed-on: https://boringssl-review.googlesource.com/26004 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
- Loading branch information
Showing
4 changed files
with
2 additions
and
61 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