Commit 6263163 1 parent 55a905e commit 6263163 Copy full SHA for 6263163
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.2.2]
6
+
7
+ ### Fixed
8
+
9
+ * Failure to load a root certificate on Android now logs a message rather than producing an error.
10
+ * Fixed ordering of the certificate chain in the OpenSSL backend.
11
+
5
12
## [ v0.2.1]
6
13
7
14
### Added
48
55
49
56
Look at the [ release tags] for information about older releases.
50
57
51
- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...master
58
+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.2...master
59
+ [ v0.2.2 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2
52
60
[ v0.2.1 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
53
61
[ v0.2.0 ] : https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
54
62
[ release tags ] : https://github.com/sfackler/rust-native-tls/releases
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A wrapper over a platform's native TLS implementation"
You can’t perform that action at this time.
0 commit comments