| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.6.4 | Steven Fackler | 2015-07-06 | 2 | -4/+4 |
| * | Unpin the bitflags version. | Ms2ger | 2015-07-06 | 1 | -1/+1 |
| * | Add a test that checks whether 3 known subject attributes can be retrieved by... | Jethro Beekman | 2015-06-30 | 2 | -0/+41 |
| * | Fix NID definitions to match OpenSSL. The previous numbers were introduced in... | Jethro Beekman | 2015-06-30 | 1 | -2/+5 |
| * | Revert "Don't build a custom openssl on OSX" | Steven Fackler | 2015-06-30 | 1 | -0/+10 |
| * | Fix backcompat method | Steven Fackler | 2015-06-29 | 1 | -1/+1 |
| * | Fix build with alpn feature | Steven Fackler | 2015-06-29 | 2 | -3/+3 |
| * | ssl: support ALPN | Cody P Schafer | 2015-06-29 | 4 | -16/+215 |
| * | ssl/NPN: factor out encoding of the protocol list | Cody P Schafer | 2015-06-29 | 1 | -8/+19 |
| * | ssl: use a common helper to generate new ex data indexes, switch NPN to a laz... | Cody P Schafer | 2015-06-29 | 1 | -33/+17 |
| * | More docs | Steven Fackler | 2015-06-28 | 1 | -0/+16 |
| * | Fix windows build | Steven Fackler | 2015-06-28 | 1 | -0/+2 |
| * | Docs | Steven Fackler | 2015-06-28 | 1 | -18/+10 |
| * | Make the direct constructors the defaults | Steven Fackler | 2015-06-28 | 2 | -35/+35 |
| * | Add docs for accept and connect | Steven Fackler | 2015-06-28 | 1 | -0/+22 |
| * | Rename new_client to connect and new_server to accept | Steven Fackler | 2015-06-28 | 2 | -44/+49 |
| * | Implement direct IO support | Steven Fackler | 2015-06-28 | 2 | -13/+187 |
| * | Prepare for direct stream support | Steven Fackler | 2015-06-27 | 1 | -78/+165 |
| * | Docs tweak | Steven Fackler | 2015-06-27 | 1 | -1/+2 |
| * | Reduce SslStream constructor duplication | Steven Fackler | 2015-06-27 | 3 | -45/+64 |
| * | Initialize stream buffer | Steven Fackler | 2015-06-27 | 1 | -8/+2 |
| * | Fix set_hostname | Steven Fackler | 2015-06-27 | 1 | -10/+2 |
| * | Don't build a custom openssl on OSX | Steven Fackler | 2015-06-27 | 1 | -10/+0 |
| * | Import shim'd HMAC stuff with the original name | Steven Fackler | 2015-06-27 | 1 | -9/+9 |
| * | Move macro replicas into C shim | Steven Fackler | 2015-06-27 | 1 | -1/+1 |
| * | Release v0.6.3 | Steven Fackler | 2015-06-25 | 2 | -4/+4 |
| * | Add a test for connection negotiation failure | Steven Fackler | 2015-06-25 | 2 | -1/+11 |
| * | Fix EOF handling in retry wrapper | Steven Fackler | 2015-06-25 | 3 | -5/+13 |
| * | Remove superfluous vec! usage | Jethro Beekman | 2015-06-14 | 1 | -9/+9 |
| * | Use AsRef for backwards compatibility with passing IV as Vec | Jethro Beekman | 2015-06-14 | 1 | -4/+5 |
| * | Pass symmetric crypto initialization vector as a slice | Jethro Beekman | 2015-06-12 | 1 | -7/+7 |
| * | Bump bitflags version | Manish Goregaokar | 2015-06-02 | 1 | -1/+1 |
| * | Correction on sign and verify documentation to be more explicit of right | Emeric Chevalier | 2015-05-30 | 1 | -8/+17 |
| * | Merge pull request #219 from jethrogb/topic/x509req | Steven Fackler | 2015-05-29 | 1 | -0/+57 |
| |\ | |||||
| | * | Remove superfluous dead_code attribute | Jethro Beekman | 2015-05-28 | 1 | -1/+0 |
| | * | Implement limited X509_REQ functionality | Jethro Beekman | 2015-05-28 | 1 | -0/+58 |
| * | | Clarify which keys are used where | Jethro Beekman | 2015-05-27 | 1 | -2/+2 |
| |/ | |||||
| * | Fix SslString Debug impl and drop lifetime | Steven Fackler | 2015-05-17 | 1 | -10/+10 |
| * | Test reading CN from test certificate | Joseph Glanville | 2015-05-18 | 4 | -50/+70 |
| * | Add support for reading X509 subject information | Joseph Glanville | 2015-05-18 | 3 | -2/+253 |
| * | Add test for get_peer_certificate() | Joseph Glanville | 2015-05-16 | 1 | -0/+10 |
| * | Add accessor for peer_certificate | Joseph Glanville | 2015-05-16 | 1 | -0/+5 |
| * | Fix doc root | Steven Fackler | 2015-05-13 | 1 | -1/+1 |
| * | Merge pull request #210 from manuels/pending | Steven Fackler | 2015-05-05 | 2 | -0/+36 |
| |\ | |||||
| | * | Add SslStream.pending() | Manuel Schölling | 2015-04-30 | 2 | -0/+36 |
| * | | Merge pull request #201 from manuels/pkey_cmp | Steven Fackler | 2015-05-04 | 1 | -0/+30 |
| |\ \ | |||||
| | * | | Move PKey comparison func to public_eq() | Manuel Schölling | 2015-05-01 | 1 | -14/+14 |
| | * | | Add comparison for PKeys | Manuel Schölling | 2015-04-16 | 1 | -0/+30 |
| * | | | Abstract over AsRef<Path> | Steven Fackler | 2015-05-02 | 1 | -7/+7 |
| * | | | Release v0.6.2v0.6.2 | Steven Fackler | 2015-05-01 | 1 | -2/+2 |
| | |/ |/| | |||||