Hello, All,

I am glad to know about OpenSSL and look forward to better learning some
of the features and requirements.  I am working in a Linux environment.
Here are my questions.

1. May there be no exchange of certificates?
2. May there be 256-bit encryption on both ends using the same key?  How
is encryption called?
3. With known SSL_read/SSL_write sizes, is there any reason to implement
BIO?
4. How can one best handle multiple clients?
5. The server passes the file descriptor, data and task to a thread
pool.  Any advice on keeping things clean amidst multi-threading?  I
have read that for pre 1.0.0, that CRYPTO_set_locking_callback() and
CRYPTO_set_id_callback() must be implemented.  How is this done?

Thank you in advance for any feedback or guidance.

Jim
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to