|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#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 126 of file ossl_x509store.c.
References GetX509Store, and obj.
Definition at line 770 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.