aboutsummaryrefslogtreecommitdiffstats
path: root/openssl.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Ruby/OpenSSL 2.1.0v2.1.0ky/release-2.1.0Kazuki Yamaguchi2017-12-141-1/+1
|
* Ruby/OpenSSL 2.1.0.beta2v2.1.0.beta2ky/release-2.1.0.beta2Kazuki Yamaguchi2017-11-251-1/+1
|
* To use upstream url of githubSHIBATA Hiroshi2017-09-161-1/+1
|
* Ruby/OpenSSL 2.1.0.beta1v2.1.0.beta1ky/release-2.1.0.beta1Kazuki Yamaguchi2017-09-031-1/+1
|
* Merge branch 'maint'Kazuki Yamaguchi2017-08-081-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Ruby/OpenSSL 2.0.5 ssl: fix compile error with OpenSSL 1.0.0 ssl: remove unsupported TLS versions from SSLContext::METHODS Add msys2 library dependency tag in gem metadata ossl_pem_passwd_cb: handle nil from the block explicitly ossl_pem_passwd_cb: do not check for taintedness ossl_pem_passwd_cb: relax passphrase length constraint appveyor.yml: test against Ruby 2.4 Rakefile: install_dependencies: install only when needed bio: do not use the FILE BIO method in ossl_obj2bio() bio: prevent possible GC issue in ossl_obj2bio() test/test_ssl: allow 3DES cipher suites in test_sslctx_set_params
| * Ruby/OpenSSL 2.0.5v2.0.5Kazuki Yamaguchi2017-08-081-1/+1
| |
| * Add msys2 library dependency tag in gem metadataLars Kanis2017-07-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | RubyInstaller2 supports metadata tags for installation of dependent MSYS2/MINGW libraries. The openssl gem requires the mingw-openssl package to be installed on the system, which the gem installer takes care about, when this tag is set. The feature is documented here: https://github.com/oneclick/rubyinstaller2/wiki/For-gem-developers#msys2-library-dependency This fixes issues like https://github.com/oneclick/rubyinstaller2/issues/54 and https://github.com/oneclick/rubyinstaller2/issues/53 .
| * Ruby/OpenSSL 2.0.4v2.0.4Kazuki Yamaguchi2017-06-141-1/+1
| |
| * Ruby/OpenSSL 2.0.3v2.0.3Kazuki Yamaguchi2017-01-311-1/+1
| |
* | Start preparing for 2.1.0Kazuki Yamaguchi2016-12-211-1/+1
|/
* Ruby/OpenSSL 2.0.2v2.0.2Kazuki Yamaguchi2016-12-211-1/+1
|
* Ruby/OpenSSL 2.0.1v2.0.1Kazuki Yamaguchi2016-12-101-1/+1
|
* Ruby/OpenSSL 2.0.0v2.0.0Kazuki Yamaguchi2016-11-301-1/+1
|
* Relax development dependencyKazuki Yamaguchi2016-11-031-3/+3
|
* Ruby/OpenSSL 2.0.0.beta.2v2.0.0.beta.2Kazuki Yamaguchi2016-09-081-1/+1
|
* Ruby/OpenSSL 2.0.0.beta.1v2.0.0.beta.1Kazuki Yamaguchi2016-08-291-1/+1
|
* Update openssl.gemspecKazuki Yamaguchi2016-08-261-9/+7
| | | | Add me to authors and cleanup files.
* Add RDoc task to RakefileKazuki Yamaguchi2016-07-091-0/+1
|
* Try using 'Ruby' as license to silence the SPDX warningZachary Scott2016-02-021-1/+1
|
* Only support Ruby 2.3.0Zachary Scott2016-02-021-0/+2
|
* Add LibreSSL test supportZachary Scott2015-11-261-3/+2
| | | | | | | | | | | This takes advantage of zzak/ruby-openssl-docker@e26d90172 Since the build container has Ruby without stdlib openssl, when building the gem to install locally we can't require openssl. This means that the gemspec has to use static version constant. We also removed bundler from development.
* Compile extension on gem install.Martin Sidaway2015-11-151-0/+1
|
* Remove LOAD_PATH hacks from gemspecZachary Scott2015-09-231-2/+0
|
* Add license to gemspec and minimum dependency requirement for developmentZachary Scott2015-02-091-4/+5
| | | | Fixes #3
* OpenSSL::VERSION is already definedZachary Scott2014-11-211-1/+1
|
* Update authors, add summary and description, email and website shouldZachary Scott2014-10-281-5/+5
| | | | use ruby-lang.org.
* rake test works now.SHIBATA Hiroshi2014-10-271-0/+1
|
* added rake-compilerSHIBATA Hiroshi2014-10-271-5/+6
|
* licenseSHIBATA Hiroshi2014-10-271-1/+0
|
* bundle gem opensslSHIBATA Hiroshi2014-10-271-0/+23