Skip to content
Snippets Groups Projects
Select Git revision
  • sbuttgereit/upstream-sbgp-extension
  • master default
  • auto-lib-type
  • 0.9.x
  • gh-pages
  • openssl-v0.10.50
  • openssl-sys-v0.9.85
  • openssl-v0.10.49
  • openssl-sys-v0.9.84
  • openssl-macros-v0.1.1
  • openssl-sys-v0.9.83
  • openssl-v0.10.48
  • openssl-v0.10.47
  • openssl-sys-v0.9.82
  • openssl-v0.10.46
  • openssl-sys-v0.9.81
  • openssl-v0.10.45
  • openssl-sys-v0.9.80
  • openssl-v0.10.44
  • openssl-sys-v0.9.79
  • openssl-v0.10.43
  • openssl-sys-v0.9.78
  • openssl-sys-v0.9.77
  • openssl-v0.10.42
  • openssl-sys-v0.9.76
25 results

rust-openssl

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Steven Fackler authored
    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
    a1a32194
    History
    Name Last commit Last update