Results for: "match"

Generates an RSA keypair.

See also OpenSSL::PKey.generate_key.

size

The desired key size in bits.

exponent

An odd Integer, normally 3, 17, or 65537.

Does this keypair contain a private key?

A description of the current connection state. This is for diagnostic purposes only.

Returns the verified chain.

See also the man page X509_STORE_CTX_set0_verified_chain(3).

No documentation available
No documentation available

Calls the given block once for each element in self, passing that element as parameter asn1. If no block is given, an enumerator is returned instead.

Example

asn1_ary.each do |asn1|
  puts asn1
end

Returns the challenge string associated with this SPKI.

Parameters

Sets the challenge to be associated with the SPKI. May be used by the server, e.g. to prevent replay.

Creates an OpenSSL::OCSP::Response from status and basic_response.

Returns the status of the response.

Returns an Array of statuses for this response. Each status contains a CertificateId, the status (0 for good, 1 for revoked, 2 for unknown), the reason for the status, the revocation time, the time of this update, the time for the next update and a list of OpenSSL::X509::Extension.

This should be superseded by BasicResponse#responses and find_response that return SingleResponse.

Returns one of GRANTED, GRANTED_WITH_MODS, REJECTION, WAITING, REVOCATION_WARNING or REVOCATION_NOTIFICATION. A timestamp token has been created only in case status is equal to GRANTED or GRANTED_WITH_MODS.

No documentation available

Iterate over each node in the tree. Yields each node to block depth first.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Save session state to the session’s FileStore file.

Update session state.

A no-op.

Update session state.

A no-op.

Save session state to the session’s PStore file.

No documentation available
Search took: 4ms  ·  Total Results: 1813