uncategorized wolfclu

wolfCLU Initial s_server Support

We have added initial support for the s_server command to wolfCLU! This exciting new feature supports handling basic TLS connections leveraging the best tested cryptography from the wolfSSL library. It is a quick way to set up simple TLS connection tests. So far the arguments available are :


./wolfssl s_server -help -port Port to listen on.

-key 
	only PEM can be used.

-cert 
	only PEM can be used.

-noVerify
	Disable client cert check.

-CAfile 
	only PEM can be used.

-version 
	SSL version [0-4], SSLv3(0) - TLS1.3(4))

-naccept 
	Number of times to accept.(default 1)

-www
	The response is in HTML format.

-readyFile 
	Create Ready file for external monitor. ```

``` For interest in expanding the capabilities or questions in general, please contact us at facts@wolfSSL.com or +1 425 245 8247. Download wolfSSL Now