@@ -152,7 +152,7 @@ $./examples/server/server -b -d -i -v 4
152152
153153+ For ECDSA sign and verify use,
154154Enable the ` USE_CERT_BUFFER_256 ` macro in ` wolfssl_demo.h `
155- Disble the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
155+ Disable the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
156156
157157+ launch server with the following option.
158158```
@@ -214,7 +214,7 @@ $./examples/server/server -b -d -i -v 3
214214
215215+ For ECDSA sign and verify use,
216216Enable the ` USE_CERT_BUFFER_256 ` macro in ` wolfssl_demo.h `
217- Disble the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
217+ Disable the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
218218
219219+ launch server with the following option.
220220```
@@ -281,7 +281,7 @@ static const byte ucIPAddress[4] = { 192, 168, 11, 241 };
281281
282282+ For ECDSA sign and verify use,
283283Enable the ` USE_CERT_BUFFER_256 ` macro in ` wolfssl_demo.h `
284- Disble the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
284+ Disable the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
285285
286286+ launch server from e2studio
287287
@@ -311,7 +311,7 @@ Cleaning up socket and wolfSSL objects.
311311Waiting connection....
312312```
313313
314- You will see the follwoing message on Linux terminal.
314+ You will see the following message on Linux terminal.
315315```
316316$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 4
317317SSL version is TLSv1.3
@@ -333,7 +333,7 @@ Received: hello wolfssl!
333333Cleaning up socket and wolfSSL objects.
334334Waiting connection....
335335```
336- You will see the follwoing message on Linux terminal.
336+ You will see the following message on Linux terminal.
337337```
338338$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 4 -A ./certs/ca-ecc-cert.pem -c ./certs/client-ecc-cert.pem -k ./cert
339339s/ecc-client-key.pem
@@ -359,7 +359,7 @@ static const byte ucIPAddress[4] = { 192, 168, 11, 241 };
359359
360360+ For ECDSA sign and verify use,
361361Enable the ` USE_CERT_BUFFER_256 ` macro in ` wolfssl_demo.h `
362- Disble the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
362+ Disable the ` USE_CERT_BUFFER_2048 ` macro in ` wolfssl_demo.h `
363363
364364+ launch server from e2studio
365365
@@ -389,7 +389,7 @@ Cleaning up socket and wolfSSL objects.
389389Waiting connection....
390390```
391391
392- You will see the follwoing message on Linux terminal.
392+ You will see the following message on Linux terminal.
393393```
394394$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 3
395395SSL version is TLSv1.2
@@ -411,7 +411,7 @@ Received: hello wolfssl!
411411Cleaning up socket and wolfSSL objects.
412412Waiting connection....
413413```
414- You will see the follwoing message on Linux terminal.
414+ You will see the following message on Linux terminal.
415415```
416416$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 3 -A ./certs/ca-ecc-cert.pem -c ./certs/client-ecc-cert.pem -k ./certs/ecc-client-key.pem
417417SSL version is TLSv1.2
0 commit comments