-
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.
Merge pull request #69 from govorox/60-not-working-in-parallel-with-w…
…ificlientsecure fix: compatibility with WifiClientSecure.h
- Loading branch information
Showing
11 changed files
with
138 additions
and
138 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
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. | ||
|
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 |
---|---|---|
|
@@ -12,15 +12,15 @@ | |
default_envs = native | ||
|
||
[env:native] | ||
test_framework = unity | ||
# test_framework = unity | ||
platform = native | ||
build_type = test | ||
lib_deps = | ||
digitaldragon/[email protected].5 | ||
# armmbed/mbedtls@^2.23.0 | ||
digitaldragon/[email protected].6 | ||
throwtheswitch/Unity@^2.5.2 | ||
lib_ldf_mode = deep+ | ||
build_unflags = -std=gnu++11 | ||
build_flags = | ||
-std=gnu++17 | ||
-I test/mocks | ||
-D SSL_CLIENT_TEST_ENVIRONMENT | ||
-D SSL_CLIENT_TEST_ENVIRONMENT |
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
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
Oops, something went wrong.