Topic: Multiple Connections
Is it reasonably possible to use wolfSSL in an embedded environment for multiple, simultaneous, encrypted connections (sockets)? I haven't tried more than one connection yet, but I know there is a context I need to set up first and I don't know whether the wolfSSL initialization will accept multiple connections. Thank you.