Steven Fackler
|
121169c1f5
|
Set auto retry
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.
|
2016-07-01 18:31:47 -04:00 |
Steven Fackler
|
47c9339f91
|
Remove dead C code
|
2016-05-01 22:35:25 -07:00 |
Ivan Enderlin
|
f936e4d9c6
|
Fix CS
Be consistent with existing `#include` declarations.
|
2016-02-01 10:07:17 +01:00 |
Steven Fackler
|
6d559bf1da
|
Cleanup SNI stuff
|
2015-12-15 19:39:24 -08:00 |
Steven Fackler
|
514c5ec415
|
Merge pull request #309 from Geal/master
Add support for Server Name indication (SNI) on the server's side
|
2015-12-15 19:22:39 -08:00 |
Steven Fackler
|
8f56897043
|
Implement read and write
|
2015-12-09 22:02:02 -08:00 |
Steven Fackler
|
4d883d488e
|
Custom BIO infrastructure
|
2015-12-08 23:02:38 -08:00 |
Geoffroy Couprie
|
6850c810d3
|
Increment SSL_CTX's reference count in Ssl::get_ssl_context()
Without this, whenever the returned SslContext is released,
the refcount of the underlying SSL_CTX will decrease and it
will be freed too soon
|
2015-12-03 12:26:55 +01:00 |
Geoffroy Couprie
|
7835ea1c90
|
Make shims for SSL_CTX_ctrl and SSL_CTX_callback_ctrl macro wrappers
|
2015-11-25 08:10:36 +01:00 |
Steven Fackler
|
a8a10e64ad
|
Split stuff requiring a shim out to a separate crate
|
2015-11-16 20:16:01 -08:00 |