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 */

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 t

Re: SSL_get_shared_ciphers question

2004-02-03 Thread Lutz Jaenicke
On Tue, Feb 03, 2004 at 08:41:23AM +0100, Jostein Tveit wrote: > A quick question about the SSL_get_shared_ciphers function. > > 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) > >

SSL_get_shared_ciphers question

2004-02-03 Thread Jostein Tveit
A quick question about the SSL_get_shared_ciphers function. 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) Are there any other ways than sending x number of client hellos with only one

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 > SSL_ge

SSL_get_shared_ciphers() question/bug report

2000-01-08 Thread Lutz Jaenicke
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 SSL_get_shared_ciphers(). While this might g