aboutsummaryrefslogtreecommitdiff
path: root/openssl/test/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enable testing on Windows via AppVeyorAlex Crichton2015-09-221-21/+0
| | | | | | | This abolishes the test.sh script which spawns a bunch of `openssl` instances to instead run/manage the binary in-process (providing more isolation to boot). The tests have been updated accordingly and the `connected_socket` dependency was also dropped in favor of `net2` as it the former doesn't work on Windows.
* ssl: support ALPNCody P Schafer2015-06-291-1/+1
| | | | | | | | | | Heavily based on the existing NPN wrapping code. Naming of public functions is identical to the NPN ones with `s/npn/alpn/` applied to prevent devs from needing to remember 2 names (and to let my copy the npn tests and perform the subistution to generate the apln tests). It might make sense to (at some point) use macros or a trait to cut down the duplication.
* Add a test for connection negotiation failureSteven Fackler2015-06-251-0/+1
|
* Clean up build infrastructureSteven Fackler2015-04-081-8/+10
|
* Fix preemtively exiting openssl dtls server for testsManuel Schölling2015-04-061-4/+6
|
* Debug halteproblem with testsManuel Schölling2015-04-061-1/+4
|
* Fix travis test setup for DTLSManuel Schölling2015-04-061-0/+13