Skip to content

Commit d7d1123

Browse files
committed
WiFiServer SSL AT 2.4 has a fix 2
1 parent 0e7b534 commit d7d1123

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,20 @@ The table focuses on limits of AT firmwares in passive receive mode.
7878
|Property|AT 1.7|AT 2 esp8266|AT 2 ESP32|JB AT 1.7 (1)|
7979
|---| :---: | :---: | :---: | :---: |
8080
|more than one TCP server|||||
81-
|SSL server|||(2)||
81+
|SSL server|||||
8282
|TCP client|||||
83-
|SSL client||✓(2)|||
84-
|SSL client TLS 1.2|✗(4)|✗(4)|✗(4)||
85-
|UDP (3)|||||
83+
|SSL client||✓(|||
84+
|SSL client TLS 1.2|✗(3)|✗(3)|✗(3)||
85+
|UDP (2)|||||
8686
|UDP backlog||||n/a|
8787
|UDP multicast||||n/a|
8888
|SoftAP|||||
8989
|WPA2 Enterprise|||||
9090
|epoch time|Lobo||||
9191

9292
* (1) [Jiri Bilek's firmware](https://github.com/JiriBilek/ESP_ATMod#description)
93-
* (2) larger size of available bytes is reported (unencrypted size)
94-
* (3) it is not possible to receive UDP message larger than the configured buffer
95-
* (4) it is possible to use the [SSLClient library](https://github.com/OPEnSLab-OSU/SSLClient) for TLS 1.2 on 32bit MCU
93+
* (2) it is not possible to receive UDP message larger than the configured buffer
94+
* (3) it is possible to use the [SSLClient library](https://github.com/OPEnSLab-OSU/SSLClient) for TLS 1.2 on 32bit MCU
9695

9796
## AT firmware versions
9897

0 commit comments

Comments
 (0)