aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-4/+20
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* openssl: wrapper object before allocnobu2015-05-291-14/+28
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_pkcs7.c: typed datanobu2014-12-121-2/+16
* ossl_pkcs7.c: typed datanobu2014-12-121-2/+16
* ossl_pkcs7.c: typed datanobu2014-12-121-2/+16
* protoize no-arguments functionsnobu2014-09-301-1/+1
* openssl: constifynobu2014-08-031-5/+4
* ossl_pkcs7.c: consider lengthnobu2014-08-031-5/+5
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+4
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-031-1/+1
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-2/+2
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-3/+6
* * sytle fixes.nobu2011-06-301-1/+1
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-1/+3
* cancel subversion backfire. sorrymatz2011-03-071-19/+19
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-19/+19
* * ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.akr2011-02-281-19/+19
* * ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),wanabe2010-09-261-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-5/+5
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-281-10/+30
* * ext/openssl: suppress warnings.nobu2008-07-221-5/+7
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-051-15/+39
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-261-0/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-2/+2
* * ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo2005-09-071-16/+152
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-9/+8
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-111-0/+80
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-37/+42
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-2/+0
* * ext/openssl/extconf.rb: add check for BN_rand_range() andgotoyuzo2003-07-251-2/+2
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+775