Hi, The ssl has default ciphers loaded and I'm trying the set only the required ciphers through
SSL_CTX_set_cipher_list(ssl_ctx, "DES-CBC3-SHA:AES256-SHA:RC4-SHA:AES128-SHA") or SSL_CTX_set_cipher_list(ssl_ctx,"ALL:!MD5") as such I'm not facing any issue with the above API, it returns success. But I'm not able to see the effect of the API when tried to display the shared ciphers list through the following API I see the same share Ciphers loaded. SSL_get_shared_ciphers(ssl, buffer, sizeof(buffer)) NOTE: I've used dedicated server and client SSL_METHOD() API's Is there anything I've to consider for getting the things done? -- View this message in context: http://old.nabble.com/Unable-to-override-the-default-ciphers-%28shared-ciphers%29-tp26435918p26435918.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
