The session context is used for session callbacks rather than the normal context, which breaks state lookup when the context has been swapped out (e.g. for SNI). Since there isn't an accessor for the session context, we just store an extra reference in the SSL's ex data. Closes #1115 |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| test | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| build.rs | ||
README.md
rust-openssl
OpenSSL bindings for the Rust programming language.
Release Support
The current supported release is 0.10.
New major versions will be published at most once per year. After a new release, the previous major version will be partially supported with bug fixes for 3 months, after which support will be dropped entirely.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed under the terms of both the Apache License, Version 2.0 and the MIT license without any additional terms or conditions.