aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-316-26/+21
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-311-0/+1
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-311-0/+4
* ossl_pkey_ec.c: index typesnobu2016-05-311-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-318-31/+56
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-318-15/+26
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-311-54/+64
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-311-13/+77
* openssl/extconf.rb: NO SSL macros firstnobu2016-05-311-8/+10
* * ext/openssl/extconf.rb: asume it doesn't have SSLv2 relatednaruse2016-05-311-0/+2
* openssl: Access to ephemeral TLS session keynobu2016-05-312-0/+23
* openssl: accept moving write buffer for write_nonblocknormal2016-05-311-1/+2
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-05-312-20/+21
* document OpenSSL::SSL::SSLContext#setup as MT-unsafenormal2016-05-311-2/+2
* Fix typo on OpenSSL::PKey doc [ci skip]nobu2016-05-311-1/+1
* Sync trunkZachary Scott2016-02-021-0/+3
* Merge pull request #41 from ruby/sync-upstreamSHIBATA Hiroshi2016-01-0610-26/+30
|\
| * sync code from upstreamSHIBATA Hiroshi2015-12-3010-26/+30
* | removed environment dependency fileSHIBATA Hiroshi2015-12-302-330/+0
|/
* Commit missZachary Scott2015-11-131-1/+1
* Merge pull request #31 from ruby/ruby-bug-10735Zachary Scott2015-11-131-1/+4
|\
| * Apply patch @viktorium to dispose of context after signingZachary Scott2015-04-131-1/+4
* | Skip anon cipher test if constant is unavailable, as with OpenSSL < 1.2Zachary Scott2015-11-131-0/+6
* | Merge trunk upstreamZachary Scott2015-11-136-48/+54
* | Sync with ruby trunkZachary Scott2015-09-2351-425/+146
* | Remove svn artifact by mistake :bomb:Zachary Scott2015-09-231-2325/+0
* | Upstream ruby/ruby@7c413b5 fixes #19Zachary Scott2015-07-221-1/+1
* | fix tests bu not setting the string instance on the frozen objecttenderlove2015-07-221-1/+0
* | * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-221-0/+63
* | * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-222-4/+104
* | extconf.h should not be checked inAaron Patterson2015-07-221-71/+0
* | Add note regarding compiling openssl on OSXZachary Scott2015-07-121-0/+14
* | Upstream ruby/ruby@c18df6d87cb1a26f596218beb8099c709e30aaf4Zachary Scott2015-06-032-12/+2347
* | Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-0323-124/+226
* | Upstream ruby/ruby@9fbf488 from r50646Zachary Scott2015-06-031-3/+6
* | Upstream ruby/ruby@bea4ccb from r50643Zachary Scott2015-06-031-1/+1
* | Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-0450-50/+50
* | Apply ruby/ruby@038c0e5a804f1736e884f6741b9d7e84606580d7 to remove warningsZachary Scott2015-05-041-1/+1
|/
* Upstream the following commits from trunk ruby:Zachary Scott2015-03-256-86/+214
* Apply documentation fixes from ruby/ruby#834, patch by @vbattsZachary Scott2015-02-212-24/+50
* Sync with ruby trunkZachary Scott2015-01-0524-113/+507
* import ruby trunkSHIBATA Hiroshi2014-10-2758-0/+22754