Update README and CHANGELOG
This commit is contained in:
parent
440a7f7da8
commit
f7bb3a3262
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Configuration key `lastErrorKey` for reporting errors to host app. [#40](https://github.com/keeshux/tunnelkit/pull/40)
|
- Configuration key `lastErrorKey` for reporting errors to host app. [#40](https://github.com/keeshux/tunnelkit/pull/40)
|
||||||
|
- Server extended key usage validation (EKU). [#27](https://github.com/keeshux/tunnelkit/issues/27)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ The client is known to work with [OpenVPN®][openvpn] 2.3+ servers. Key renegoti
|
||||||
- [x] NCP (Negotiable Crypto Parameters, 2.4)
|
- [x] NCP (Negotiable Crypto Parameters, 2.4)
|
||||||
- Server-side
|
- Server-side
|
||||||
- [x] TLS handshake
|
- [x] TLS handshake
|
||||||
- CA validation
|
- Server validation (CA, EKU)
|
||||||
- Client certificate
|
- Client certificate
|
||||||
- [x] TLS wrapping
|
- [x] TLS wrapping
|
||||||
- Authentication (`--tls-auth`)
|
- Authentication (`--tls-auth`)
|
||||||
|
|
Loading…
Reference in New Issue