aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys-extras/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.7.2Steven Fackler2015-12-151-1/+1
|
* Cleanup SNI stuffSteven Fackler2015-12-151-2/+0
|
* Merge pull request #309 from Geal/masterSteven Fackler2015-12-151-1/+7
|\ | | | | 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-031-0/+2
| | | | | | | | | | | | 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-251-1/+5
| |
* | Implement read and writeSteven Fackler2015-12-091-0/+2
| |
* | Custom BIO infrastructureSteven Fackler2015-12-081-0/+6
|/
* 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-161-0/+64