Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
Go to the source code of this file.
Functions | |
ASN1_TIME * | ossl_x509_time_adjust (ASN1_TIME *, VALUE) |
void | Init_ossl_x509 (void) |
VALUE | ossl_x509attr_new (X509_ATTRIBUTE *) |
X509_ATTRIBUTE * | GetX509AttrPtr (VALUE) |
void | Init_ossl_x509attr (void) |
VALUE | ossl_x509_new (X509 *) |
X509 * | GetX509CertPtr (VALUE) |
X509 * | DupX509CertPtr (VALUE) |
void | Init_ossl_x509cert (void) |
VALUE | ossl_x509crl_new (X509_CRL *) |
X509_CRL * | GetX509CRLPtr (VALUE) |
void | Init_ossl_x509crl (void) |
VALUE | ossl_x509ext_new (X509_EXTENSION *) |
X509_EXTENSION * | GetX509ExtPtr (VALUE) |
void | Init_ossl_x509ext (void) |
VALUE | ossl_x509name_new (X509_NAME *) |
X509_NAME * | GetX509NamePtr (VALUE) |
void | Init_ossl_x509name (void) |
X509_REQ * | GetX509ReqPtr (VALUE) |
void | Init_ossl_x509req (void) |
VALUE | ossl_x509revoked_new (X509_REVOKED *) |
X509_REVOKED * | DupX509RevokedPtr (VALUE) |
void | Init_ossl_x509revoked (void) |
X509_STORE * | GetX509StorePtr (VALUE) |
void | Init_ossl_x509store (void) |
int | ossl_verify_cb_call (VALUE, int, X509_STORE_CTX *) |
X509 * DupX509CertPtr | ( | VALUE | obj | ) |
Definition at line 81 of file ossl_x509cert.c.
References GetX509, obj, and X509_up_ref.
X509_REVOKED * DupX509RevokedPtr | ( | VALUE | obj | ) |
Definition at line 71 of file ossl_x509revoked.c.
References eX509RevError, GetX509Rev, NULL, obj, ossl_raise(), and X509_REVOKED_dup.
X509_ATTRIBUTE * GetX509AttrPtr | ( | VALUE | obj | ) |
Definition at line 71 of file ossl_x509attr.c.
References GetX509Attr, and obj.
X509 * GetX509CertPtr | ( | VALUE | obj | ) |
Definition at line 71 of file ossl_x509cert.c.
X509_CRL * GetX509CRLPtr | ( | VALUE | obj | ) |
Definition at line 51 of file ossl_x509crl.c.
References GetX509CRL, and obj.
X509_EXTENSION * GetX509ExtPtr | ( | VALUE | obj | ) |
Definition at line 85 of file ossl_x509ext.c.
References GetX509Ext, and obj.
X509_NAME * GetX509NamePtr | ( | VALUE | obj | ) |
Definition at line 76 of file ossl_x509name.c.
References GetX509Name, name, and obj.
X509_REQ * GetX509ReqPtr | ( | VALUE | obj | ) |
Definition at line 51 of file ossl_x509req.c.
References GetX509Req, and obj.
X509_STORE * GetX509StorePtr | ( | VALUE | obj | ) |
Definition at line 133 of file ossl_x509store.c.
References GetX509Store, and obj.
Definition at line 30 of file ossl_x509.c.
References DefX509Const, DefX509Default, Init_ossl_x509attr(), Init_ossl_x509cert(), Init_ossl_x509crl(), Init_ossl_x509ext(), Init_ossl_x509name(), Init_ossl_x509req(), Init_ossl_x509revoked(), Init_ossl_x509store(), mOSSL, mX509, rb_define_module(), and rb_define_module_under().
Definition at line 305 of file ossl_x509attr.c.
References cX509Attr, eOSSLError, eX509AttrError, 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().
Definition at line 711 of file ossl_x509cert.c.
References cX509Cert, eOSSLError, eX509CertError, 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().
Definition at line 505 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().
Definition at line 438 of file ossl_x509ext.c.
References cX509ExtFactory, eOSSLError, eX509ExtError, 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().
Definition at line 503 of file ossl_x509name.c.
Referenced by Init_ossl_x509().
Definition at line 409 of file ossl_x509req.c.
References cX509Req, eOSSLError, eX509ReqError, 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().
Definition at line 276 of file ossl_x509revoked.c.
References cX509Rev, eOSSLError, eX509RevError, 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().
Definition at line 789 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 ossl_x509_new | ( | X509 * | x509 | ) |
Definition at line 51 of file ossl_x509cert.c.
References cX509Cert, eX509CertError, NewX509, NULL, obj, ossl_raise(), and SetX509.
ASN1_TIME * ossl_x509_time_adjust | ( | ASN1_TIME * | s, |
VALUE | time | ||
) |
Definition at line 19 of file ossl_x509.c.
References ossl_time_split(), and time().
VALUE ossl_x509attr_new | ( | X509_ATTRIBUTE * | attr | ) |
Definition at line 51 of file ossl_x509attr.c.
References cX509Attr, eX509AttrError, NewX509Attr, NULL, obj, ossl_raise(), and SetX509Attr.
VALUE ossl_x509crl_new | ( | X509_CRL * | crl | ) |
Definition at line 61 of file ossl_x509crl.c.
References cX509CRL, eX509CRLError, NewX509CRL, NULL, obj, ossl_raise(), and SetX509CRL.
VALUE ossl_x509ext_new | ( | X509_EXTENSION * | ext | ) |
Definition at line 65 of file ossl_x509ext.c.
References cX509Ext, eX509ExtError, NewX509Ext, NULL, obj, ossl_raise(), and SetX509Ext.
VALUE ossl_x509name_new | ( | X509_NAME * | name | ) |
Definition at line 56 of file ossl_x509name.c.
References cX509Name, eX509NameError, name, NewX509Name, NULL, obj, ossl_raise(), and SetX509Name.
VALUE ossl_x509revoked_new | ( | X509_REVOKED * | rev | ) |
Definition at line 51 of file ossl_x509revoked.c.
References cX509Rev, eX509RevError, NewX509Rev, NULL, obj, ossl_raise(), SetX509Rev, and X509_REVOKED_dup.
|
extern |
Definition at line 30 of file ossl_x509attr.c.
Referenced by Init_ossl_x509attr(), and ossl_x509attr_new().
|
extern |
Definition at line 30 of file ossl_x509cert.c.
Referenced by Init_ossl_x509cert(), and ossl_x509_new().
|
extern |
Definition at line 30 of file ossl_x509crl.c.
Referenced by Init_ossl_x509crl(), and ossl_x509crl_new().
|
extern |
Definition at line 43 of file ossl_x509ext.c.
Referenced by ossl_x509ext_new().
|
extern |
Definition at line 44 of file ossl_x509ext.c.
Referenced by Init_ossl_x509ext().
|
extern |
Definition at line 35 of file ossl_x509name.c.
Referenced by ossl_x509name_new().
|
extern |
Definition at line 30 of file ossl_x509req.c.
Referenced by Init_ossl_x509req().
|
extern |
Definition at line 30 of file ossl_x509revoked.c.
Referenced by Init_ossl_x509revoked(), and ossl_x509revoked_new().
|
extern |
Definition at line 104 of file ossl_x509store.c.
|
extern |
Definition at line 105 of file ossl_x509store.c.
|
extern |
Definition at line 31 of file ossl_x509attr.c.
Referenced by Init_ossl_x509attr(), and ossl_x509attr_new().
|
extern |
Definition at line 31 of file ossl_x509cert.c.
Referenced by Init_ossl_x509cert(), and ossl_x509_new().
|
extern |
Definition at line 31 of file ossl_x509crl.c.
Referenced by Init_ossl_x509crl(), and ossl_x509crl_new().
|
extern |
Definition at line 45 of file ossl_x509ext.c.
Referenced by Init_ossl_x509ext(), and ossl_x509ext_new().
|
extern |
Definition at line 36 of file ossl_x509name.c.
Referenced by ossl_x509name_new().
|
extern |
Definition at line 31 of file ossl_x509req.c.
Referenced by Init_ossl_x509req().
|
extern |
Definition at line 31 of file ossl_x509revoked.c.
Referenced by DupX509RevokedPtr(), Init_ossl_x509revoked(), and ossl_x509revoked_new().
|
extern |
Definition at line 106 of file ossl_x509store.c.
|
extern |
Definition at line 12 of file ossl_x509.c.
Referenced by Init_ossl_x509(), Init_ossl_x509attr(), Init_ossl_x509cert(), Init_ossl_x509crl(), Init_ossl_x509ext(), Init_ossl_x509req(), Init_ossl_x509revoked(), and Init_ossl_x509store().