Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
opensslライブラリ
OpenSSL::SSL::SSLContextクラス
options=
instance method OpenSSL::SSL::SSLContext#options=
options=(options)
[
permalink
][
rdoc
]
オプションを設定します。
以下の値の OR で指定します。
OpenSSL::SSL::OP_ALL
OpenSSL::SSL::OP_CIPHER_SERVER_PREFERENCE
OpenSSL::SSL::OP_EPHEMERAL_RSA
OpenSSL::SSL::OP_NETSCAPE_CA_DN_BUG
OpenSSL::SSL::OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG
OpenSSL::SSL::OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
OpenSSL::SSL::OP_NO_SSLv2
OpenSSL::SSL::OP_NO_SSLv3
OpenSSL::SSL::OP_NO_TLSv1
OpenSSL::SSL::OP_NO_TICKET
OpenSSL::SSL::OP_PKCS1_CHECK_1
OpenSSL::SSL::OP_PKCS1_CHECK_2
OpenSSL::SSL::OP_SINGLE_DH_USE
OpenSSL::SSL::OP_SINGLE_ECDH_USE
OpenSSL::SSL::OP_TLS_ROLLBACK_BUG
[PARAM] options:
設定するオプションフラグ(整数値)
[SEE_ALSO]
OpenSSL::SSL::SSLContext#options