aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_x509store.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Remove taint supportJeremy Evans2019-11-181-2/+0
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-0/+2
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-2/+0
* no ID cache in Init functionsnobu2018-02-161-0/+1
* openssl: import v2.1.0.beta1rhe2017-09-031-44/+15
* openssl: import v2.0.4rhe2017-06-141-0/+9
* openssl: import v2.0.0rhe2016-11-301-25/+83
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-35/+189
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-8/+14
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-051-1/+1
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-29/+0
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-231-4/+4
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-191-2/+2
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-5/+11
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* openssl: wrapper object before allocnobu2015-05-291-8/+16
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_x509store.c: typed datanobu2014-12-131-4/+15
* ossl_x509store.c: typed datanobu2014-12-131-2/+16
* protoize no-arguments functionsnobu2014-09-301-1/+1
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-1/+1
* use INT2FIX(0) instead of INT2NUM(0).kazu2013-03-051-3/+3
* * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain2012-10-021-0/+26
* * ext/openssl/ossl_x509store.c: Add class documentation fordrbrain2012-02-021-0/+39
* * ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT becausenaruse2011-03-241-4/+4
* * ext/openssl/ossl_x509store.c: parenthesize macro arguments.akr2011-03-201-12/+12
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-091-12/+0
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-15/+15
* * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame2010-03-261-0/+1
* * include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu2009-08-141-2/+2
* * include/ruby/signal.h: removed.ko12008-09-031-1/+0
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu2008-05-291-1/+1
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-051-0/+11
* * ruby.h (struct RString): embed small strings.matz2006-08-311-2/+2
* * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo2005-08-221-3/+10
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo2005-05-271-12/+7
* * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo2005-02-111-0/+12
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-10/+23
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-3/+30
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-2/+0
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+561