You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|TCP/IP protocol stack[M3S-T4-Tiny] for Renesas MCUs|2.10|r_t4_rx|
50
-
|TSIP(Trusted Secure IP) driver|1.17.l|r_tsip_rx|
50
+
|TSIP(Trusted Secure IP) driver|1.21|r_tsip_rx|
51
51
<br>
52
52
53
-
Note) As of April 2022, TIPS v1.15 does not seem to be able to be added as a FIT component by adding a component in the Smart Configurator Perspective. Add it manually along the method described later.
54
53
<br><br>
55
54
56
55
## 3. Importing sample application project into e2Studio
@@ -247,7 +246,7 @@ is generated. This executable program acts as a server application. If you execu
247
246
<br> <br>
248
247
249
248
```
250
-
$ examples / server / server -b -v4 -i
249
+
$ examples / server / server -b -v 4 -i
251
250
```
252
251
253
252
<br>
@@ -338,7 +337,7 @@ Define “WOLF_PRIVATE_KEY_ID” in your user_settings.h.
338
337
## 11. Limitations
339
338
----
340
339
<br>
341
-
wolfSSL, which supports TSIPv1.17, has the following functional restrictions.
340
+
wolfSSL, which supports TSIPv1.21, has the following functional restrictions.
342
341
<br><br>
343
342
344
343
1. Handshake message packets exchanged with the server during the TLS handshake are stored in plaintext in memory. This is used to calculate the hash of handshake messages. The content will be deleted at the end of the session.
0 commit comments