Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
#include "ossl.h"
Go to the source code of this file.
Data Structures | |
struct | ossl_verify_cb_args |
Macros | |
#define | NewX509Store(klass) TypedData_Wrap_Struct((klass), &ossl_x509store_type, 0) |
#define | SetX509Store(obj, st) |
#define | GetX509Store(obj, st) |
#define | NewX509StCtx(klass) TypedData_Wrap_Struct((klass), &ossl_x509stctx_type, 0) |
#define | SetX509StCtx(obj, ctx) |
#define | GetX509StCtx(obj, ctx) |
Functions | |
int | ossl_verify_cb_call (VALUE proc, int ok, X509_STORE_CTX *ctx) |
X509_STORE * | GetX509StorePtr (VALUE obj) |
void | Init_ossl_x509store (void) |
Variables | |
VALUE | cX509Store |
VALUE | cX509StoreContext |
VALUE | eX509StoreError |
#define GetX509StCtx | ( | obj, | |
ctx | |||
) |
Definition at line 35 of file ossl_x509store.c.
Definition at line 20 of file ossl_x509store.c.
#define NewX509StCtx | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_x509stctx_type, 0) |
Definition at line 27 of file ossl_x509store.c.
#define NewX509Store | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_x509store_type, 0) |
Definition at line 12 of file ossl_x509store.c.
#define SetX509StCtx | ( | obj, | |
ctx | |||
) |
Definition at line 29 of file ossl_x509store.c.
Definition at line 14 of file ossl_x509store.c.
X509_STORE * GetX509StorePtr | ( | VALUE | obj | ) |
Definition at line 133 of file ossl_x509store.c.
References GetX509Store, and obj.
Definition at line 789 of file ossl_x509store.c.
References eOSSLError, mOSSL, mX509, rb_define_class_under(), rb_define_module(), rb_define_module_under(), and rb_eStandardError.
Referenced by Init_ossl_x509().
Definition at line 62 of file ossl_x509store.c.
References NIL_P, ossl_verify_cb_args::proc, Qfalse, and rb_protect().
VALUE cX509Store |
Definition at line 104 of file ossl_x509store.c.
VALUE cX509StoreContext |
Definition at line 105 of file ossl_x509store.c.
VALUE eX509StoreError |
Definition at line 106 of file ossl_x509store.c.