To Dev Team:
I need an API in OpenSSL to allow the negotiated cipher to be queried
to determine if it is or is not Anonymous. I don't want to directly
query the contents of the SSL_CIPHER algorithms in my code:
ssl->session->cipher->algorithms & SSL_AUTH_MASK
to determine if it is SSL_aNULL.
I know I can use SSL_get_current_cipher(ssl) to retrieve the current
cipher. Can we add
int SSL_CIPHER_get_algorithms(SSL_CIPHER *c, int * algorithms)
or something equivalent?
Thanks.
Jeffrey Altman * Sr.Software Designer
The Kermit Project * Columbia University
612 West 115th St * New York, NY * 10025 * USA
http://www.kermit-project.org/ * [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]