Ruby  2.4.2p198(2017-09-14revision59899)
Data Structures | Macros | Enumerations | Functions | Variables
ossl_asn1.c File Reference
#include "ossl.h"
Include dependency graph for ossl_asn1.c:

Go to the source code of this file.

Data Structures

struct  ossl_asn1_info_t
 

Macros

#define ossl_asn1_get_value(o)   rb_attr_get((o),sivVALUE)
 
#define ossl_asn1_get_tag(o)   rb_attr_get((o),sivTAG)
 
#define ossl_asn1_get_tagging(o)   rb_attr_get((o),sivTAGGING)
 
#define ossl_asn1_get_tag_class(o)   rb_attr_get((o),sivTAG_CLASS)
 
#define ossl_asn1_get_infinite_length(o)   rb_attr_get((o),sivINFINITE_LENGTH)
 
#define ossl_asn1_set_value(o, v)   rb_ivar_set((o),sivVALUE,(v))
 
#define ossl_asn1_set_tag(o, v)   rb_ivar_set((o),sivTAG,(v))
 
#define ossl_asn1_set_tagging(o, v)   rb_ivar_set((o),sivTAGGING,(v))
 
#define ossl_asn1_set_tag_class(o, v)   rb_ivar_set((o),sivTAG_CLASS,(v))
 
#define ossl_asn1_set_infinite_length(o, v)   rb_ivar_set((o),sivINFINITE_LENGTH,(v))
 
#define OSSL_ASN1_IMPL_FACTORY_METHOD(klass)
 
#define OSSL_ASN1_DEFINE_CLASS(name, super)
 

Enumerations

enum  { ossl_asn1_info_size = (sizeof(ossl_asn1_info)/sizeof(ossl_asn1_info[0])) }
 

Functions

static VALUE join_der (VALUE enumerable)
 
static VALUE ossl_asn1_decode0 (unsigned char **pp, long length, long *offset, int depth, int yield, long *num_read)
 
static VALUE ossl_asn1_initialize (int argc, VALUE *argv, VALUE self)
 
static VALUE ossl_asn1eoc_initialize (VALUE self)
 
VALUE asn1time_to_time (const ASN1_TIME *time)
 
time_t time_to_time_t (VALUE time)
 
VALUE asn1str_to_str (const ASN1_STRING *str)
 
VALUE asn1integer_to_num (const ASN1_INTEGER *ai)
 
ASN1_INTEGER * num_to_asn1integer (VALUE obj, ASN1_INTEGER *ai)
 
static ASN1_BOOLEAN obj_to_asn1bool (VALUE obj)
 
static ASN1_INTEGER * obj_to_asn1int (VALUE obj)
 
static ASN1_BIT_STRING * obj_to_asn1bstr (VALUE obj, long unused_bits)
 
static ASN1_STRING * obj_to_asn1str (VALUE obj)
 
static ASN1_NULL * obj_to_asn1null (VALUE obj)
 
static ASN1_OBJECT * obj_to_asn1obj (VALUE obj)
 
static ASN1_UTCTIME * obj_to_asn1utime (VALUE time)
 
static ASN1_GENERALIZEDTIME * obj_to_asn1gtime (VALUE time)
 
static ASN1_STRING * obj_to_asn1derstr (VALUE obj)
 
static VALUE decode_bool (unsigned char *der, long length)
 
static VALUE decode_int (unsigned char *der, long length)
 
static VALUE decode_bstr (unsigned char *der, long length, long *unused_bits)
 
static VALUE decode_enum (unsigned char *der, long length)
 
static VALUE decode_null (unsigned char *der, long length)
 
static VALUE decode_obj (unsigned char *der, long length)
 
static VALUE decode_time (unsigned char *der, long length)
 
static VALUE decode_eoc (unsigned char *der, long length)
 
static int ossl_asn1_default_tag (VALUE obj)
 
ASN1_TYPE * ossl_asn1_get_asn1type (VALUE obj)
 
static int ossl_asn1_tag (VALUE obj)
 
