Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
#define | NewX509CRL(klass) TypedData_Wrap_Struct((klass), &ossl_x509crl_type, 0) |
#define | SetX509CRL(obj, crl) |
#define | GetX509CRL(obj, crl) |
Functions | |
X509_CRL * | GetX509CRLPtr (VALUE obj) |
VALUE | ossl_x509crl_new (X509_CRL *crl) |
void | Init_ossl_x509crl (void) |
Variables | |
VALUE | cX509CRL |
VALUE | eX509CRLError |
#define GetX509CRL | ( | obj, | |
crl | |||
) |
Definition at line 20 of file ossl_x509crl.c.
Referenced by GetX509CRLPtr().
#define NewX509CRL | ( | klass | ) | TypedData_Wrap_Struct((klass), &ossl_x509crl_type, 0) |
Definition at line 12 of file ossl_x509crl.c.
Referenced by ossl_x509crl_new().
#define SetX509CRL | ( | obj, | |
crl | |||
) |
Definition at line 14 of file ossl_x509crl.c.
Referenced by ossl_x509crl_new().
X509_CRL* GetX509CRLPtr | ( | VALUE | obj | ) |
Definition at line 51 of file ossl_x509crl.c.
References GetX509CRL.
void Init_ossl_x509crl | ( | void | ) |
Definition at line 502 of file ossl_x509crl.c.
References cX509CRL, eOSSLError, eX509CRLError, mOSSL, mX509, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_module(), rb_define_module_under(), and rb_eStandardError.
Referenced by Init_ossl_x509().
VALUE ossl_x509crl_new | ( | X509_CRL * | crl | ) |
Definition at line 61 of file ossl_x509crl.c.
References cX509CRL, eX509CRLError, NewX509CRL, NULL, ossl_raise(), and SetX509CRL.
VALUE cX509CRL |
Definition at line 30 of file ossl_x509crl.c.
Referenced by Init_ossl_x509crl(), and ossl_x509crl_new().
VALUE eX509CRLError |
Definition at line 31 of file ossl_x509crl.c.
Referenced by Init_ossl_x509crl(), and ossl_x509crl_new().