-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: _assert_connect to support min/max SSL version
`ssl.wrap_socket` supported only `ssl_version` and hence this was what `_assert_connect` used. `SSLContext` OTOH supports settings explicitly minimum and maximum supported SSL versions. Use that to properly fix SSL tests. Signed-off-by: Mikhail Koviazin <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 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