別のキーワード
ライブラリ
- ビルトイン (72)
- csv (12)
- e2mmap (36)
-
minitest
/ unit (2) -
net
/ http (36) - openssl (72)
-
rubygems
/ command (12) - socket (24)
- sync (24)
-
webrick
/ httpstatus (48)
クラス
- CSV (12)
-
Gem
:: Command (12) -
MiniTest
:: Unit (2) -
OpenSSL
:: SSL :: SSLContext (12) - Socket (12)
-
Sync
_ m :: Err (6) -
Sync
_ m :: LockModeFailer (6) -
Sync
_ m :: UnknownLocker (6)
モジュール
- Exception2MessageMapper (36)
- Kernel (72)
-
OpenSSL
:: SSL (24) -
OpenSSL
:: X509 (24) -
Socket
:: Constants (12) -
WEBrick
:: HTTPStatus (24)
キーワード
-
EAI
_ FAIL (24) - ExpectationFailed (12)
- Fail (30)
- HTTPExpectationFailed (12)
- HTTPFailedDependency (12)
- HTTPPreconditionFailed (12)
- LockModeFailer (6)
- OCSP (12)
- PreconditionFailed (12)
-
RC
_ EXPECTATION _ FAILED (12) -
RC
_ PRECONDITION _ FAILED (12) - Raise (12)
-
VERIFY
_ FAIL _ IF _ NO _ PEER _ CERT (12) -
VERIFY
_ PEER (12) -
V
_ ERR _ CERT _ SIGNATURE _ FAILURE (12) -
V
_ ERR _ CRL _ SIGNATURE _ FAILURE (12) - e2mmap (6)
- failures (1)
- failures= (1)
- new (12)
- raise (36)
-
show
_ lookup _ failure (12) -
verify
_ mode= (12)
検索結果
先頭5件
-
CSV
. new(data , options = Hash . new) -> CSV (6.0) -
このメソッドは CSV ファイルを読み込んだり、書き出したりするために String か IO のインスタンスをラップします。
...aulty. You can use this limit to
prevent what are effectively DoS attacks on the parser. However, this
limit can cause a legitimate parse to fail and thus is set to +nil+, or off,
by default.
: :converters
CSV::Converters から取り出した名前の配列です。変換器が一つだ... -
Exception2MessageMapper
# def _ e2message(exception _ class , message _ format) -> Class (6.0) -
すでに存在する例外クラス exception_class に、 エラーメッセージ用フォーマット message_format を関連づけます。
...用フォーマット message_format を関連づけます。
このフォーマットは Exception2MessageMapper#Raise,
Exception2MessageMapper#Fail で使用します。
@param exception_class メッセージを登録する例外クラスを指定します。
@param message_format メッセー... -
OpenSSL
:: OCSP (6.0) -
OCSP(Online Certificate Status Protocol)を取り扱うための モジュールです。OCSP は 2560 で定義されています。
...res.basic
raise "nonce error" unless [-1, 1].include?(req.check_nonce(basic_resp))
unless basic_resp.verify([], store)
puts "verify response fail"
end
rescid, status, reason, revtime, thisupd, nextupd, exts = basic_resp.status.first
STATUS2MESSAGE = {
OpenSSL::OCSP::V_CERTSTATUS_G... -
OpenSSL
:: SSL :: SSLContext # verify _ mode=(mode) (6.0) -
検証モードを設定します。
...って指定します。
* OpenSSL::SSL::VERIFY_NONE
* OpenSSL::SSL::VERIFY_PEER
* OpenSSL::SSL::VERIFY_CLIENT_ONCE
* OpenSSL::SSL::VERIFY_FAIL_IF_NO_PEER_CERT
これらの定数の意味はクライアントモードとサーバモードでは異なる
意味を持ちます。
デフォル... -
OpenSSL
:: SSL :: VERIFY _ PEER -> Integer (6.0) -
OpenSSL::SSL::SSLContext#verify_mode= で指定できるフラグです。
.../SSL ハンドシェイクを即座に終了させます。
クライアントは要求を無視することも可能です。
OpenSSL::SSL::VERIFY_FAIL_IF_NO_PEER_CERT と同時に指定した場合は
クライアントが要求を無視した場合にはハンドシェイクを即座に停止し...