Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit fcc8b80

Browse files
authored
v1.1.2
### Release v1.1.2 1. Add SSL debug feature. 2. Enhance examples.
1 parent 50a8ab5 commit fcc8b80

13 files changed

+26
-13
lines changed

src/EthernetWebServer_SSL_STM32-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#pragma once

src/EthernetWebServer_SSL_STM32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#pragma once

src/Parsing_SSL_STM32-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#pragma once

src/detail/Debug_STM32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#ifndef EthernetWebServer_STM32_Debug_H

src/detail/RequestHandler_STM32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#ifndef RequestHandler_STM32_h

src/detail/RequestHandlersImpl_STM32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#ifndef RequestHandlerImpl_STM32_h

src/detail/mimetable.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.1.1
12+
Version: 1.1.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1717
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1818
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
19+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
1920
*****************************************************************************************************************************/
2021

2122
#ifndef __MIMETABLE_H__

src/inner.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1111
Licensed under MIT license
1212
13-
Version: 1.1.1
13+
Version: 1.1.2
1414
1515
Version Modified By Date Comments
1616
------- ----------- ---------- -----------
1717
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
1818
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
1919
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
20+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
2021
*****************************************************************************************************************************/
2122

2223
#include "SSLClient/inner.h"

src/libb64/cdecode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1414
Licensed under MIT license
1515
16-
Version: 1.1.1
16+
Version: 1.1.2
1717
1818
Version Modified By Date Comments
1919
------- ----------- ---------- -----------
2020
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
2121
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
2222
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
23+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
2324
*****************************************************************************************************************************/
2425

2526
#include "cdecode.h"

src/libb64/cdecode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
1414
Licensed under MIT license
1515
16-
Version: 1.1.1
16+
Version: 1.1.2
1717
1818
Version Modified By Date Comments
1919
------- ----------- ---------- -----------
2020
1.1.0 K Hoang 14/11/2020 Initial coding for STM32F/L/H/G/WB/MP1 to support Ethernet shields using SSL. Supporting BI LAN8742A,
2121
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
2222
1.1.1 K Hoang 18/11/2020 Permit sites with "Chain could not be linked to a trust anchor" such as ThingStream
23+
1.1.2 K Hoang 19/11/2020 Add SSL debug feature. Enhance examples.
2324
*****************************************************************************************************************************/
2425

2526
#ifndef BASE64_CDECODE_H

0 commit comments

Comments
 (0)