aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src/ssl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support the client hello callbackSteven Fackler2018-09-151-1/+49
|
* Support libressl 2.8.0Steven Fackler2018-09-121-9/+24
| | | | Closes #988
* Refactor openssl-sysSteven Fackler2018-09-121-0/+1214
The old layout tried to structure itself by version but it ended up with a lot of duplication. Instead, follow the structure of the header files.