summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-3116-82/+78
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-311-7/+5
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-313-11/+30
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-311-4/+4
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-312-13/+29
* openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe2016-05-311-2/+0
* ossl.c: suppress warningsnobu2016-05-311-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-319-70/+124
* openssl: don't test default session lifetime valuerhe2016-05-311-1/+0
* 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-312-0/+57
* openssl: fix test failure due to the previous commitrhe2016-05-311-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-311-22/+27
* test_random.rb: skip old OpenSSLnobu2016-05-311-1/+1
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-311-0/+4
* openssl/test_random.rb: requires utils.rbnobu2016-05-311-4/+1
* ossl_pkey_ec.c: index typesnobu2016-05-311-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-3135-108/+99
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-318-15/+26
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-312-67/+96
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-312-17/+89
* Use Integer instead of Fixnum and Bignum.akr2016-05-311-2/+2
* 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
* test_ssl.rb: skip unsupported ciphersnobu2016-05-311-1/+6
* test_ssl.rb: skip unavailable pkeysnobu2016-05-311-2/+3
* test_get_ephemeral_key: use assert_instance_ofnobu2016-05-311-1/+1
* openssl: Access to ephemeral TLS session keynobu2016-05-314-0/+47
* openssl: accept moving write buffer for write_nonblocknormal2016-05-312-1/+31
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-05-313-21/+24
* document OpenSSL::SSL::SSLContext#setup as MT-unsafenormal2016-05-311-2/+2
* test: use assert_not_*nobu2016-05-313-7/+7
* Fix typo on OpenSSL::PKey doc [ci skip]nobu2016-05-311-1/+1
* Add tool/sync-with-trunkKazuki Yamaguchi2016-05-311-0/+102
* Sync with Ruby trunkruby-trunk-ruby-openssl-import-pointreplace-localKazuki Yamaguchi2016-05-3012-0/+775
* Use zzak/ruby-openssl-docker@b32c28dbce0c1a4b62f2d9d7f351ea9e6a67d801Zachary Scott2016-03-041-2/+5
* Try using 'Ruby' as license to silence the SPDX warningZachary Scott2016-02-021-1/+1
* We can remove this condition since we don't support/test Ruby < 2.3Zachary Scott2016-02-021-1/+1
* Only support Ruby 2.3.0Zachary Scott2016-02-021-0/+2
* Merge ruby/ruby@6cf568f4b56dcafc5c0fe84df2c0d2491fb0c62bZachary Scott2016-02-021-1/+1
* Merge ruby/ruby@a50ba967793b7fe107a6c38e00019d72740871b6 and ruby/ruby@4973ef...Zachary Scott2016-02-021-3/+3
* Upstream ruby/ruby@14920f93c94ed9dd0dc30892df8d10d5c47d6308Zachary Scott2016-02-021-0/+14
* Merge ruby/ruby@10eef96df4985d6e69f280b6ced4c567c20b5ca0Zachary Scott2016-02-021-1/+12
* Sync trunkZachary Scott2016-02-0231-1/+34
* Fix build for 1.0.2fZachary Scott2016-02-021-1/+1
* Bump libressl and openssl version to match zzak/ruby-openssl-docker@d56418781...Zachary Scott2016-02-021-8/+6
* Print out OPENSSL_LIBRARY_VERSION before testsZachary Scott2016-01-191-0/+5
* Move "Updating from trunk" doc to a rake task `:sync` [ci skip]Zachary Scott2016-01-182-9/+9
* LibreSSL 2.1 and 2.2 are passingZachary Scott2016-01-181-2/+0
* Update build env to reflect changes in ruby-openssl-dockerZachary Scott2016-01-171-5/+9