#include "ossl.h"
Go to the source code of this file.
#define GetX509 | ( | obj, | ||
x509 | ||||
) |
do { \ Data_Get_Struct(obj, X509, x509); \ if (!x509) { \ ossl_raise(rb_eRuntimeError, "CERT wasn't initialized!"); \ } \ } while (0)
Definition at line 19 of file ossl_x509cert.c.
Referenced by ossl_x509_add_extension(), ossl_x509_check_private_key(), ossl_x509_copy(), ossl_x509_get_extensions(), ossl_x509_get_issuer(), ossl_x509_get_not_after(), ossl_x509_get_not_before(), ossl_x509_get_public_key(), ossl_x509_get_serial(), ossl_x509_get_signature_algorithm(), ossl_x509_get_subject(), ossl_x509_get_version(), ossl_x509_set_extensions(), ossl_x509_set_issuer(), ossl_x509_set_not_after(), ossl_x509_set_not_before(), ossl_x509_set_public_key(), ossl_x509_set_serial(), ossl_x509_set_subject(), ossl_x509_set_version(), ossl_x509_sign(), ossl_x509_to_der(), ossl_x509_to_pem(), ossl_x509_to_text(), and ossl_x509_verify().
#define SafeGetX509 | ( | obj, | ||
x509 | ||||
) |
do { \ OSSL_Check_Kind(obj, cX509Cert); \ GetX509(obj, x509); \ } while (0)
Definition at line 25 of file ossl_x509cert.c.
Referenced by DupX509CertPtr(), GetX509CertPtr(), and ossl_x509_copy().
#define WrapX509 | ( | klass, | ||
obj, | ||||
x509 | ||||
) |
do { \ if (!x509) { \ ossl_raise(rb_eRuntimeError, "CERT wasn't initialized!"); \ } \ obj = Data_Wrap_Struct(klass, 0, X509_free, x509); \ } while (0)
Definition at line 13 of file ossl_x509cert.c.
Referenced by ossl_x509_alloc(), ossl_x509_new(), and ossl_x509_new_from_file().
X509* DupX509CertPtr | ( | VALUE | obj | ) |
Definition at line 100 of file ossl_x509cert.c.
References SafeGetX509.
Referenced by ossl_client_cert_cb(), ossl_sslctx_add_extra_chain_cert_i(), and ossl_x509stctx_initialize().
X509* GetX509CertPtr | ( | VALUE | obj | ) |
Definition at line 90 of file ossl_x509cert.c.
References SafeGetX509.
Referenced by ossl_call_client_cert_cb(), ossl_pkcs12_s_create(), ossl_pkcs7_add_certificate(), ossl_pkcs7_decrypt(), ossl_pkcs7_s_sign(), ossl_pkcs7ri_initialize(), ossl_pkcs7si_initialize(), ossl_sslctx_setup(), ossl_x509extfactory_set_issuer_cert(), ossl_x509extfactory_set_subject_cert(), and ossl_x509store_add_cert().
void Init_ossl_x509cert | ( | void | ) |
Definition at line 729 of file ossl_x509cert.c.
References cX509Cert, eOSSLError, eX509CertError, mX509, ossl_x509_add_extension(), ossl_x509_alloc(), ossl_x509_check_private_key(), ossl_x509_copy(), ossl_x509_get_extensions(), ossl_x509_get_issuer(), ossl_x509_get_not_after(), ossl_x509_get_not_before(), ossl_x509_get_public_key(), ossl_x509_get_serial(), ossl_x509_get_signature_algorithm(), ossl_x509_get_subject(), ossl_x509_get_version(), ossl_x509_initialize(), ossl_x509_inspect(), ossl_x509_set_extensions(), ossl_x509_set_issuer(), ossl_x509_set_not_after(), ossl_x509_set_not_before(), ossl_x509_set_public_key(), ossl_x509_set_serial(), ossl_x509_set_subject(), ossl_x509_set_version(), ossl_x509_sign(), ossl_x509_to_der(), ossl_x509_to_pem(), ossl_x509_to_text(), ossl_x509_verify(), rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class_under(), rb_define_copy_func, and rb_define_method().
Referenced by Init_ossl_x509().
Definition at line 675 of file ossl_x509cert.c.
References DupX509ExtPtr(), eX509CertError, GetX509, NULL, and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 115 of file ossl_x509cert.c.
References eX509CertError, NULL, ossl_raise(), and WrapX509.
Referenced by Init_ossl_x509cert().
Definition at line 596 of file ossl_x509cert.c.
References GetPrivPKeyPtr(), GetX509, OSSL_ErrMsg, and OSSL_Warning.
Referenced by Init_ossl_x509cert().
Definition at line 160 of file ossl_x509cert.c.
References DATA_PTR, eX509CertError, GetX509, NULL, ossl_raise(), rb_check_frozen(), and SafeGetX509.
Referenced by Init_ossl_x509cert().
Definition at line 617 of file ossl_x509cert.c.
References count, GetX509, ossl_x509ext_new(), rb_ary_new(), rb_ary_new2(), and rb_ary_push().
Referenced by Init_ossl_x509cert().
Definition at line 404 of file ossl_x509cert.c.
References eX509CertError, GetX509, name, NULL, ossl_raise(), and ossl_x509name_new().
Referenced by Init_ossl_x509cert(), and ossl_x509_inspect().
Definition at line 476 of file ossl_x509cert.c.
References asn1time_to_time(), eX509CertError, GetX509, NULL, and ossl_raise().
Referenced by Init_ossl_x509cert(), and ossl_x509_inspect().
Definition at line 439 of file ossl_x509cert.c.
References asn1time_to_time(), eX509CertError, GetX509, NULL, and ossl_raise().
Referenced by Init_ossl_x509cert(), and ossl_x509_inspect().
Definition at line 513 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, ossl_pkey_new(), and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 314 of file ossl_x509cert.c.
References asn1integer_to_num(), and GetX509.
Referenced by Init_ossl_x509cert(), and ossl_x509_inspect().
Definition at line 345 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, ossl_membio2str(), and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 369 of file ossl_x509cert.c.
References eX509CertError, GetX509, name, NULL, ossl_raise(), and ossl_x509name_new().
Referenced by Init_ossl_x509cert(), and ossl_x509_inspect().
Definition at line 279 of file ossl_x509cert.c.
References GetX509, and LONG2NUM.
Referenced by Init_ossl_x509cert().
Definition at line 134 of file ossl_x509cert.c.
References DATA_PTR, eX509CertError, NULL, ossl_obj2bio(), ossl_raise(), ossl_to_der_if_possible(), and rb_scan_args().
Referenced by Init_ossl_x509cert().
Definition at line 692 of file ossl_x509cert.c.
References ossl_x509_get_issuer(), ossl_x509_get_not_after(), ossl_x509_get_not_before(), ossl_x509_get_serial(), ossl_x509_get_subject(), rb_class2name(), rb_inspect(), rb_obj_class(), rb_str_append(), rb_str_cat2(), and rb_str_new2().
Referenced by Init_ossl_x509cert().
VALUE ossl_x509_new | ( | X509 * | x509 | ) |
Definition at line 40 of file ossl_x509cert.c.
References cX509Cert, eX509CertError, NULL, ossl_raise(), and WrapX509.
Referenced by ossl_pkcs12_initialize(), ossl_ssl_get_cert(), ossl_ssl_get_peer_cert(), ossl_ssl_get_peer_cert_chain(), ossl_x509stctx_get_chain(), and ossl_x509stctx_get_curr_cert().
Definition at line 59 of file ossl_x509cert.c.
References cX509Cert, errno, eX509CertError, NULL, ossl_raise(), RSTRING_PTR, SafeStringValue, strerror(), and WrapX509.
Definition at line 643 of file ossl_x509cert.c.
References Check_Type, cX509Ext, DupX509ExtPtr(), eX509CertError, GetX509, NULL, OSSL_Check_Kind, ossl_raise(), RARRAY_LEN, RARRAY_PTR, and T_ARRAY.
Referenced by Init_ossl_x509cert().
Definition at line 422 of file ossl_x509cert.c.
References eX509CertError, GetX509, GetX509NamePtr(), NULL, and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 494 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, ossl_raise(), time_t, and time_to_time_t().
Referenced by Init_ossl_x509cert().
Definition at line 457 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, ossl_raise(), time_t, and time_to_time_t().
Referenced by Init_ossl_x509cert().
Definition at line 531 of file ossl_x509cert.c.
References eX509CertError, GetPKeyPtr(), GetX509, NULL, and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 328 of file ossl_x509cert.c.
References GetX509, and num_to_asn1integer().
Referenced by Init_ossl_x509cert().
Definition at line 387 of file ossl_x509cert.c.
References eX509CertError, GetX509, GetX509NamePtr(), NULL, and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 293 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, NUM2LONG(), and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 548 of file ossl_x509cert.c.
References eX509CertError, GetDigestPtr(), GetPrivPKeyPtr(), GetX509, NULL, and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 184 of file ossl_x509cert.c.
References eX509CertError, GetX509, len, NULL, ossl_raise(), ossl_str_adjust, rb_str_new(), and RSTRING_PTR.
Referenced by Init_ossl_x509cert().
Definition at line 208 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, ossl_membio2str(), and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 232 of file ossl_x509cert.c.
References eX509CertError, GetX509, NULL, ossl_membio2str(), and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 571 of file ossl_x509cert.c.
References eX509CertError, GetPKeyPtr(), GetX509, NULL, and ossl_raise().
Referenced by Init_ossl_x509cert().
Definition at line 33 of file ossl_x509cert.c.
Referenced by Init_ossl_x509cert(), ossl_x509_new(), and ossl_x509_new_from_file().
Definition at line 34 of file ossl_x509cert.c.
Referenced by Init_ossl_x509cert(), ossl_spki_to_der(), ossl_x509_add_extension(), ossl_x509_alloc(), ossl_x509_copy(), ossl_x509_get_issuer(), ossl_x509_get_not_after(), ossl_x509_get_not_before(), ossl_x509_get_public_key(), ossl_x509_get_signature_algorithm(), ossl_x509_get_subject(), ossl_x509_initialize(), ossl_x509_new(), ossl_x509_new_from_file(), ossl_x509_set_extensions(), ossl_x509_set_issuer(), ossl_x509_set_not_after(), ossl_x509_set_not_before(), ossl_x509_set_public_key(), ossl_x509_set_subject(), ossl_x509_set_version(), ossl_x509_sign(), ossl_x509_to_der(), ossl_x509_to_pem(), ossl_x509_to_text(), ossl_x509_verify(), and ossl_x509req_to_der().