Loading openssl/CHANGELOG.md +12 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,16 @@ ## [Unreleased] ## [v0.10.23] ### Fixed * Fixed session callbacks when an `Ssl`'s context is replaced. ### Added * Added `SslContextBuilder::add_client_ca`. ## [v0.10.22] ### Added Loading Loading @@ -359,7 +369,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.23...master [v0.10.23]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...openssl-v0.10.23 [v0.10.22]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.21...openssl-v0.10.22 [v0.10.21]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.20...openssl-v0.10.21 [v0.10.20]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.19...openssl-v0.10.20 Loading openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.22" version = "0.10.23" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading Loading
openssl/CHANGELOG.md +12 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,16 @@ ## [Unreleased] ## [v0.10.23] ### Fixed * Fixed session callbacks when an `Ssl`'s context is replaced. ### Added * Added `SslContextBuilder::add_client_ca`. ## [v0.10.22] ### Added Loading Loading @@ -359,7 +369,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.23...master [v0.10.23]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...openssl-v0.10.23 [v0.10.22]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.21...openssl-v0.10.22 [v0.10.21]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.20...openssl-v0.10.21 [v0.10.20]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.19...openssl-v0.10.20 Loading
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.22" version = "0.10.23" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading