docs: update README badge
This commit is contained in:
parent
812ff13425
commit
1f9c1f9088
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# SSLClient
|
||||
|
||||
[](https://travis-ci.org/OPEnSLab-OSU/SSLClient)
|
||||

|
||||
|
||||
SSLClient adds [TLS 1.2](https://www.websecurity.symantec.com/security-topics/what-is-ssl-tls-https) functionality to any network library implementing the [Arduino Client interface](https://www.arduino.cc/en/Reference/ClientConstructor), including the Arduino [EthernetClient](https://www.arduino.cc/en/Reference/EthernetClient) and [WiFiClient](https://www.arduino.cc/en/Reference/WiFiClient) classes. SSLClient was created to integrate TLS seamlessly with the Arduino infrastructure using [BearSSL](https://bearssl.org/) as an underlying TLS engine. Unlike [ArduinoBearSSL](https://github.com/arduino-libraries/ArduinoBearSSL), SSLClient is completly self-contained, and does not require any additional hardware (other than a network connection).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue