Go to the source code of this file.
Defines | |
| #define | _OSSL_OCSP_H_ |
Functions | |
| void | Init_ossl_ocsp (void) |
Variables | |
| VALUE | mOCSP |
| VALUE | cOPCSReq |
| VALUE | cOPCSRes |
| VALUE | cOPCSBasicRes |
| #define _OSSL_OCSP_H_ |
Definition at line 13 of file ossl_ocsp.h.
| void Init_ossl_ocsp | ( | void | ) |
Definition at line 697 of file ossl_ocsp.c.
References cOCSPBasicRes, cOCSPCertId, cOCSPReq, cOCSPRes, DefOCSPConst, DefOCSPVConst, eOCSPError, eOSSLError, mOCSP, mOSSL, ossl_ocspbres_add_nonce(), ossl_ocspbres_add_status(), ossl_ocspbres_alloc(), ossl_ocspbres_copy_nonce(), ossl_ocspbres_get_status(), ossl_ocspbres_initialize(), ossl_ocspbres_sign(), ossl_ocspbres_verify(), ossl_ocspcid_alloc(), ossl_ocspcid_cmp(), ossl_ocspcid_cmp_issuer(), ossl_ocspcid_get_serial(), ossl_ocspcid_initialize(), ossl_ocspreq_add_certid(), ossl_ocspreq_add_nonce(), ossl_ocspreq_alloc(), ossl_ocspreq_check_nonce(), ossl_ocspreq_get_certid(), ossl_ocspreq_initialize(), ossl_ocspreq_sign(), ossl_ocspreq_to_der(), ossl_ocspreq_verify(), ossl_ocspres_alloc(), ossl_ocspres_get_basic(), ossl_ocspres_initialize(), ossl_ocspres_s_create(), ossl_ocspres_status(), ossl_ocspres_status_string(), ossl_ocspres_to_der(), rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_method(), rb_define_module_under(), and rb_define_singleton_method().
Referenced by Init_openssl().
Definition at line 68 of file ossl_ocsp.c.
Referenced by Init_ossl_ocsp().
1.6.1