aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Collapse)AuthorAgeFilesLines
* Add install_dependencies rake task that installs testing dependenciestopic/rake-install-dependenciesKazuki Yamaguchi2016-11-061-10/+1
| | | | | | | | Parse the dependency gems from openssl.gemspec and install them. This is extracted from tool/ruby-openssl-docker/init.sh. .travis.yml, appveyor.yml and CONTRIBUTING.md are also updated to use the new task.
* Drop support for LibreSSL < 2.3topic/docker-image-updateKazuki Yamaguchi2016-10-171-13/+1
| | | | | | | | | | | | | | | | | We have changed the support policy for LibreSSL: we now support only maintained stable branches. Quoting from libressl.org[1]: > LibreSSL transitions to a new stable release branch every 6 months in > coordination with the OpenBSD development schedule. LibreSSL stable > branches are updated for 1 year after their corresponding OpenBSD > branch is tagged for release. So, LibreSSL 2.2, which was shipped by OpenBSD 5.8 released on 2015-08, is no longer supported officially by the OpenBSD team. [1] http://www.libressl.org/releases.html
* ruby-openssl-docker: update OpenSSL/LibreSSLKazuki Yamaguchi2016-10-172-13/+20
|
* tool/sync-with-trunk: rebase onto the last merge commit rather than HEADKazuki Yamaguchi2016-09-171-15/+18
| | | | This fixes disappearing of commits which are also in this tree.
* ruby-openssl-docker: use OpenSSL 1.1.0Kazuki Yamaguchi2016-08-261-2/+2
|
* Merge branch 'topic/gh-pages-rdoc'Kazuki Yamaguchi2016-08-182-1/+23
|\ | | | | | | | | | | | | * topic/gh-pages-rdoc: Fix RDoc main page tool/sync-with-trunk: ignore openssl.gemspec in Ruby tree Add tool/update-gh-pages
| * tool/sync-with-trunk: ignore openssl.gemspec in Ruby treeKazuki Yamaguchi2016-08-181-1/+1
| |
| * Add tool/update-gh-pagesKazuki Yamaguchi2016-08-181-0/+22
| | | | | | | | A shell script to generate RDoc HTML and update gh-pages branch.
* | Merge zzak/ruby-openssl-docker repositorytopic/merge-ruby-openssl-dockerKazuki Yamaguchi2016-08-173-0/+126
|/
* Add tool/sync-with-trunkKazuki Yamaguchi2016-05-311-0/+102
Add a helper script to merge changes from Ruby trunk.