Re: SSL_get_shared_ciphers question

2004-02-09 Thread Lutz Jaenicke
On Wed, Feb 04, 2004 at 02:22:49PM +0100, Jostein Tveit wrote: Lutz Jaenicke [EMAIL PROTECTED] writes: On Tue, Feb 03, 2004 at 08:41:23AM +0100, Jostein Tveit wrote: What exactly does the comment in ssl/ssl_lib.c mean: /* works well for SSLv2, not so good for SSLv3 */ char

Re: SSL_get_shared_ciphers question

2004-02-04 Thread Jostein Tveit
Lutz Jaenicke [EMAIL PROTECTED] writes: On Tue, Feb 03, 2004 at 08:41:23AM +0100, Jostein Tveit wrote: What exactly does the comment in ssl/ssl_lib.c mean: /* works well for SSLv2, not so good for SSLv3 */ char *SSL_get_shared_ciphers(SSL *s,char *buf,int len) Its part of the protocol

Re: SSL_get_shared_ciphers() question/bug report

2000-01-08 Thread Dr Stephen Henson
Lutz Jaenicke wrote: Hi, when running in server mode, I want to obtain a list of the ciphers the client presented (for debugging purposes). If did not miss anything (while reading the source and doing experiments with s_server and s_client, this list is obtained by calling