aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl/extconf.rb: check with -Werror=deprecated-declarationsNobuyoshi Nakada2019-12-052-1/+21
* ext/openssl/extconf.rb: do not use -Werror=deprecated-declarationsYusuke Endoh2019-12-052-16/+1
* [ruby/openssl] Remove taint supportJeremy Evans2019-11-183-11/+0
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-182-0/+10
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-182-10/+0
* Prefer rb_gc_register_mark_objectNobuyoshi Nakada2019-10-101-1/+1
* Guard static variable firstNobuyoshi Nakada2019-10-101-1/+1
* ext/openssl/ossl_ssl.c: Use const declaration if LibreSSL >= 2.8.0Yusuke Endoh2019-10-051-1/+1
* Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...Jeremy Evans2019-09-261-4/+13
* drop-in type check for rb_define_module_function卜部昌平2019-08-291-1/+1
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-271-1/+1
* Remove dependency on `openssl/conf_api.h`Dmitry Petrashko2019-08-041-1/+0
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+31
* Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-07-131-20/+20
* Drop fossil rubygems supportNobuyoshi Nakada2019-07-131-23/+5
* Removed stub lines from gemspec filesNobuyoshi Nakada2019-07-131-2/+0
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-2/+5
* * expand tabs.svn2019-04-101-2/+2
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-5/+2
* * expand tabs.svn2019-04-101-2/+2
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-2/+5
* Removed moving toplevel header since r12501nobu2019-02-081-31/+31
* errno.h must be included after config.h because config.h might defineodaira2018-11-211-1/+1
* Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu2018-11-011-1/+1
* openssl: sync with upstream repositoryrhe2018-10-184-6/+41
* Suppress more -Wparentheses warningsnobu2018-09-212-2/+4
* * expand tabs.svn2018-09-212-6/+6
* Remove -Wno-parentheses flag.nobu2018-09-213-7/+7
* needs openssl/opensslv.hnobu2018-08-081-1/+1
* openssl: sync with upstream repositoryrhe2018-08-089-33/+51
* reduce LibreSSL warningsnobu2018-07-291-0/+4
* openssl_missing.h: constifiednobu2018-06-171-2/+2
* Workaround for old LibreSSLnobu2018-05-301-0/+3
* openssl: merge changes in v2.1.1rhe2018-05-125-6/+25
* openssl: search winsocknobu2018-03-021-1/+3
* search winsock libraries explicitlynobu2018-03-021-0/+1
* no ID cache in Init functionsnobu2018-02-169-0/+9
* openssl/buffering.rb: no RS when outputnobu2018-01-251-5/+3
* openssl: import v2.1.0rhe2017-12-146-93/+113
* openssl: import v2.1.0.beta2rhe2017-11-2520-103/+662
* openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe2017-11-251-14/+2
* multiple arguments to writenobu2017-10-231-1/+2
* openssl: merge test fix from upstreamrhe2017-10-211-0/+4
* fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse2017-10-211-2/+15
* Use caller with length to reduce unused stringskazu2017-10-211-1/+1
* openssl: import e72d960db262rhe2017-09-246-40/+84
* To use github url for gemspec.hsbt2017-09-151-1/+1
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-1/+1
* openssl: import v2.1.0.beta1rhe2017-09-0359-1900/+1823