るりまサーチ

最速Rubyリファレンスマニュアル検索!
344件ヒット [301-344件を表示] (0.008秒)

別のキーワード

  1. kernel fail
  2. _builtin fail
  3. socket eai_fail
  4. constants eai_fail
  5. ssl verify_fail_if_no_peer_cert

検索結果

<< < ... 2 3 4 >>

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 と同時に指定した場合は
クライアントが要求を無視した場合にはハンドシェイクを即座に停止し...

絞り込み条件を変える

<< < ... 2 3 4 >>