aboutsummaryrefslogtreecommitdiff
path: root/src/ssl
Commit message (Expand)AuthorAgeFilesLines
* Sync is now part of the standard libraryAndor Uhlár2014-11-261-1/+1
* Allow access to the underlying streamSteven Fackler2014-11-251-0/+9
* Fix deprecation warningSteven Fackler2014-11-241-2/+1
* ssl: add get_peer_certificate()Cody P Schafer2014-11-241-1/+12
* Replace an expired cert with a new one to make tests happyGleb Kozyrev2014-11-201-1/+1
* Baseline server supportCody P Schafer2014-11-191-13/+24
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-172-12/+14
* Impl Error for SslErrorSteven Fackler2014-11-161-1/+22
* Update to work with change in TcpStream apiCody P Schafer2014-11-071-13/+13
* fail! -> panic!Michael Gehring2014-10-302-10/+10
* Cert loading from PEM & restructuring Valerii Hiora2014-10-151-51/+6
* Correct init mutexes and locking functionValerii Hiora2014-10-141-22/+1
* ssl: allow setting cipher listCody P Schafer2014-10-131-0/+8
* Refactor init and error handling codeJared Roesch2014-10-112-21/+31
* BN_is_zero as a Rust functionValerii Hiora2014-10-091-13/+0
* Minor doc fixes and feature mentionsValerii Hiora2014-10-081-5/+7
* Revert "Fix #65: failing test case"Steven Fackler2014-10-072-2/+2
* Merge pull request #66 from jroesch/fix-failing-testSteven Fackler2014-10-072-2/+2
|\
| * Fix #65: failing test caseJared Roesch2014-10-062-2/+2
* | Merge pull request #67 from vhbit/membio-eofSteven Fackler2014-10-071-1/+17
|\ \
| * | Fixed incorrect EOF handling in MemBio, added error descriptionValerii Hiora2014-10-071-1/+17
* | | Merge pull request #71 from vhbit/path-izationSteven Fackler2014-10-072-7/+7
|\ \ \ | |/ / |/| |
| * | Using `Path`s instead of plain stringsValerii Hiora2014-10-072-7/+7
| |/
* / Potential fix for #68Valerii Hiora2014-10-071-0/+13
|/
* Ignore error string textSteven Fackler2014-10-051-0/+1
* Load crypto error stringsJared Roesch2014-10-051-1/+2
* Fix error messagesJared Roesch2014-10-051-3/+3
* Address CR comments and add a testJared Roesch2014-10-051-9/+21
* Make errors human readableJared Roesch2014-10-052-9/+11
* 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-042-3/+5
* User-provided data in verifyValerii Hiora2014-10-022-3/+129
* Fixed mut_null deprecation warningsValerii Hiora2014-09-301-1/+1
* single `ffi` moduleValerii Hiora2014-09-303-124/+7
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-263-310/+49
* TLS 1_1, 1_2, Ssl 2 is enabled by featuresValerii Hiora2014-09-232-5/+12
* Enabling TLS1.2 supportValerii Hiora2014-09-232-1/+17
* Get certificate fingerprintValerii Hiora2014-09-202-2/+28
* Merge pull request #47 from vhbit/cert-key-authSteven Fackler2014-09-192-7/+45
|\
| * Fixed documentation stringValerii Hiora2014-09-171-1/+1
| * Allow to set cert/key pairValerii Hiora2014-09-172-7/+45
* | Update for rust rfc 52 changesMichael Gehring2014-09-171-4/+4
|/
* Remove failing constructor wrappersSteven Fackler2014-09-052-45/+28
* Merge pull request #39 from andrew-d/andrew-support-tls-sniSteven Fackler2014-09-052-10/+44
|\
| * 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-042-0/+29
* | Merge pull request #38 from andrew-d/andrew-get-compressionSteven Fackler2014-09-042-0/+20
|\ \
| * | Allow getting the compression used in a connectionAndrew Dunham2014-09-042-0/+20
| |/
* | Merge pull request #37 from andrew-d/andrew-fix-lintsSteven Fackler2014-09-041-1/+1
|\ \
| * | Fix lints for non snake-case functionsAndrew Dunham2014-09-041-1/+1
| |/