| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set auto retry | Steven Fackler | 2016-07-01 | 1 | -0/+4 |
| | | | | | | | SSL_read returns a WANT_READ after a renegotiation by default which ends up bubbling up as a weird BUG error. Tell OpenSSL to just do the read again. | ||||
| * | Remove dead C code | Steven Fackler | 2016-05-01 | 1 | -26/+0 |
| | | |||||
| * | Fix CS | Ivan Enderlin | 2016-02-01 | 1 | -2/+2 |
| | | | | Be consistent with existing `#include` declarations. | ||||
| * | Cleanup SNI stuff | Steven Fackler | 2015-12-15 | 1 | -5/+0 |
| | | |||||
| * | Merge pull request #309 from Geal/master | Steven Fackler | 2015-12-15 | 1 | -0/+13 |
| |\ | | | | | Add support for Server Name indication (SNI) on the server's side | ||||
| | * | Increment SSL_CTX's reference count in Ssl::get_ssl_context() | Geoffroy Couprie | 2015-12-03 | 1 | -0/+5 |
| | | | | | | | | | | | | | Without this, whenever the returned SslContext is released, the refcount of the underlying SSL_CTX will decrease and it will be freed too soon | ||||
| | * | Make shims for SSL_CTX_ctrl and SSL_CTX_callback_ctrl macro wrappers | Geoffroy Couprie | 2015-11-25 | 1 | -0/+8 |
| | | | |||||
| * | | Implement read and write | Steven Fackler | 2015-12-09 | 1 | -0/+4 |
| | | | |||||
| * | | Custom BIO infrastructure | Steven Fackler | 2015-12-08 | 1 | -0/+12 |
| |/ | |||||
| * | Split stuff requiring a shim out to a separate crate | Steven Fackler | 2015-11-16 | 1 | -0/+142 |