static int ossl_asn1_is_explicit (VALUE obj)
 
static int ossl_asn1_tag_class (VALUE obj)
 
static VALUE ossl_asn1_class2sym (int tc)
 
static VALUE ossl_asn1data_initialize (VALUE self, VALUE value, VALUE tag, VALUE tag_class)
 
static VALUE join_der_i (RB_BLOCK_CALL_FUNC_ARGLIST(i, str))
 
static VALUE ossl_asn1data_to_der (VALUE self)
 
static VALUE int_ossl_asn1_decode0_prim (unsigned char **pp, long length, long hlen, int tag, VALUE tc, long *num_read)
 
static VALUE int_ossl_asn1_decode0_cons (unsigned char **pp, long max_len, long length, long *offset, int depth, int yield, int j, int tag, VALUE tc, long *num_read)
 
static void int_ossl_decode_sanity_check (long len, long read, long offset)
 
static VALUE ossl_asn1_traverse (VALUE self, VALUE obj)
 
static VALUE ossl_asn1_decode (VALUE self, VALUE obj)
 
static VALUE ossl_asn1_decode_all (VALUE self, VALUE obj)
 
static VALUE ossl_asn1prim_to_der (VALUE self)
 
static VALUE ossl_asn1cons_to_der (VALUE self)
 
static VALUE ossl_asn1cons_each (VALUE self)
 
static VALUE ossl_asn1obj_s_register (VALUE self, VALUE oid, VALUE sn, VALUE ln)
 
static VALUE ossl_asn1obj_get_sn (VALUE self)
 
static VALUE ossl_asn1obj_get_ln (VALUE self)
 
static VALUE ossl_asn1obj_get_oid (VALUE self)
 
void Init_ossl_asn1 (void)
 

Variables

VALUE mASN1
 
VALUE eASN1Error
 
VALUE cASN1Data
 
VALUE cASN1Primitive
 
VALUE cASN1Constructive
 
VALUE cASN1EndOfContent
 
VALUE cASN1Boolean
 
VALUE cASN1Integer
 
VALUE cASN1Enumerated
 
VALUE cASN1BitString
 
VALUE cASN1OctetString
 
VALUE cASN1UTF8String
 
VALUE cASN1NumericString
 
VALUE cASN1PrintableString
 
VALUE cASN1T61String
 
VALUE cASN1VideotexString
 
VALUE cASN1IA5String
 
VALUE cASN1GraphicString
 
VALUE cASN1ISO64String
 
VALUE cASN1GeneralString
 
VALUE cASN1UniversalString
 
VALUE cASN1BMPString
 
VALUE cASN1Null
 
VALUE cASN1ObjectId
 
VALUE cASN1UTCTime
 
VALUE cASN1GeneralizedTime
 
VALUE cASN1Sequence
 
VALUE cASN1Set
 
static VALUE sym_IMPLICIT
 
static VALUE sym_EXPLICIT
 
static VALUE sym_UNIVERSAL
 
static VALUE sym_APPLICATION
 
static VALUE sym_CONTEXT_SPECIFIC
 
static VALUE sym_PRIVATE
 
static ID sivVALUE
 
static ID sivTAG
 
static ID sivTAG_CLASS
 
static ID sivTAGGING
 
static ID sivINFINITE_LENGTH
 
static ID sivUNUSED_BITS
 
static ID id_each
 
static const ossl_asn1_info_t ossl_asn1_info []
 
static VALUE class_tag_map
 

Macro Definition Documentation

◆ OSSL_ASN1_DEFINE_CLASS

