File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.27] - 2020-01-29
6
+
7
+ ### Added
8
+
9
+ * Added ` MessageDigest::null ` .
10
+ * Added ` PKey::private_key_from_pkcs8 ` .
11
+ * Added ` SslOptions::NO_RENEGOTIATION ` .
12
+ * Added ` SslStreamBuilder::set_dtls_mtu_size ` .
13
+
5
14
## [ v0.10.26] - 2019-11-22
6
15
7
16
### Fixed
414
423
415
424
Look at the [ release tags] for information about older releases.
416
425
417
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...master
426
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.27...master
427
+ [ v0.10.27 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...openssl-v0.10.27
418
428
[ v0.10.26 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.25...openssl-v0.10.26
419
429
[ v0.10.25 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.24...openssl-v0.10.25
420
430
[ v0.10.24 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.23...openssl-v0.10.24
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.26 "
3
+ version = " 0.10.27 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -25,7 +25,7 @@ foreign-types = "0.3.1"
25
25
lazy_static = " 1"
26
26
libc = " 0.2"
27
27
28
- openssl-sys = { version = " 0.9.53 " , path = " ../openssl-sys" }
28
+ openssl-sys = { version = " 0.9.54 " , path = " ../openssl-sys" }
29
29
30
30
[dev-dependencies ]
31
31
tempdir = " 0.3"
You can’t perform that action at this time.
0 commit comments