Skip to content
Mike Bland edited this page Jun 27, 2014 · 4 revisions

OpenSSL testing fork

This is Mike Bland's fork of OpenSSL used for unit/automated testing work. The main documentation for this effort is rooted at the Unit Testing page on the OpenSSL wiki. Discussion takes place on the openssl-testing Google Group mailing list.

Build status

The current build status of the solano-ci branch is:

Branch info

tests - This is the default branch for this fork, the one against which pull requests should be made. Changes to this branch will be pushed upstream to the master OpenSSL repository.

solano-ci - This is the branch used for the continuous build hosted by Solano Labs. It will be continuously rebased on OpenSSL's master branch; the most significant file is tddium.yml. When the build is more fully developed and people are happy with it, we will hopefully push the configuration from this branch upstream and reconfigure the build to work directly with the master repo.

test-util - Contains development scripts to help with OpenSSL test development that haven't yet been checked into the master repo. See Testing and Development Tools and Tips on the OpenSSL wiki for more info.

All other branches are for my personal use. Some details of what I'm working on in each can be found on the Mike's branches page.

Clone this wiki locally