#define OSSL_ASN1_DEFINE_CLASS (   name,
  super 
)
Value:
do{\
cASN1##name = rb_define_class_under(mASN1, #name, cASN1##super);\
rb_define_module_function(mASN1, #name, ossl_asn1_##name, -1);\
}while(0)
VALUE mASN1
Definition: ossl_asn1.c:166
VALUE rb_define_class_under(VALUE outer, const char *name, VALUE super)
Defines a class under the namespace of outer.
Definition: class.c:693
const char * name
Definition: nkf.c:208

Referenced by Init_ossl_asn1().

◆ ossl_asn1_get_infinite_length

#define ossl_asn1_get_infinite_length (   o)    rb_attr_get((o),sivINFINITE_LENGTH)

Definition at line 158 of file ossl_asn1.c.

Referenced by ossl_asn1cons_to_der(), and ossl_asn1data_to_der().

◆ ossl_asn1_get_tag

#define ossl_asn1_get_tag (   o)    rb_attr_get((o),sivTAG)

◆ ossl_asn1_get_tag_class

#define ossl_asn1_get_tag_class (   o)    rb_attr_get((o),sivTAG_CLASS)

Definition at line 157 of file ossl_asn1.c.

Referenced by int_ossl_asn1_decode0_cons(), and ossl_asn1_tag_class().

◆ ossl_asn1_get_tagging

#define ossl_asn1_get_tagging (   o)    rb_attr_get((o),sivTAGGING)

Definition at line 156 of file ossl_asn1.c.

Referenced by ossl_asn1_is_explicit().

◆ ossl_asn1_get_value

#define ossl_asn1_get_value (   o)    rb_attr_get((o),sivVALUE)

◆ OSSL_ASN1_IMPL_FACTORY_METHOD

#define OSSL_ASN1_IMPL_FACTORY_METHOD (   klass)
Value:
static VALUE ossl_asn1_##klass(int argc, VALUE *argv, VALUE self)\
{ return rb_funcall3(cASN1##klass, rb_intern("new"), argc, argv); }
int argc
Definition: ruby.c:183
unsigned long VALUE
Definition: ruby.h:85
#define rb_funcall3
Definition: ruby.h:1771
#define rb_intern(str)
char ** argv
Definition: ruby.c:184

Definition at line 1384 of file ossl_asn1.c.

◆ ossl_asn1_set_infinite_length

#define ossl_asn1_set_infinite_length (   o,
 
)    rb_ivar_set((o),sivINFINITE_LENGTH,(v))

◆ ossl_asn1_set_tag

#define ossl_asn1_set_tag (   o,
 
)    rb_ivar_set((o),sivTAG,(v))

◆ ossl_asn1_set_tag_class

#define ossl_asn1_set_tag_class (   o,
 
)    rb_ivar_set((o),sivTAG_CLASS,(v))

◆ ossl_asn1_set_tagging

#define ossl_asn1_set_tagging (   o,
 
)    rb_ivar_set((o),sivTAGGING,(v))

Definition at line 162 of file ossl_asn1.c.

Referenced by ossl_asn1_initialize(), and ossl_asn1eoc_initialize().

◆ ossl_asn1_set_value

#define ossl_asn1_set_value (   o,
 
)    rb_ivar_set((o),sivVALUE,(v))

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ossl_asn1_info_size 

Definition at line 507 of file ossl_asn1.c.

Function Documentation

◆ asn1integer_to_num()

VALUE asn1integer_to_num ( const ASN1_INTEGER *  ai)

◆ asn1str_to_str()

VALUE asn1str_to_str ( const ASN1_STRING *  str)

Definition at line 103 of file ossl_asn1.c.

References rb_str_new().

Referenced by ossl_pkcs7ri_get_enc_key(), and ossl_x509name_to_a().

◆ asn1time_to_time()

VALUE asn1time_to_time ( const ASN1_TIME *  time)

◆ decode_bool()

static VALUE decode_bool ( unsigned char *  der,
long  length 
)
static

Definition at line 324 of file ossl_asn1.c.

References eASN1Error, ossl_raise(), Qfalse, and Qtrue.

Referenced by int_ossl_asn1_decode0_prim().

◆ decode_bstr()

static VALUE decode_bstr ( unsigned char *  der,
long  length,
long *  unused_bits 
)
static

Definition at line 356 of file ossl_asn1.c.

References eASN1Error, len, NULL, ossl_raise(), and rb_str_new().

Referenced by int_ossl_asn1_decode0_prim().

