This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +26
-13
lines changed Expand file tree Collapse file tree 13 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#pragma once
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#pragma once
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#pragma once
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#ifndef EthernetWebServer_STM32_Debug_H
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#ifndef RequestHandler_STM32_h
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#ifndef RequestHandlerImpl_STM32_h
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.1.1
12
+ Version: 1.1.2
13
13
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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,
17
17
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
18
18
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.
19
20
*****************************************************************************************************************************/
20
21
21
22
#ifndef __MIMETABLE_H__
Original file line number Diff line number Diff line change 10
10
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11
11
Licensed under MIT license
12
12
13
- Version: 1.1.1
13
+ Version: 1.1.2
14
14
15
15
Version Modified By Date Comments
16
16
------- ----------- ---------- -----------
17
17
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,
18
18
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
19
19
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.
20
21
*****************************************************************************************************************************/
21
22
22
23
#include "SSLClient/inner.h"
Original file line number Diff line number Diff line change 13
13
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
14
14
Licensed under MIT license
15
15
16
- Version: 1.1.1
16
+ Version: 1.1.2
17
17
18
18
Version Modified By Date Comments
19
19
------- ----------- ---------- -----------
20
20
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,
21
21
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
22
22
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.
23
24
*****************************************************************************************************************************/
24
25
25
26
#include "cdecode.h"
Original file line number Diff line number Diff line change 13
13
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
14
14
Licensed under MIT license
15
15
16
- Version: 1.1.1
16
+ Version: 1.1.2
17
17
18
18
Version Modified By Date Comments
19
19
------- ----------- ---------- -----------
20
20
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,
21
21
W5x00 using Ethernetx, ENC28J60 using EthernetENC and UIPEthernet libraries
22
22
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.
23
24
*****************************************************************************************************************************/
24
25
25
26
#ifndef BASE64_CDECODE_H
You can’t perform that action at this time.
0 commit comments