| 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. | ||||
| * | Add DH::from_pem() to load DH parameters from a file | Frank Denis | 2015-09-13 | 1 | -0/+8 |
| | | |||||
| * | Fix openssl source link in tests | Steven Fackler | 2015-08-15 | 1 | -1/+1 |
| | | |||||
| * | Make curl follow redirects | Steven Fackler | 2015-07-23 | 1 | -1/+1 |
| | | |||||
| * | Add a test that checks whether 3 known subject attributes can be retrieved ↵ | Jethro Beekman | 2015-06-30 | 1 | -0/+12 |
| | | | | | by NID | ||||
| * | Revert "Don't build a custom openssl on OSX" | Steven Fackler | 2015-06-30 | 1 | -0/+10 |
| | | | | | | | This reverts commit 645430602d0f4d56c6ab153b68a11c6be6d8b183. We actually need 1.0.2 for DTLSv1.2 and ALPN | ||||
| * | 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. | ||||
| * | Don't build a custom openssl on OSX | Steven Fackler | 2015-06-27 | 1 | -10/+0 |
| | | | | | I don't believe the bugfix the required this is needed anymore | ||||
| * | Add a test for connection negotiation failure | Steven Fackler | 2015-06-25 | 1 | -0/+1 |
| | | |||||
| * | Test reading CN from test certificate | Joseph Glanville | 2015-05-18 | 2 | -47/+49 |
| | | |||||
| * | Clean up build infrastructure | Steven Fackler | 2015-04-08 | 2 | -8/+20 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix stuff | Steven Fackler | 2015-02-07 | 2 | -0/+49 |
| | | |||||
| * | Build fixes | Steven Fackler | 2015-02-07 | 2 | -49/+0 |
| | | |||||
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 2 | -0/+49 |