◆ decode_enum()

static VALUE decode_enum ( unsigned char *  der,
long  length 
)
static

◆ decode_eoc()

static VALUE decode_eoc ( unsigned char *  der,
long  length 
)
static

Definition at line 458 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), and rb_str_new().

Referenced by int_ossl_asn1_decode0_prim().

◆ decode_int()

static VALUE decode_int ( unsigned char *  der,
long  length 
)
static

◆ decode_null()

static VALUE decode_null ( unsigned char *  der,
long  length 
)
static

Definition at line 396 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), and Qnil.

Referenced by int_ossl_asn1_decode0_prim().

◆ decode_obj()

static VALUE decode_obj ( unsigned char *  der,
long  length 
)
static

Definition at line 410 of file ossl_asn1.c.

References eASN1Error, nid, NULL, ossl_membio2str(), ossl_raise(), and rb_str_new2.

Referenced by int_ossl_asn1_decode0_prim().

◆ decode_time()

static VALUE decode_time ( unsigned char *  der,
long  length 
)
static

Definition at line 439 of file ossl_asn1.c.

References asn1time_to_time(), eASN1Error, NULL, ossl_raise(), rb_jump_tag(), and rb_protect().

Referenced by int_ossl_asn1_decode0_prim().

◆ Init_ossl_asn1()

void Init_ossl_asn1 ( void  )

Definition at line 1413 of file ossl_asn1.c.

References cASN1BitString, cASN1BMPString, cASN1Boolean, cASN1Constructive, cASN1Data, cASN1EndOfContent, cASN1Enumerated, cASN1GeneralizedTime, cASN1GeneralString, cASN1GraphicString, cASN1IA5String, cASN1Integer, cASN1ISO64String, cASN1Null, cASN1NumericString, cASN1ObjectId, cASN1OctetString, cASN1Primitive, cASN1PrintableString, cASN1Sequence, cASN1Set, cASN1T61String, cASN1UniversalString, cASN1UTCTime, cASN1UTF8String, cASN1VideotexString, class_tag_map, eASN1Error, eOSSLError, ID2SYM, id_each, INT2NUM, mASN1, mOSSL, name, ossl_asn1_decode(), ossl_asn1_decode_all(), OSSL_ASN1_DEFINE_CLASS, ossl_asn1_info_size, ossl_asn1_initialize(), ossl_asn1_traverse(), ossl_asn1cons_each(), ossl_asn1cons_to_der(), ossl_asn1data_initialize(), ossl_asn1data_to_der(), ossl_asn1eoc_initialize(), ossl_asn1obj_get_ln(), ossl_asn1obj_get_oid(), ossl_asn1obj_get_sn(), ossl_asn1obj_s_register(), ossl_asn1prim_to_der(), Qtrue, rb_ary_new(), rb_ary_store(), rb_attr(), rb_cObject, rb_define_alias(), rb_define_class_under(), rb_define_const(), rb_define_method(), rb_define_module(), rb_define_module_function(), rb_define_module_under(), rb_define_singleton_method(), rb_eStandardError, rb_global_variable(), rb_hash_aset(), rb_hash_new(), rb_include_module(), rb_intern, rb_intern_const, rb_mEnumerable, rb_str_new2, rb_undef_method(), sivINFINITE_LENGTH, sivTAG, sivTAG_CLASS, sivTAGGING, sivUNUSED_BITS, sivVALUE, sym_APPLICATION, sym_CONTEXT_SPECIFIC, sym_EXPLICIT, sym_IMPLICIT, sym_PRIVATE, and sym_UNIVERSAL.

Referenced by Init_openssl().

◆ int_ossl_asn1_decode0_cons()

static VALUE int_ossl_asn1_decode0_cons ( unsigned char **  pp,
long  max_len,
long  length,
long *  offset,
int  depth,
int  yield,
int  j,
int  tag,
VALUE  tc,
long *  num_read 
)
static

◆ int_ossl_asn1_decode0_prim()

