Using SSL_read and SSL_write on parallel threads

Raja Ashok rashok.svks at gmail.com
Wed Dec 11 11:06:20 UTC 2019


Hi All,

A TLS server application spawns 2 thread and handles 'n' number of TLS
clients. All connections SSL_read operations are performed on one thread
and SSL_write on another thread. To achieve this currently I lock the `SSL`
connection handle. This application uses TLSv1.2 and TLSv1.3.

My question is does anyone uses SSL_read and SSL_write in parallel thread
in much better way ?

Regards,
Raja Ashok
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20191211/55b8e258/attachment.html>


More information about the openssl-users mailing list