aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/ffi.rs
Commit message (Collapse)AuthorAgeFilesLines
* single `ffi` moduleValerii Hiora2014-09-301-117/+0
|
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-83/+8
| | | Required quite a lot of refactoring
* TLS 1_1, 1_2, Ssl 2 is enabled by featuresValerii Hiora2014-09-231-3/+6
|
* Enabling TLS1.2 supportValerii Hiora2014-09-231-0/+11
| | | | | | | Unfortunately OS X comes with 0.9.8 bundled. There is a way to install a recent version through homebrew, however it is extremely hard to make it link agains brewed version without tricking link version
* Get certificate fingerprintValerii Hiora2014-09-201-1/+3
|
* Allow to set cert/key pairValerii Hiora2014-09-171-0/+7
|
* Merge pull request #39 from andrew-d/andrew-support-tls-sniSteven Fackler2014-09-051-0/+6
|\ | | | | Allow setting hostname to support TLS-SNI
| * Allow setting hostname to support TLS-SNIAndrew Dunham2014-09-041-0/+6
| |
* | Allow getting the compression used in a connectionAndrew Dunham2014-09-041-0/+4
|/
* Shift directory structureSteven Fackler2014-08-031-0/+159