This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 26 files changed +55
-29
lines changed
Expand file tree Collapse file tree 26 files changed +55
-29
lines changed Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// Library to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829#pragma once
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829#pragma once
2930
30- #define ETHERNET_WEBSERVER_SSL_VERSION " EthernetWebServer_SSL v1.7.7 "
31+ #define ETHERNET_WEBSERVER_SSL_VERSION " EthernetWebServer_SSL v1.7.8 "
3132
3233#define ETHERNET_WEBSERVER_SSL_VERSION_MAJOR 1
3334#define ETHERNET_WEBSERVER_SSL_VERSION_MINOR 7
34- #define ETHERNET_WEBSERVER_SSL_VERSION_PATCH 7
35+ #define ETHERNET_WEBSERVER_SSL_VERSION_PATCH 8
3536
36- #define ETHERNET_WEBSERVER_SSL_VERSION_INT 1007007
37+ #define ETHERNET_WEBSERVER_SSL_VERSION_INT 1007008
3738
3839#define USE_NEW_WEBSERVER_VERSION true
3940
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728#pragma once
2829
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// Class to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// Class to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// Library to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// Library to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// (c) Copyright Arduino. 2016
Original file line number Diff line number Diff line change 88
99 Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
1010
11- Version: 1.7.7
11+ Version: 1.7.8
1212
1313 Version Modified By Date Comments
1414 ------- ----------- ---------- -----------
2323 1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2424 1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
2525 1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+ 1.7.8 K Hoang 29/03/2022 Sync with `SSLClient` v1.6.11
2627 *****************************************************************************************************************************/
2728
2829// (c) Copyright Arduino. 2016
You can’t perform that action at this time.
0 commit comments