summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_asn1.c
AgeCommit message (Expand)Author
2011-05-23* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss
2011-05-22* ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundantemboss
2011-05-22* ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss
2011-05-22* ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss
2011-05-22* ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi
2011-05-22* ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-16* ext/openssl/ossl_asn1.c: Fix more typos. Document attributesemboss
2011-05-16 * ext/openssl/ossl_asn1.c: fix typos and remove trailing spacesnagachika
2011-05-15Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-15* remove trailing spaces.nobu
2011-03-24* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2010-12-14* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa
2010-12-11* ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove
2010-12-06Add toplevel documentation for OpenSSLdrbrain
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2008-07-31* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu
2008-07-22* ext/openssl: suppress warnings.nobu
2008-02-26* ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama
2007-03-12* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu
2007-01-04* ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-04-29* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-09-07* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo
2005-06-19* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo
2004-07-14* ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo
2004-05-24* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2003-12-04 * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo
2003-10-06* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-03* ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo
2003-09-12OpenSSL updatemichal