| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ssl: use std::ptr::Unique to fix for opt-in Sync | Cody P Schafer | 2014-12-29 | 1 | -28/+28 |
| * | Update to rust master | Alex Crichton | 2014-12-23 | 2 | -13/+19 |
| * | Print unexpected error codes | Steven Fackler | 2014-12-19 | 1 | -2/+2 |
| * | Track master: proc removal, tuple indexing | Valerii Hiora | 2014-12-15 | 2 | -2/+2 |
| * | Update to nightly: explicit Copy trait | Valerii Hiora | 2014-12-11 | 1 | -0/+2 |
| * | Speed up SslStream initialization a bit | Steven Fackler | 2014-12-06 | 1 | -1/+8 |
| * | Make SslStream Cloneable | Steven Fackler | 2014-11-29 | 2 | -7/+18 |
| * | Add MaybeSslStream | Steven Fackler | 2014-11-28 | 1 | -1/+73 |
| * | Sync is now part of the standard library | Andor Uhlár | 2014-11-26 | 1 | -1/+1 |
| * | Allow access to the underlying stream | Steven Fackler | 2014-11-25 | 1 | -0/+9 |
| * | Fix deprecation warning | Steven Fackler | 2014-11-24 | 1 | -2/+1 |
| * | ssl: add get_peer_certificate() | Cody P Schafer | 2014-11-24 | 1 | -1/+12 |
| * | Replace an expired cert with a new one to make tests happy | Gleb Kozyrev | 2014-11-20 | 1 | -1/+1 |
| * | Baseline server support | Cody P Schafer | 2014-11-19 | 1 | -13/+24 |
| * | Fixed compilation errors related to namedspaced enums | James Hurst | 2014-11-17 | 2 | -12/+14 |
| * | Impl Error for SslError | Steven Fackler | 2014-11-16 | 1 | -1/+22 |
| * | Update to work with change in TcpStream api | Cody P Schafer | 2014-11-07 | 1 | -13/+13 |
| * | fail! -> panic! | Michael Gehring | 2014-10-30 | 2 | -10/+10 |
| * | Cert loading from PEM & restructuring | Valerii Hiora | 2014-10-15 | 1 | -51/+6 |
| * | Correct init mutexes and locking function | Valerii Hiora | 2014-10-14 | 1 | -22/+1 |
| * | ssl: allow setting cipher list | Cody P Schafer | 2014-10-13 | 1 | -0/+8 |
| * | Refactor init and error handling code | Jared Roesch | 2014-10-11 | 2 | -21/+31 |
| * | BN_is_zero as a Rust function | Valerii Hiora | 2014-10-09 | 1 | -13/+0 |
| * | Minor doc fixes and feature mentions | Valerii Hiora | 2014-10-08 | 1 | -5/+7 |
| * | Revert "Fix #65: failing test case" | Steven Fackler | 2014-10-07 | 2 | -2/+2 |
| * | Merge pull request #66 from jroesch/fix-failing-test | Steven Fackler | 2014-10-07 | 2 | -2/+2 |
| |\ | |||||
| | * | Fix #65: failing test case | Jared Roesch | 2014-10-06 | 2 | -2/+2 |
| * | | Merge pull request #67 from vhbit/membio-eof | Steven Fackler | 2014-10-07 | 1 | -1/+17 |
| |\ \ | |||||
| | * | | Fixed incorrect EOF handling in MemBio, added error description | Valerii Hiora | 2014-10-07 | 1 | -1/+17 |
| * | | | Merge pull request #71 from vhbit/path-ization | Steven Fackler | 2014-10-07 | 2 | -7/+7 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Using `Path`s instead of plain strings | Valerii Hiora | 2014-10-07 | 2 | -7/+7 |
| | |/ | |||||
| * / | Potential fix for #68 | Valerii Hiora | 2014-10-07 | 1 | -0/+13 |
| |/ | |||||
| * | Ignore error string text | Steven Fackler | 2014-10-05 | 1 | -0/+1 |
| * | Load crypto error strings | Jared Roesch | 2014-10-05 | 1 | -1/+2 |
| * | Fix error messages | Jared Roesch | 2014-10-05 | 1 | -3/+3 |
| * | Address CR comments and add a test | Jared Roesch | 2014-10-05 | 1 | -9/+21 |
| * | Make errors human readable | Jared Roesch | 2014-10-05 | 2 | -9/+11 |
| * | Changes made to support 0.12.0-dev ( October 2, 2014 ) | D.K | 2014-10-04 | 1 | -1/+1 |
| * | Simpler setter for verify with data | Valerii Hiora | 2014-10-04 | 2 | -3/+5 |
| * | User-provided data in verify | Valerii Hiora | 2014-10-02 | 2 | -3/+129 |
| * | Fixed mut_null deprecation warnings | Valerii Hiora | 2014-09-30 | 1 | -1/+1 |
| * | single `ffi` module | Valerii Hiora | 2014-09-30 | 3 | -124/+7 |
| * | Certificate/pkey generation & PEM export | Valerii Hiora | 2014-09-26 | 3 | -310/+49 |
| * | TLS 1_1, 1_2, Ssl 2 is enabled by features | Valerii Hiora | 2014-09-23 | 2 | -5/+12 |
| * | Enabling TLS1.2 support | Valerii Hiora | 2014-09-23 | 2 | -1/+17 |
| * | Get certificate fingerprint | Valerii Hiora | 2014-09-20 | 2 | -2/+28 |
| * | Merge pull request #47 from vhbit/cert-key-auth | Steven Fackler | 2014-09-19 | 2 | -7/+45 |
| |\ | |||||
| | * | Fixed documentation string | Valerii Hiora | 2014-09-17 | 1 | -1/+1 |
| | * | Allow to set cert/key pair | Valerii Hiora | 2014-09-17 | 2 | -7/+45 |
| * | | Update for rust rfc 52 changes | Michael Gehring | 2014-09-17 | 1 | -4/+4 |
| |/ | |||||