static VALUE int_ossl_asn1_decode0_prim ( unsigned char **  pp,
long  length,
long  hlen,
int  tag,
VALUE  tc,
long *  num_read 
)
static

◆ int_ossl_decode_sanity_check()

static void int_ossl_decode_sanity_check ( long  len,
long  read,
long  offset 
)
static

Definition at line 956 of file ossl_asn1.c.

References eASN1Error, and ossl_raise().

Referenced by ossl_asn1_decode(), ossl_asn1_decode_all(), and ossl_asn1_traverse().

◆ join_der()

static VALUE join_der ( VALUE  enumerable)
static

Definition at line 703 of file ossl_asn1.c.

References id_each, join_der_i(), rb_block_call(), and rb_str_new().

Referenced by ossl_asn1cons_to_der(), and ossl_asn1data_to_der().

◆ join_der_i()

static VALUE join_der_i ( RB_BLOCK_CALL_FUNC_ARGLIST(i, str)  )
static

Definition at line 694 of file ossl_asn1.c.

References ossl_to_der_if_possible(), Qnil, rb_str_append(), and StringValue.

Referenced by join_der().

◆ num_to_asn1integer()

ASN1_INTEGER* num_to_asn1integer ( VALUE  obj,
ASN1_INTEGER *  ai 
)

◆ obj_to_asn1bool()

static ASN1_BOOLEAN obj_to_asn1bool ( VALUE  obj)
static

Definition at line 197 of file ossl_asn1.c.

References NIL_P, ossl_raise(), rb_eTypeError, and RTEST.

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1bstr()

static ASN1_BIT_STRING* obj_to_asn1bstr ( VALUE  obj,
long  unused_bits 
)
static

Definition at line 212 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), RSTRING_LENINT, RSTRING_PTR, and StringValue.

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1derstr()

static ASN1_STRING* obj_to_asn1derstr ( VALUE  obj)
static

Definition at line 307 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), ossl_to_der(), RSTRING_LENINT, and RSTRING_PTR.

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1gtime()

static ASN1_GENERALIZEDTIME* obj_to_asn1gtime ( VALUE  time)
static

Definition at line 287 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), and time_to_time_t().

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1int()

static ASN1_INTEGER* obj_to_asn1int ( VALUE  obj)
static

Definition at line 206 of file ossl_asn1.c.

References NULL, and num_to_asn1integer().

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1null()

static ASN1_NULL* obj_to_asn1null ( VALUE  obj)
static

Definition at line 241 of file ossl_asn1.c.

References eASN1Error, NIL_P, NULL, and ossl_raise().

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1obj()

static ASN1_OBJECT* obj_to_asn1obj ( VALUE  obj)
static

Definition at line 254 of file ossl_asn1.c.

References eASN1Error, ossl_raise(), PRIsVALUE, RSTRING_PTR, and StringValueCStr.

Referenced by ossl_asn1_get_asn1type(), and ossl_asn1obj_get_oid().

◆ obj_to_asn1str()

static ASN1_STRING* obj_to_asn1str ( VALUE  obj)
static

Definition at line 228 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), RSTRING_LENINT, RSTRING_PTR, and StringValue.

Referenced by ossl_asn1_get_asn1type().

◆ obj_to_asn1utime()

static ASN1_UTCTIME* obj_to_asn1utime ( VALUE  time)
static

Definition at line 267 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), and time_to_time_t().

Referenced by ossl_asn1_get_asn1type().

◆ ossl_asn1_class2sym()

static VALUE ossl_asn1_class2sym ( int  tc)
static

Definition at line 650 of file ossl_asn1.c.

References sym_APPLICATION, sym_CONTEXT_SPECIFIC, sym_PRIVATE, and sym_UNIVERSAL.

Referenced by ossl_asn1_decode0().

◆ ossl_asn1_decode()

static VALUE ossl_asn1_decode ( VALUE  self,
VALUE  obj 
)
static

◆ ossl_asn1_decode0()

static VALUE ossl_asn1_decode0 ( unsigned char **  pp,
long  length,
long *  offset,
int  depth,
int  yield,
long *  num_read 
)
static

