aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys-extras/src
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.7.2Steven Fackler2015-12-151-1/+1
|
* Cleanup SNI stuffSteven Fackler2015-12-152-7/+0
|
* Merge pull request #309 from Geal/masterSteven Fackler2015-12-152-1/+20
|\ | | | | Add support for Server Name indication (SNI) on the server's side
| * Increment SSL_CTX's reference count in Ssl::get_ssl_context()Geoffroy Couprie2015-12-032-0/+7
| | | | | | | | | | | | 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 wrappersGeoffroy Couprie2015-11-252-1/+13
| |
* | Implement read and writeSteven Fackler2015-12-092-0/+6
| |
* | Custom BIO infrastructureSteven Fackler2015-12-082-0/+18
|/
* Release v0.7.0Steven Fackler2015-11-161-0/+1
|
* Move HMAC_CTX_copy to sys-extrasSteven Fackler2015-11-161-0/+3
|
* Split stuff requiring a shim out to a separate crateSteven Fackler2015-11-163-0/+252