aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl/test.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename key serialization/deserialization methodsSteven Fackler2018-01-061-2/+2
| | | | | | Also document their specific formats. Closes #502
* Move X509Filetype to SslFiletypeSteven Fackler2018-01-011-22/+22
| | | | | | These constants have the same values, but X509_FILETYPE_DEFAULT doesn't work in the Ssl methods and using the SSL_* names is a bit less confusing.
* 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