◆ ossl_asn1_decode_all()

static VALUE ossl_asn1_decode_all ( VALUE  self,
VALUE  obj 
)
static

◆ ossl_asn1_default_tag()

static int ossl_asn1_default_tag ( VALUE  obj)
static

◆ ossl_asn1_get_asn1type()

ASN1_TYPE* ossl_asn1_get_asn1type ( VALUE  obj)

◆ ossl_asn1_initialize()

static VALUE ossl_asn1_initialize ( int  argc,
VALUE argv,
VALUE  self 
)
static

◆ ossl_asn1_is_explicit()

static int ossl_asn1_is_explicit ( VALUE  obj)
static

◆ ossl_asn1_tag()

static int ossl_asn1_tag ( VALUE  obj)
static

Definition at line 606 of file ossl_asn1.c.

References eASN1Error, NIL_P, NUM2INT, ossl_asn1_get_tag, and ossl_raise().

Referenced by ossl_asn1data_to_der().

◆ ossl_asn1_tag_class()

static int ossl_asn1_tag_class ( VALUE  obj)
static

◆ ossl_asn1_traverse()

static VALUE ossl_asn1_traverse ( VALUE  self,
VALUE  obj 
)
static

◆ ossl_asn1cons_each()

static VALUE ossl_asn1cons_each ( VALUE  self)
static

Definition at line 1292 of file ossl_asn1.c.

References id_each, ossl_asn1_get_value, and rb_block_call().

Referenced by Init_ossl_asn1().

◆ ossl_asn1cons_to_der()

static VALUE ossl_asn1cons_to_der ( VALUE  self)
static

◆ ossl_asn1data_initialize()

static VALUE ossl_asn1data_initialize ( VALUE  self,
VALUE  value,
VALUE  tag,
VALUE  tag_class 
)
static

◆ ossl_asn1data_to_der()

static VALUE ossl_asn1data_to_der ( VALUE  self)
static

◆ ossl_asn1eoc_initialize()

static VALUE ossl_asn1eoc_initialize ( VALUE  self)
static

◆ ossl_asn1obj_get_ln()

static VALUE ossl_asn1obj_get_ln ( VALUE  self)
static

Definition at line 1353 of file ossl_asn1.c.

References nid, ossl_asn1_get_value, Qnil, rb_str_new2, StringValueCStr, and val.

Referenced by Init_ossl_asn1().

◆ ossl_asn1obj_get_oid()

static VALUE ossl_asn1obj_get_oid ( VALUE  self)
static

Definition at line 1370 of file ossl_asn1.c.

References buf, obj_to_asn1obj(), ossl_asn1_get_value, rb_str_new2, and val.

Referenced by Init_ossl_asn1().

◆ ossl_asn1obj_get_sn()

static VALUE ossl_asn1obj_get_sn ( VALUE  self)
static

Definition at line 1332 of file ossl_asn1.c.

References nid, ossl_asn1_get_value, Qnil, rb_str_new2, StringValueCStr, and val.

Referenced by Init_ossl_asn1().

◆ ossl_asn1obj_s_register()

static VALUE ossl_asn1obj_s_register ( VALUE  self,
VALUE  oid,
VALUE  sn,
VALUE  ln 
)
static

Definition at line 1311 of file ossl_asn1.c.

References eASN1Error, NULL, ossl_raise(), Qtrue, RSTRING_PTR, and StringValueCStr.

Referenced by Init_ossl_asn1().

◆ ossl_asn1prim_to_der()

static VALUE ossl_asn1prim_to_der ( VALUE  self)
static

◆ time_to_time_t()

time_t time_to_time_t ( VALUE  time)

Definition at line 93 of file ossl_asn1.c.

References rb_Integer().

Referenced by obj_to_asn1gtime(), obj_to_asn1utime(), and ossl_x509_time_adjust().

Variable Documentation

◆ cASN1BitString

VALUE cASN1BitString

Definition at line 176 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1BMPString

