aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed documentation stringValerii Hiora2014-09-171-1/+1
|
* Allow to set cert/key pairValerii Hiora2014-09-171-7/+38
|
* Remove failing constructor wrappersSteven Fackler2014-09-051-23/+6
|
* Merge pull request #39 from andrew-d/andrew-support-tls-sniSteven Fackler2014-09-051-10/+38
|\ | | | | Allow setting hostname to support TLS-SNI
| * Make Ssl public, add new constructor to SslStream that takes an Ssl instanceAndrew Dunham2014-09-041-10/+15
| |
| * Allow setting hostname to support TLS-SNIAndrew Dunham2014-09-041-0/+23
| |
* | Merge pull request #38 from andrew-d/andrew-get-compressionSteven Fackler2014-09-041-0/+16
|\ \ | | | | | | Allow getting the compression used in a connection
| * | Allow getting the compression used in a connectionAndrew Dunham2014-09-041-0/+16
| |/
* | Merge pull request #37 from andrew-d/andrew-fix-lintsSteven Fackler2014-09-041-1/+1
|\ \ | | | | | | Fix lints for non snake-case functions
| * | Fix lints for non snake-case functionsAndrew Dunham2014-09-041-1/+1
| |/
* / Derive things on SslMethodAndrew Dunham2014-09-041-0/+1
|/
* Shift directory structureSteven Fackler2014-08-031-0/+541