Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
#define | NewOCSPReq(klass) TypedData_Wrap_Struct((klass), &ossl_ocsp_request_type, 0) |
#define | SetOCSPReq(obj, req) |
#define | GetOCSPReq(obj, req) |
#define | NewOCSPRes(klass) TypedData_Wrap_Struct((klass), &ossl_ocsp_response_type, 0) |
#define | SetOCSPRes(obj, res) |
#define | GetOCSPRes(obj, res) |
#define | NewOCSPBasicRes(klass) TypedData_Wrap_Struct((klass), &ossl_ocsp_basicresp_type, 0) |
#define | SetOCSPBasicRes(obj, res) |
#define | GetOCSPBasicRes(obj, res) |
#define | NewOCSPSingleRes(klass) TypedData_Wrap_Struct((klass), &ossl_ocsp_singleresp_type, 0) |
#define | SetOCSPSingleRes(obj, res) |
#define | GetOCSPSingleRes(obj, res) |
#define | NewOCSPCertId(klass) TypedData_Wrap_Struct((klass), &ossl_ocsp_certid_type, 0) |
#define | SetOCSPCertId(obj, cid) |
#define | GetOCSPCertId(obj, cid) |
Functions | |
void | Init_ossl_ocsp (void) |
Variables | |
VALUE | mOCSP |
VALUE | eOCSPError |
VALUE | cOCSPReq |
VALUE | cOCSPRes |
VALUE | cOCSPBasicRes |
VALUE | cOCSPSingleRes |
VALUE | cOCSPCertId |
#define GetOCSPBasicRes | ( | obj, | |
res | |||
) |
Definition at line 43 of file ossl_ocsp.c.
#define GetOCSPCertId | ( | obj, | |
cid | |||
) |
Definition at line 65 of file ossl_ocsp.c.
#define GetOCSPReq | ( | obj, | |
req | |||
) |
Definition at line 21 of file ossl_ocsp.c.
#define GetOCSPRes | ( | obj, | |
res | |||
) |
Definition at line 32 of file ossl_ocsp.c.
#define GetOCSPSingleRes | ( | obj, | |
res | |||
) |
Definition at line 54 of file ossl_ocsp.c.
#define NewOCSPBasicRes | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_ocsp_basicresp_type, 0) |
Definition at line 37 of file ossl_ocsp.c.
#define NewOCSPCertId | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_ocsp_certid_type, 0) |
Definition at line 59 of file ossl_ocsp.c.
#define NewOCSPReq | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_ocsp_request_type, 0) |
Definition at line 15 of file ossl_ocsp.c.
#define NewOCSPRes | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_ocsp_response_type, 0) |
Definition at line 26 of file ossl_ocsp.c.
#define NewOCSPSingleRes | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_ocsp_singleresp_type, 0) |
Definition at line 48 of file ossl_ocsp.c.
#define SetOCSPBasicRes | ( | obj, | |
res | |||
) |
Definition at line 39 of file ossl_ocsp.c.
#define SetOCSPCertId | ( | obj, | |
cid | |||
) |
Definition at line 61 of file ossl_ocsp.c.
#define SetOCSPReq | ( | obj, | |
req | |||
) |
Definition at line 17 of file ossl_ocsp.c.
#define SetOCSPRes | ( | obj, | |
res | |||
) |
Definition at line 28 of file ossl_ocsp.c.
#define SetOCSPSingleRes | ( | obj, | |
res | |||
) |
Definition at line 50 of file ossl_ocsp.c.
void Init_ossl_ocsp | ( | void | ) |
Definition at line 1697 of file ossl_ocsp.c.
References cOCSPReq, eOCSPError, eOSSLError, mOCSP, mOSSL, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_module(), rb_define_module_under(), and rb_eStandardError.
VALUE cOCSPBasicRes |
Definition at line 74 of file ossl_ocsp.c.
VALUE cOCSPCertId |
Definition at line 76 of file ossl_ocsp.c.
VALUE cOCSPReq |
Definition at line 72 of file ossl_ocsp.c.
Referenced by Init_ossl_ocsp().
VALUE cOCSPRes |
Definition at line 73 of file ossl_ocsp.c.
VALUE cOCSPSingleRes |
Definition at line 75 of file ossl_ocsp.c.
VALUE eOCSPError |
Definition at line 71 of file ossl_ocsp.c.
Referenced by Init_ossl_ocsp().
VALUE mOCSP |
Definition at line 70 of file ossl_ocsp.c.
Referenced by Init_ossl_ocsp().