Module: R509::OCSP::Request::Nonce
- Defined in:
- lib/r509/ocsp.rb
Overview
contains constants r509 uses for OCSP responses
Constant Summary
- PRESENT_AND_EQUAL =
these values are defined at www.ruby-doc.org/stdlib-1.9.3/libdoc/openssl/rdoc/OpenSSL/OCSP/Request.html nonce is present and matches
1
- BOTH_ABSENT =
nonce is missing in request and response
2
- RESPONSE_ONLY =
nonce is present in response only
3
- NOT_EQUAL =
nonce is in both request and response, but does not match
0
- REQUEST_ONLY =
nonce is present in request only
-1