You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please
tell me about a simple and easy-to-use SSL encryption and decryption black box that supports multithreading.
How do you understand this support for multithreading? Does SSL_Box support multithreading? Can one SSL_Box be called by one thread using onsend and another thread using onrecv?
My meaning is that I just use the ssl_box class, and put my two threads (using the same socket), one thread receives data, and the other thread sends data. Then combine ssl_box to implement ssl.
Refer to test_ssl.cpp, onSend is to give ssl_box plaintext data, onRecv is to feed ssl_box encrypted data. Is there any problem with this understanding?
Please
tell me about a simple and easy-to-use SSL encryption and decryption black box that supports multithreading.
How do you understand this support for multithreading? Does SSL_Box support multithreading? Can one SSL_Box be called by one thread using onsend and another thread using onrecv?
TRANS_BY_GITHUB_AI_ASSISTANT
The text was updated successfully, but these errors were encountered: