aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_x509store.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-2.2'Kazuki Yamaguchi2021-02-251-5/+14
|\
| * x509store: fix memory leak in X509::StoreContext.newky/x509stctx-new-fix-leakKazuki Yamaguchi2020-08-121-5/+16
| * Merge branch 'maint-2.0' into maintKazuki Yamaguchi2020-03-091-2/+0
| |\
| | * Remove taint supportJeremy Evans2020-02-241-2/+0
* | | x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi2020-08-121-13/+113
* | | x509store: avoid ossl_raise() calls with NULL messageKazuki Yamaguchi2020-08-121-19/+14
* | | x509store: refactor X509::StoreContext#chainKazuki Yamaguchi2020-08-121-18/+5
* | | x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi2020-08-121-1/+2
* | | x509store: let X509::Store#add_file raise TypeError if nil is givenKazuki Yamaguchi2020-08-121-16/+12
* | | Remove taint supportJeremy Evans2019-10-201-2/+0
|/ /
* | Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-08-081-0/+1
|\|
| * no ID cache in Init functionsnobu2018-08-081-0/+1
* | Merge branch 'maint'bpointKazuki Yamaguchi2017-06-141-0/+9
|\|
| * x509store: clear error queue after calling X509_LOOKUP_load_file()Kazuki Yamaguchi2017-06-141-0/+9
* | Remove unused functions and macrosKazuki Yamaguchi2017-05-221-22/+0
* | Remove SafeGet*() macrosKazuki Yamaguchi2017-05-021-11/+3
* | Fix RDoc markuptopic/fix-rdoc-markupKazuki Yamaguchi2017-02-241-12/+13
|/
* Move verify_callback stuff to ossl_x509store.cKazuki Yamaguchi2016-10-281-25/+83
* Avoid using *2FIX() where we don't know if it really fits in FixnumKazuki Yamaguchi2016-08-221-2/+2
* x509store: fixup documentationtopic/fixup-docsKazuki Yamaguchi2016-08-221-32/+169
* Implement missing initialize_copytopic/fix-initialize-copyKazuki Yamaguchi2016-08-041-0/+2
* Refactor common verify callback codeKazuki Yamaguchi2016-07-101-1/+15
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-1/+2
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-8/+14
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-091-1/+1
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-29/+0
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-4/+4
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-311-2/+2
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-5/+11
* Sync with ruby trunkZachary Scott2015-09-231-1/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-8/+16
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Sync with ruby trunkZachary Scott2015-01-051-6/+31
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+677