| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |