aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_x509ext.c
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-13/+0
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* openssl: wrapper object before allocnobu2015-05-291-6/+12
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_x509ext.c: typed datanobu2014-12-121-3/+11
* ossl_x509ext.c: typed datanobu2014-12-121-2/+16
* protoize no-arguments functionsnobu2014-09-301-1/+1
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-1/+1
* * ext/openssl/ossl_x509ext.c: parenthesize macro arguments.akr2011-03-151-11/+11
* * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki2010-12-141-1/+1
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-041-0/+12
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-5/+5
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-10/+10
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-181-3/+3
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu2009-03-131-3/+3
* * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz2008-08-301-0/+1
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu2008-08-301-2/+4
* * ext/openssl: suppress warnings.nobu2008-07-221-6/+5
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-201-0/+1
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-11/+11
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-221-4/+20
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-3/+4
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo2004-08-231-3/+3
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-151-2/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo2003-11-011-5/+5
* * ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo2003-10-031-0/+4
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argumentgotoyuzo2003-09-201-0/+2
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-64/+48
* * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo2003-09-081-7/+26
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-4/+86
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+345