OpenSSL::X509::StoreContext
class OpenSSL::X509::StoreContext
A StoreContext is used while validating a single certificate and holds the status involved.
Public Class Methods
new(store, cert = nil, chain = nil) Show source
static VALUE ossl_x509stctx_initialize(int argc, VALUE *argv, VALUE self) { VALUE store, cert, chain, t;