aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support the client hello callbackSteven Fackler2018-09-151-0/+7
|
* Improve error Display implsSteven Fackler2018-05-201-8/+9
|
* Add from conversionSteven Fackler2018-01-101-0/+9
| | | | This is needed for tokio-openssl
* Overhaul ssl errorSteven Fackler2017-12-261-64/+90
|
* Overhaul verify error typeSteven Fackler2017-12-261-2/+4
| | | | Also set the error in the hostname verification callback for 1.0.1
* Drop Any boundsSteven Fackler2017-12-261-3/+2
|
* Fix a bunch of FIXMEsSteven Fackler2017-12-251-8/+5
|
* Finish documentation for the ssl moduleSteven Fackler2017-12-041-1/+4
| | | | Closes #727
* Handle local retriesSteven Fackler2017-11-041-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 ?johnthagen2017-10-031-5/+5
|
* Add a note to rename variantSteven Fackler2017-05-061-0/+1
|
* Clarify use of ssl::HandshakeError::Interruptedjethrogb2017-05-031-1/+1
|
* Move HandshakeError to submoduleSteven Fackler2016-10-301-0/+55
|
* Error reformSteven Fackler2016-05-031-218/+10
|
* Remove NonblockingSslStreamSteven Fackler2016-05-031-46/+0
|
* RustfmtSteven Fackler2015-12-151-14/+18
|
* Document unused variantSteven Fackler2015-12-141-1/+1
| | | | No reason to hide it
* Have NonblockingSslStream delegate to SslStreamSteven Fackler2015-12-121-11/+18
|
* Build out a new error typeSteven Fackler2015-12-121-12/+136
|
* Cast correctly c_char raw pointers (fixes build on ARM #314)Ondrej Perutka2015-11-301-3/+6
|
* Nonblocking streams support.Jamie Turner2015-10-201-1/+43
|
* rustup: changes to io::ErrorSean McArthur2015-04-021-1/+1
|
* Fix deprecation warningsSteven Fackler2015-03-251-3/+3
|
* Convert to new IO.Steven Fackler2015-02-241-2/+2
|
* Update depreciated codeKevin Butler2015-02-201-4/+4
|
* Deal with openssl errors in readSteven Fackler2015-02-161-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 buildSteven Fackler2015-02-071-0/+122