Michael Bai <[EMAIL PROTECTED]>:
> There is a way to change SSL chipher list in openssl
> SSL_CTX_set_cipher_list(ssl_ctx, char * )
> But I can not figure out the rule of chipher string.
Section ssl-ciph.doc in doc/ssleay.txt has an explanation,
SSL_DEFAULT_CIPHER_LIST in ssl/ssl.h is an example, and
ssl_create_cipher_list has the explanation;
"openssl ciphers -v <string>" shows you the list resulting
from a string.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]