Ruby
2.5.0dev(2017-10-22revision60238)
|
#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.
#define GetX509Store | ( | obj, | |
st | |||
) |
Definition at line 20 of file ossl_x509store.c.
Referenced by GetX509StorePtr().
#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.
#define SetX509Store | ( | obj, | |
st | |||
) |
Definition at line 14 of file ossl_x509store.c.
X509_STORE* GetX509StorePtr | ( | VALUE | obj | ) |
Definition at line 126 of file ossl_x509store.c.
References GetX509Store.
void Init_ossl_x509store | ( | void | ) |
Definition at line 772 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().
int ossl_verify_cb_call | ( | VALUE | proc, |
int | ok, | ||
X509_STORE_CTX * | ctx | ||
) |
Definition at line 62 of file ossl_x509store.c.
References NIL_P, 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.