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