aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* drop OpenSSL 0.9.6/0.9.7 supportfeature/openssl-110-oldKazuki Yamaguchi2016-04-211-56/+15
* wip wip wipKazuki Yamaguchi2016-04-211-4/+5
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* openssl: use RB_GC_GUARD instead of volatilenormal2015-05-271-3/+6
* ossl_asn1.c: [DOC] Fix typo [skip ci]nobu2015-05-271-1/+1
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_asn1.c: fix docnobu2015-02-211-1/+1
* [DOC] Backport ruby/openssl@86eb721 [ci skip]zzak2015-02-211-9/+13
* protoize no-arguments functionsnobu2014-09-301-1/+1
* openssl: constifynobu2014-08-031-2/+2
* ossl_asn1.c: fix undefined behaviornobu2014-04-241-1/+1
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-2/+2
* * ext/win32ole/sample/olegen.rb: Fix typoa_matsuda2013-12-111-1/+1
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* Squashed commit of the following:nagachika2013-11-131-1/+1
* * ext/openssl/ossl_asn1.c: [DOC] Document parts ofzzak2013-11-131-0/+39
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-3/+10
* remove trailing spaces.nobu2012-09-041-2/+2
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-3/+11
* avoid rdoc's warnings.naruse2012-02-251-0/+4
* * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss2012-02-081-1/+1
* * ext/openssl/ossl_asn1.c: get rid of potential overflow.nobu2011-11-151-11/+11
* * whitespace cleanup.nobu2011-11-041-1/+1
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-4/+14
* * ext/openssl/ossl_asn1.c: remove unused variable.emboss2011-09-231-4/+0
* * ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki2011-08-071-2/+1
* * sytle fixes.nobu2011-06-301-2/+2
* * ext/openssl/extconf.rbemboss2011-06-261-10/+23
* * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss2011-05-231-9/+13
* * ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss2011-05-221-2/+5
* * ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss2011-05-221-0/+6
* * ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss2011-05-221-134/+226
* * ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss2011-05-221-7/+9
* * ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss2011-05-221-31/+40
* * ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundantemboss2011-05-221-4/+3
* * ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss2011-05-221-13/+21
* * ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss2011-05-221-23/+23
* * ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi2011-05-221-6/+8
* * ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss2011-05-221-7/+35
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-1/+1
* * ext/openssl/ossl_asn1.c: Fix more typos. Document attributesemboss2011-05-161-150/+156
* * ext/openssl/ossl_asn1.c: fix typos and remove trailing spacesnagachika2011-05-161-48/+48
* Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-151-1/+496
* * remove trailing spaces.nobu2011-05-151-1/+1
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-22/+23
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+3
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-27/+120
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * backport r29071 from ruby_1_8;nahi2010-08-231-0/+4