| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable testing on Windows via AppVeyor | Alex Crichton | 2015-09-22 | 1 | -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 ALPN | Cody P Schafer | 2015-06-29 | 1 | -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 failure | Steven Fackler | 2015-06-25 | 1 | -0/+1 |
| | | |||||
| * | Clean up build infrastructure | Steven Fackler | 2015-04-08 | 1 | -8/+10 |
| | | |||||
| * | Fix preemtively exiting openssl dtls server for tests | Manuel Schölling | 2015-04-06 | 1 | -4/+6 |
| | | |||||
| * | Debug halteproblem with tests | Manuel Schölling | 2015-04-06 | 1 | -1/+4 |
| | | |||||
| * | Fix travis test setup for DTLS | Manuel Schölling | 2015-04-06 | 1 | -0/+13 |