Using Pre-Shared Keys (PSK) with wolfSSL
Ever wondered how to use PSK with the embedded wolfSSL library? PSK is useful in resource constrained devices where public key operations may not be viable. Its also helpful in closed networks where a Certificate Authority structure isnt in place. To enable PSK with wolfSSL you can simply do: $...
Read more