This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 22 files changed +109
-45
lines changed Expand file tree Collapse file tree 22 files changed +109
-45
lines changed Original file line number Diff line number Diff line change 8
8
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_STM32
9
9
Licensed under MIT license
10
10
11
- Version: 1.3.0
11
+ Version: 1.3.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
19
19
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
20
20
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
21
21
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
22
- *****************************************************************************************************************************/
22
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
23
+ *************************************************************************************************************************************/
23
24
24
25
// Library to simplify HTTP fetching on Arduino
25
26
// (c) Copyright Arduino. 2016
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
27
- #define ETHERNET_WEBSERVER_SSL_STM32_VERSION " EthernetWebServer_SSL_STM32 v1.3.0 "
30
+ #define ETHERNET_WEBSERVER_SSL_STM32_VERSION " EthernetWebServer_SSL_STM32 v1.3.1 "
28
31
29
32
#if !( defined(STM32F0) || defined(STM32F1) || defined(STM32F2) || defined(STM32F3) ||defined(STM32F4) || defined(STM32F7) || \
30
33
defined (STM32L0) || defined(STM32L1) || defined(STM32L4) || defined(STM32H7) ||defined(STM32G0) || defined(STM32G4) || \
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Class to simplify HTTP fetching on Arduino
26
29
// (c) Copyright 2010-2011 MCQN Ltd
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Class to simplify HTTP fetching on Arduino
26
29
// (c) Copyright MCQN Ltd. 2010-2012
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Library to simplify HTTP fetching on Arduino
26
29
// (c) Copyright Arduino. 2019
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Library to simplify HTTP fetching on Arduino
26
29
// (c) Copyright Arduino. 2019
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// (c) Copyright Arduino. 2016
26
29
// Released under Apache License, version 2.0
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// (c) Copyright Arduino. 2016
26
29
// Released under Apache License, version 2.0
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#ifndef EthernetWebServer_STM32_Debug_H
26
29
#define 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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
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.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#ifndef __MIMETABLE_H__
26
29
#define __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.3.0
13
+ Licensed under MIT license
14
+
15
+ Version: 1.3.1
14
16
15
17
Version Modified By Date Comments
16
18
------- ----------- ---------- -----------
21
23
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
22
24
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
23
25
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
24
- *****************************************************************************************************************************/
26
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
27
+ *************************************************************************************************************************************/
25
28
26
29
#include "SSLClient/inner.h"
27
30
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.3.0
13
+ Licensed under MIT license
14
+
15
+ Version: 1.3.1
14
16
15
17
Version Modified By Date Comments
16
18
------- ----------- ---------- -----------
21
23
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
22
24
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
23
25
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
24
- *****************************************************************************************************************************/
26
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
27
+ *************************************************************************************************************************************/
25
28
26
29
#include " base64.h"
27
30
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.3.0
13
+ Licensed under MIT license
14
+
15
+ Version: 1.3.1
14
16
15
17
Version Modified By Date Comments
16
18
------- ----------- ---------- -----------
21
23
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
22
24
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
23
25
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
24
- *****************************************************************************************************************************/
26
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
27
+ *************************************************************************************************************************************/
25
28
26
29
#pragma once
27
30
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.3.0
16
+ Licensed under MIT license
17
+
18
+ Version: 1.3.1
17
19
18
20
Version Modified By Date Comments
19
21
------- ----------- ---------- -----------
24
26
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
25
27
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
26
28
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
27
- *****************************************************************************************************************************/
29
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
30
+ *************************************************************************************************************************************/
28
31
29
32
#include "cdecode.h"
30
33
You can’t perform that action at this time.
0 commit comments