| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to rust master | Alex Crichton | 2015-03-25 | 1 | -2/+2 |
| * | openssl: Add tests for server-side NPN | Marko Lalic | 2015-03-23 | 1 | -0/+41 |
| * | openssl: Add tests for client-side NPN | Marko Lalic | 2015-03-23 | 1 | -2/+74 |
| * | openssl: Advertise NPN protocols for server sockets | Marko Lalic | 2015-03-23 | 1 | -0/+33 |
| * | openssl: Add methods to get the protocol selected by NPN | Marko Lalic | 2015-03-23 | 1 | -0/+33 |
| * | openssl: Implement client-side NPN protocol selection | Marko Lalic | 2015-03-23 | 1 | -1/+34 |
| * | openssl: Add method for setting protocols to be used in NPN | Marko Lalic | 2015-03-23 | 1 | -0/+53 |
| * | Merge pull request #187 from manuels/x509_sign | Steven Fackler | 2015-03-21 | 1 | -1/+10 |
| |\ | |||||
| | * | Add X509Generator::sign() | Manuel Schölling | 2015-03-21 | 1 | -1/+10 |
| * | | Fix doc test | Steven Fackler | 2015-03-21 | 1 | -1/+1 |
| |/ | |||||
| * | Fix warnings and build issues | Steven Fackler | 2015-03-20 | 2 | -3/+2 |
| * | Fix warnings | Steven Fackler | 2015-03-10 | 3 | -4/+4 |
| * | Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options | Steven Fackler | 2015-03-07 | 3 | -0/+84 |
| |\ | |||||
| | * | add support for SSL_CTX_clear_options and use bitflags | Paul Kehrer | 2015-02-23 | 3 | -11/+69 |
| | * | add support for SSL_CTX_set_options and SSL_CTX_get_options | Paul Kehrer | 2015-02-22 | 2 | -0/+26 |
| * | | Added try_clone to SslStream for SslStream<TcpStream>. | Aaron Weiss | 2015-03-02 | 2 | -1/+13 |
| * | | Merge branch 'breaks' | Steven Fackler | 2015-02-27 | 10 | -155/+142 |
| |\ \ | |||||
| | * | | Convert to new IO. | Steven Fackler | 2015-02-24 | 10 | -155/+142 |
| | * | | Switch to cargo liblibc | Steven Fackler | 2015-02-24 | 1 | -1/+1 |
| | |/ | |||||
| * / | Silence stability warning | Steven Fackler | 2015-02-26 | 1 | -1/+1 |
| |/ | |||||
| * | Remove old attributes | Steven Fackler | 2015-02-21 | 1 | -3/+0 |
| * | Update depreciated code | Kevin Butler | 2015-02-20 | 7 | -25/+25 |
| * | Unique<T> now derefs to *mut T | Kevin Butler | 2015-02-20 | 1 | -26/+27 |
| * | Fix warnings | Steven Fackler | 2015-02-19 | 1 | -1/+1 |
| * | Rename method for clarity | Steven Fackler | 2015-02-16 | 1 | -2/+2 |
| * | Properly handle errors in write | Steven Fackler | 2015-02-16 | 1 | -18/+29 |
| * | Deal with openssl errors in read | Steven Fackler | 2015-02-16 | 2 | -4/+26 |
| * | Remove deprecated functions from openssl-sys | Steven Fackler | 2015-02-13 | 1 | -1/+1 |
| * | rustup to current master | Robin Gloster | 2015-02-12 | 1 | -24/+24 |
| * | Fix builds against 0.9.x OpenSSL | Steven Fackler | 2015-02-08 | 1 | -9/+8 |
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 18 | -0/+4138 |