diff --git a/README.md b/README.md index a35d6e3..0188188 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # TunnelKit +![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg) +[![OpenSSL 1.1.0i](https://img.shields.io/badge/openssl-1.1.0i-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.0-notes.html) +[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE) +[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fkeeshux%2Ftunnelkit&via=keeshux&text=TunnelKit%2C%20a%20non-official%20%23OpenVPN%20client%20for%20%23Apple%20platforms&hashtags=iOS%2CmacOS) + This library provides a simplified Swift/Obj-C implementation of the OpenVPNĀ® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL][dep-openssl] 1.1.0i, which in turn enables support for a certain range of encryption and digest algorithms. + + ## Getting started The client is known to work with [OpenVPNĀ®][openvpn] 2.3+ servers. Key renegotiation and replay protection are also included, but full-fledged configuration files (.ovpn) are not currently supported. @@ -143,10 +150,6 @@ Twitter: [@keeshux][about-twitter] Website: [davidederosa.com][about-website] -## Donations - -TunnelKit is free software. If you like it, please [support me on Patreon][about-patreon]. - [openvpn]: https://openvpn.net/index.php/open-source/overview.html [dep-cocoapods]: https://guides.cocoapods.org/using/getting-started.html