Commit e8d815a 1 parent f55df1f commit e8d815a Copy full SHA for e8d815a
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustls"
3
- version = " 0.5.5 "
3
+ version = " 0.5.6 "
4
4
authors = [" Joseph Birr-Pixton <jpixton@gmail.com>" ]
5
5
license = " Apache-2.0/ISC/MIT"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Rustls is currently in development and hence unstable. [Here's what I'm working
13
13
14
14
## Release history:
15
15
16
+ * 0.5.6:
17
+ - RFC7627 extended master secret support
18
+ - Assorted documentation improvements
16
19
* 0.5.5:
17
20
- Crate categories.
18
21
- Protocol errors now permanent for given session.
@@ -55,6 +58,7 @@ obsolete cryptography.
55
58
* TLS1.3 resumption via tickets.
56
59
* Client authentication by clients.
57
60
* Client authentication by servers.
61
+ * Extended master secret support (RFC7627).
58
62
59
63
## Possible future features
60
64
Original file line number Diff line number Diff line change 19
19
//! * TLS1.3 resumption via tickets.
20
20
//! * Client authentication by clients.
21
21
//! * Client authentication by servers.
22
+ //! * Extended master secret support (RFC7627).
22
23
//!
23
24
//! ## Possible future features
24
25
//!
You can’t perform that action at this time.
0 commit comments