aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl/test.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add a parameter to servernameSteven Fackler2017-12-281-1/+1
|
* Overhaul ALPNSteven Fackler2017-12-271-99/+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.
* Overhaul ssl errorSteven Fackler2017-12-261-0/+1298