| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust the SNI callback | Steven Fackler | 2018-01-06 | 1 | -12/+7 |
| | | | | | Brings it more in line with how the raw callback is structured. | ||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -4/+5 |
| | | | | | Closes #790 | ||||
| * | Overhaul ALPN | Steven Fackler | 2017-12-27 | 1 | -81/+23 |
| | | | | | | | | | There was previously a lot of behind the scenes magic. We now bind much more directly to the relevant functions. Also remove APN support. That protocol is supersceded by ALPN - let's see if anyone actually needs to use it. | ||||
| * | Drop Any bounds | Steven Fackler | 2017-12-26 | 1 | -10/+8 |
| | | |||||
| * | Remove deprecated APIs | Steven Fackler | 2017-12-25 | 1 | -1/+1 |
| | | |||||
| * | Fix a bunch of FIXMEs | Steven Fackler | 2017-12-25 | 1 | -9/+8 |
| | | |||||
| * | Fix build | Steven Fackler | 2017-07-15 | 1 | -0/+2 |
| | | |||||
| * | Move callbacks to a submodule | Steven Fackler | 2017-07-15 | 1 | -0/+337 |