Update README and CHANGELOG

This commit is contained in:
Davide De Rosa 2018-10-23 23:49:57 +02:00
parent 440a7f7da8
commit f7bb3a3262
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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`)