aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl/callbacks.rs
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the SNI callbackSteven Fackler2018-01-061-12/+7
| | | | Brings it more in line with how the raw callback is structured.
* Parameterize keys over what they containSteven Fackler2017-12-301-4/+5
| | | | Closes #790
* Overhaul ALPNSteven Fackler2017-12-271-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 boundsSteven Fackler2017-12-261-10/+8
|
* Remove deprecated APIsSteven Fackler2017-12-251-1/+1
|
* Fix a bunch of FIXMEsSteven Fackler2017-12-251-9/+8
|
* Fix buildSteven Fackler2017-07-151-0/+2
|
* Move callbacks to a submoduleSteven Fackler2017-07-151-0/+337