VALUE cASN1BMPString

Definition at line 182 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Boolean

VALUE cASN1Boolean

Definition at line 174 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Constructive

VALUE cASN1Constructive

Definition at line 171 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), int_ossl_asn1_decode0_cons(), and ossl_asn1cons_to_der().

◆ cASN1Data

VALUE cASN1Data

◆ cASN1EndOfContent

VALUE cASN1EndOfContent

Definition at line 173 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Enumerated

VALUE cASN1Enumerated

Definition at line 175 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1GeneralizedTime

VALUE cASN1GeneralizedTime

Definition at line 185 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1GeneralString

VALUE cASN1GeneralString

Definition at line 181 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1GraphicString

VALUE cASN1GraphicString

Definition at line 180 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1IA5String

VALUE cASN1IA5String

Definition at line 180 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Integer

VALUE cASN1Integer

Definition at line 175 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1ISO64String

VALUE cASN1ISO64String

Definition at line 181 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Null

VALUE cASN1Null

Definition at line 183 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1NumericString

VALUE cASN1NumericString

Definition at line 178 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1ObjectId

VALUE cASN1ObjectId

Definition at line 184 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1OctetString

VALUE cASN1OctetString

Definition at line 177 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Primitive

VALUE cASN1Primitive

Definition at line 170 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), and ossl_asn1cons_to_der().

◆ cASN1PrintableString

VALUE cASN1PrintableString

Definition at line 178 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1Sequence

VALUE cASN1Sequence

Definition at line 186 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), and ossl_asn1cons_to_der().

◆ cASN1Set

VALUE cASN1Set

Definition at line 186 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), and ossl_asn1cons_to_der().

◆ cASN1T61String

VALUE cASN1T61String

Definition at line 179 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1UniversalString

VALUE cASN1UniversalString

Definition at line 182 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1UTCTime

VALUE cASN1UTCTime

Definition at line 185 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1UTF8String

VALUE cASN1UTF8String

Definition at line 177 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ cASN1VideotexString

VALUE cASN1VideotexString

Definition at line 179 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ class_tag_map

VALUE class_tag_map
static

Definition at line 509 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), and ossl_asn1_default_tag().

◆ eASN1Error

VALUE eASN1Error

◆ id_each

ID id_each
static

Definition at line 191 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), join_der(), and ossl_asn1cons_each().

◆ mASN1

VALUE mASN1

Definition at line 166 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), and ossl_x509attr_get_value().

◆ ossl_asn1_info

const ossl_asn1_info_t ossl_asn1_info[]
static

Definition at line 473 of file ossl_asn1.c.

◆ sivINFINITE_LENGTH

ID sivINFINITE_LENGTH
static

Definition at line 190 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ sivTAG

ID sivTAG
static

Definition at line 190 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ sivTAG_CLASS

ID sivTAG_CLASS
static

Definition at line 190 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ sivTAGGING

ID sivTAGGING
static

Definition at line 190 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ sivUNUSED_BITS

ID sivUNUSED_BITS
static

Definition at line 190 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), int_ossl_asn1_decode0_prim(), and ossl_asn1_get_asn1type().

◆ sivVALUE

ID sivVALUE
static

Definition at line 190 of file ossl_asn1.c.

Referenced by Init_ossl_asn1().

◆ sym_APPLICATION

VALUE sym_APPLICATION
static

◆ sym_CONTEXT_SPECIFIC

VALUE sym_CONTEXT_SPECIFIC
static

◆ sym_EXPLICIT

VALUE sym_EXPLICIT
static

Definition at line 188 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), and ossl_asn1_is_explicit().

◆ sym_IMPLICIT

VALUE sym_IMPLICIT
static

Definition at line 188 of file ossl_asn1.c.

Referenced by Init_ossl_asn1(), ossl_asn1_initialize(), and ossl_asn1_is_explicit().

◆ sym_PRIVATE

VALUE sym_PRIVATE
static

◆ sym_UNIVERSAL

VALUE sym_UNIVERSAL
static