| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support the client hello callback | Steven Fackler | 2018-09-15 | 1 | -0/+7 |
| | | |||||
| * | Improve error Display impls | Steven Fackler | 2018-05-20 | 1 | -8/+9 |
| | | |||||
| * | Add from conversion | Steven Fackler | 2018-01-10 | 1 | -0/+9 |
| | | | | | This is needed for tokio-openssl | ||||
| * | Overhaul ssl error | Steven Fackler | 2017-12-26 | 1 | -64/+90 |
| | | |||||
| * | Overhaul verify error type | Steven Fackler | 2017-12-26 | 1 | -2/+4 |
| | | | | | Also set the error in the hostname verification callback for 1.0.1 | ||||
| * | Drop Any bounds | Steven Fackler | 2017-12-26 | 1 | -3/+2 |
| | | |||||
| * | Fix a bunch of FIXMEs | Steven Fackler | 2017-12-25 | 1 | -8/+5 |
| | | |||||
| * | Finish documentation for the ssl module | Steven Fackler | 2017-12-04 | 1 | -1/+4 |
| | | | | | Closes #727 | ||||
| * | Handle local retries | Steven Fackler | 2017-11-04 | 1 | -0/+27 |
| | | | | | | | | | | | | | OpenSSL can return SSL_ERROR_WANT_READ even on blocking sockets after renegotiation or heartbeats. Heartbeats ignore the flag that normally makes these things handled internally anyway on 1.0.2. To handle this more properly, we now have a special error type we use to signal this event. The `Read` and `Write` implementation automatically retry in this situation since that's what you normally want. People can use `ssl_read` and `ssl_write` if they want the lower level control. Closes #760 | ||||
| * | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -5/+5 |
| | | |||||
| * | Add a note to rename variant | Steven Fackler | 2017-05-06 | 1 | -0/+1 |
| | | |||||
| * | Clarify use of ssl::HandshakeError::Interrupted | jethrogb | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Move HandshakeError to submodule | Steven Fackler | 2016-10-30 | 1 | -0/+55 |
| | | |||||
| * | Error reform | Steven Fackler | 2016-05-03 | 1 | -218/+10 |
| | | |||||
| * | Remove NonblockingSslStream | Steven Fackler | 2016-05-03 | 1 | -46/+0 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2015-12-15 | 1 | -14/+18 |
| | | |||||
| * | Document unused variant | Steven Fackler | 2015-12-14 | 1 | -1/+1 |
| | | | | | No reason to hide it | ||||
| * | Have NonblockingSslStream delegate to SslStream | Steven Fackler | 2015-12-12 | 1 | -11/+18 |
| | | |||||
| * | Build out a new error type | Steven Fackler | 2015-12-12 | 1 | -12/+136 |
| | | |||||
| * | Cast correctly c_char raw pointers (fixes build on ARM #314) | Ondrej Perutka | 2015-11-30 | 1 | -3/+6 |
| | | |||||
| * | Nonblocking streams support. | Jamie Turner | 2015-10-20 | 1 | -1/+43 |
| | | |||||
| * | rustup: changes to io::Error | Sean McArthur | 2015-04-02 | 1 | -1/+1 |
| | | |||||
| * | Fix deprecation warnings | Steven Fackler | 2015-03-25 | 1 | -3/+3 |
| | | |||||
| * | Convert to new IO. | Steven Fackler | 2015-02-24 | 1 | -2/+2 |
| | | |||||
| * | Update depreciated code | Kevin Butler | 2015-02-20 | 1 | -4/+4 |
| | | |||||
| * | Deal with openssl errors in read | Steven Fackler | 2015-02-16 | 1 | -1/+17 |
| | | | | | | | | I'm not sure of a great way to generate this case in a test, unfortunately. Closes #157 | ||||
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 1 | -0/+122 |