[openssl-dev] [openssl.org #4336] SSL_CTX_set_cipher_list man page links to 404

2016-02-23 Thread Hannes Magnusson via RT
There is a link to "ciphers" from https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_cipher_list.html that leads to 404 page: https://www.openssl.org/docs/manmaster/ssl/ciphers.html This is linked twice from the page, once in the "see also", and once in the description "The format of the

[openssl.org #3267] bug report - Possible to get SRP-RSA-AES-256-CBC-SHA as output from SSL_get_ciphers even once filtered using SSL_CTX_set_cipher_list

2014-07-01 Thread Stephen Henson via RT
Fixed now, duplicate of PR#3134 Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org __ OpenSSL Project

[openssl.org #3267] bug report - Possible to get SRP-RSA-AES-256-CBC-SHA as output from SSL_get_ciphers even once filtered using SSL_CTX_set_cipher_list

2014-02-21 Thread Matthew Bradbury via RT
Hello, I believe I have found a bug with restricting cipher suites using SSL_CTX_set_cipher_list. When I provide a large filter list I still get the cipher suite SRP-RSA-AES-256-CBC-SHA as output, even though it is specified to be removed. When I only disable SRP-RSA-AES-256-CBC-SHA

[openssl.org #836] SSL_CTX_set_cipher_list() in OpenSSL 0.9.7c under Linux

2005-06-08 Thread Nils Larsch via RT
should be fixed. please test a new snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #836] SSL_CTX_set_cipher_list() in OpenSSL 0.9.7c under Linux

2004-03-03 Thread Jose Castejon-Amenedo via RT
I am working with OpenSSL 0.9.7c under Linux. I have come across the following when using SSL_CTX_set_cipher_list() in this platform. According to man page, SSL_CTX_set_cipher_list() has the following prototype: int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str

SSL_CTX_set_cipher_list(ALL) negotiates ADH-AES256-SHA

2002-11-24 Thread Peter 'Luna' Runestig
Hi all, I have a client and a server, that sets SSL_CTX_set_cipher_list(ALL) (and SSL_CTX_set_tmp_dh_callback()). With beta3 and beta4, that makes the negotiated cipher to be ADH-AES256-SHA. I would expect something like DHE-RSA-AES256-SHA instead (which I get if I do SSL_CTX_set_cipher_list

SSL_CTX_set_cipher_list

2002-04-22 Thread Kenneth R. Robinette
undefined methods to force the SSL cipher list to only contain RSA:NULL:MD5 in the client cipher list. However, by using these unsupported methods, the app is not calling SSL_CTX_set_cipher_list or any of the other common methods of setting the cipher list, which results in the ssl_digest

Re: SSL_CTX_set_cipher_list

2002-04-22 Thread Lutz Jaenicke
is not calling SSL_CTX_set_cipher_list or any of the other common methods of setting the cipher list, which results in the ssl_digest- methods[] array not being initialized. Somehow this array must get initialized during OpenSSL dll setup, but so far I have not been able to track down where that is being