-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ec26f2
commit 4b2f6c2
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
|
||
<!-- [Arduino Libraries Log](https://downloads.arduino.cc/libraries/logs/github.com/govorox/SSLClient/) --> | ||
|
||
### Now updated on PlatformIO registry as digitaldragon/[email protected].7 | ||
### Updated on Arduino Libraries registry to digitaldragon/[email protected].7 | ||
### Now updated on PlatformIO registry as digitaldragon/[email protected].8 | ||
### Updated on Arduino Libraries registry to digitaldragon/[email protected].8 | ||
|
||
# SSLClient Arduino library using *mbedtls* functions | ||
The SSLClient class implements support for secure connections using TLS (SSL). It Provides a transparent SSL wrapper over existing transport object of a **Client** class. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "SSLClient", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"repository": | ||
{ | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=GovoroxSSLClient | ||
version=1.1.7 | ||
version=1.1.8 | ||
author=V Govorovski | ||
maintainer=Robert Byrnes <[email protected]> | ||
sentence=Provides secure network connection over a generic Client trasport object. | ||
|