Commit 97018a5
File tree
Expand file treeCollapse file tree
18 files changed
+251
-298
lines changedFilter options
- libraries
- ESP8266HTTPClient
- examples/BasicHttpsClient
- src
- ESP8266WebServer/examples
- HelloServer
- HelloServerBearSSL
- ESP8266WiFi
- examples
- BearSSL_Server
- BearSSL_ServerClientCert
- src
- include
- tests/host/common
Expand file treeCollapse file tree
18 files changed
+251
-298
lines changedlibraries/ESP8266HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino
Copy file name to clipboardExpand all lines: libraries/ESP8266HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
|
libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp
Copy file name to clipboardExpand all lines: libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp+16-16Lines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
| ||
483 | 483 |
|
484 | 484 |
|
485 | 485 |
|
486 |
| - |
| 486 | + |
487 | 487 |
|
488 | 488 |
|
489 | 489 |
|
| ||
496 | 496 |
|
497 | 497 |
|
498 | 498 |
|
499 |
| - |
| 499 | + |
500 | 500 |
|
501 | 501 |
|
502 | 502 |
|
| ||
631 | 631 |
|
632 | 632 |
|
633 | 633 |
|
634 |
| - |
| 634 | + |
635 | 635 |
|
636 | 636 |
|
637 | 637 |
|
638 | 638 |
|
639 | 639 |
|
640 | 640 |
|
641 | 641 |
|
642 |
| - |
643 |
| - |
644 |
| - |
645 |
| - |
646 |
| - |
647 |
| - |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
648 | 648 |
|
649 | 649 |
|
650 | 650 |
|
| ||
732 | 732 |
|
733 | 733 |
|
734 | 734 |
|
735 |
| - |
| 735 | + |
736 | 736 |
|
737 | 737 |
|
738 | 738 |
|
739 | 739 |
|
740 | 740 |
|
741 | 741 |
|
742 |
| - |
| 742 | + |
743 | 743 |
|
744 | 744 |
|
745 |
| - |
| 745 | + |
746 | 746 |
|
747 | 747 |
|
748 | 748 |
|
749 | 749 |
|
750 |
| - |
| 750 | + |
751 | 751 |
|
752 | 752 |
|
753 |
| - |
| 753 | + |
754 | 754 |
|
755 | 755 |
|
756 | 756 |
|
757 | 757 |
|
758 |
| - |
| 758 | + |
759 | 759 |
|
760 | 760 |
|
761 | 761 |
|
|
libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h
Copy file name to clipboardExpand all lines: libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
206 |
| - |
207 |
| - |
208 |
| - |
| 206 | + |
| 207 | + |
| 208 | + |
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
| ||
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
220 |
| - |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
221 | 227 |
|
222 | 228 |
|
223 | 229 |
|
|
libraries/ESP8266WebServer/examples/HelloServer/HelloServer.ino
Copy file name to clipboardExpand all lines: libraries/ESP8266WebServer/examples/HelloServer/HelloServer.ino+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
| ||
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
39 | 51 |
|
40 | 52 |
|
41 | 53 |
|
| ||
80 | 92 |
|
81 | 93 |
|
82 | 94 |
|
| 95 | + |
| 96 | + |
83 | 97 |
|
84 | 98 |
|
85 | 99 |
|
| ||
142 | 156 |
|
143 | 157 |
|
144 | 158 |
|
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
145 | 168 |
|
146 | 169 |
|
147 | 170 |
|
|
libraries/ESP8266WebServer/examples/HelloServerBearSSL/HelloServerBearSSL.ino
Copy file name to clipboardExpand all lines: libraries/ESP8266WebServer/examples/HelloServerBearSSL/HelloServerBearSSL.ino+25-53Lines changed: 25 additions & 53 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
| 30 | + |
| 31 | + |
82 | 32 |
|
| 33 | + |
83 | 34 |
|
84 | 35 |
|
85 | 36 |
|
| ||
104 | 55 |
|
105 | 56 |
|
106 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
107 | 68 |
|
108 | 69 |
|
109 | 70 |
|
| ||
127 | 88 |
|
128 | 89 |
|
129 | 90 |
|
130 |
| - |
| 91 | + |
131 | 92 |
|
132 | 93 |
|
133 | 94 |
|
| ||
138 | 99 |
|
139 | 100 |
|
140 | 101 |
|
| 102 | + |
| 103 | + |
141 | 104 |
|
142 | 105 |
|
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
143 | 115 |
|
144 | 116 |
|
145 | 117 |
|
|
libraries/ESP8266WiFi/examples/BearSSL_Server/BearSSL_Server.ino
Copy file name to clipboardExpand all lines: libraries/ESP8266WiFi/examples/BearSSL_Server/BearSSL_Server.ino+2-87Lines changed: 2 additions & 87 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
| 53 | + |
| 54 | + |
140 | 55 |
|
141 | 56 |
|
142 | 57 |
|
|
libraries/ESP8266WiFi/examples/BearSSL_Server/DO-NOT-USE-THESE-CERTS-IN-YOUR-OWN-APPS
Copy file name to clipboardExpand all lines: libraries/ESP8266WiFi/examples/BearSSL_Server/DO-NOT-USE-THESE-CERTS-IN-YOUR-OWN-APPSWhitespace-only changes.
0 commit comments