Skip to content

Commit 561a7b4

Browse files
committed
Make the library portable which can be placed and include on any folder.
1 parent 69386c7 commit 561a7b4

File tree

331 files changed

+539
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+539
-329
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP_SSLClient",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"keywords": "communication, REST, esp32, esp8266, arduino",
55
"description": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ESP_SSLClient
22

3-
version=2.0.5
3+
version=2.0.6
44

55
author=Mobizt
66

src/bssl/bearssl/src/symcipher/aes_big_cbcdec.c renamed to src/bssl/aes_big_cbcdec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_big_cbcenc.c renamed to src/bssl/aes_big_cbcenc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_big_ctr.c renamed to src/bssl/aes_big_ctr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_big_ctrcbc.c renamed to src/bssl/aes_big_ctrcbc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_big_dec.c renamed to src/bssl/aes_big_dec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_big_enc.c renamed to src/bssl/aes_big_enc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_common.c renamed to src/bssl/aes_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

src/bssl/bearssl/src/symcipher/aes_ct.c renamed to src/bssl/aes_ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "ESP_SSLClient_FS.h"
25+
#include "../ESP_SSLClient_FS.h"
2626
#if defined(USE_LIB_SSL_ENGINE)
2727

2828
#include "bssl/inner.h"

0 commit comments

Comments
 (0)