ActionsLike0
Bug #11366
closedDon't force SSLv3 in test, as it is insecure and may not be supported
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-07-16 openbsd 51261) [x86_64-openbsd]
Backport:
Description
LibreSSL disables SSLv3 by default, and there's no reason this code
should require SSLv3.
Files
Updated by vo.x (Vit Ondruch) almost 10 years ago
- Related to Bug #11367: Use OP_NO_TICKET when testing SSL session cache callbacks added
Updated by vo.x (Vit Ondruch) almost 10 years ago
- Related to Bug #10046: OpenSSL::TestSSLSession#test_ctx_server_session_cb and OpenSSL::TestSSLSession#test_ctx_client_session_cb test failures added
Updated by nagachika (Tomoyuki Chikanaga) over 9 years ago
- Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE
Updated by usa (Usaku NAKAMURA) over 9 years ago
- Backport changed from 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE
ActionsLike0