aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc fixes and feature mentionsValerii Hiora2014-10-081-5/+7
|
* Revert "Fix #65: failing test case"Steven Fackler2014-10-071-1/+1
|
* Merge pull request #66 from jroesch/fix-failing-testSteven Fackler2014-10-071-1/+1
|\ | | | | Fix #65: failing test case
| * Fix #65: failing test caseJared Roesch2014-10-061-1/+1
| |
* | Using `Path`s instead of plain stringsValerii Hiora2014-10-071-3/+3
|/ | | Refs #45
* Load crypto error stringsJared Roesch2014-10-051-1/+2
|
* Make errors human readableJared Roesch2014-10-051-0/+1
| | | | Change error messages from numeric codes to human readable strings. This makes debugging failures much easier.
* Changes made to support 0.12.0-dev ( October 2, 2014 )D.K2014-10-041-1/+1
|
* Simpler setter for verify with dataValerii Hiora2014-10-041-2/+4
| | | | | There is no need in wrapping function in option as there is no sense in providing data without function.
* User-provided data in verifyValerii Hiora2014-10-021-1/+82
|
* Fixed mut_null deprecation warningsValerii Hiora2014-09-301-1/+1
|
* single `ffi` moduleValerii Hiora2014-09-301-6/+6
|
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-226/+22
| | | Required quite a lot of refactoring
* TLS 1_1, 1_2, Ssl 2 is enabled by featuresValerii Hiora2014-09-231-2/+6
|
* Enabling TLS1.2 supportValerii Hiora2014-09-231-1/+6
| | | | | | | 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/+25
|
* Merge pull request #47 from vhbit/cert-key-authSteven Fackler2014-09-191-7/+38
|\ | | | | Allow to set cert/key pair
| * Fixed documentation stringValerii Hiora2014-09-171-1/+1
| |
| * Allow to set cert/key pairValerii Hiora2014-09-171-7/+38
| |
* | Update for rust rfc 52 changesMichael Gehring2014-09-171-4/+4
|/
* 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