Re: Mutual Authentication

2009-01-05 Thread Itay Dagan
-Detected Subject: Re: Mutual Authentication SSL_get_peer_certificate(3ssl), SSL_get_peer_cert_chain(3ssl) will get the certificate and certificate chain, respectively. To control the verification process, you can use SSL_set_verify(3ssl) and/or SSL_CTX_set_verify(3ssl). Note that the server must

Mutual Authentication

2009-01-05 Thread Itay Dagan
Hi Guys I have a question about Mutual authentication. After big help from your side (Thanks Shahin and Patrick) I secseeded to upload the server certificate from memory and it works great verifying the server certificate in the second fase I configure my server to verify client certificate. I

Re: Mutual Authentication

2009-01-05 Thread Kyle Hamilton
have a question about Mutual authentication. After big help from your side (Thanks Shahin and Patrick) I secseeded to upload the server certificate from memory and it works great verifying the server certificate in the second fase I configure my server to verify client certificate. I am

[openssl.org #1582] bug report,patch: dtls assertion with mutual authentication

2007-09-17 Thread Dirk Liebke via RT
Openssl throws an exception if you use dtls with SSL_VERIFY_PEER. This is a long standing bug affecting all versions since inclusion of dtls. Nagendra Modadugu created a patch in 2005 which should have been applied: http://groups.google.de/group/mailing.openssl.dev/browse_thread/thread/9

Re: DTLS and mutual authentication.

2006-09-29 Thread Jeremy Goddard
) to address that assertion. Please try the latest 0.9.8 snapshot. -Kyle H On 9/27/06, Jeremy Goddard [EMAIL PROTECTED] wrote: Hello, When attempting to use DTLS with mutual authentication my DTLS server fails with message: d1_both.c(1064): OpenSSL internal error, assertion failed: s-d1

Re: DTLS and mutual authentication.

2006-09-29 Thread Kyle Hamilton
: Hello, When attempting to use DTLS with mutual authentication my DTLS server fails with message: d1_both.c(1064): OpenSSL internal error, assertion failed: s-d1-w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH == (unsigned int)s-init_num I have noted a few threads referencing this error

Re: DTLS and mutual authentication.

2006-09-28 Thread Jeremy Goddard
snapshot. -Kyle H On 9/27/06, Jeremy Goddard [EMAIL PROTECTED] wrote: Hello, When attempting to use DTLS with mutual authentication my DTLS server fails with message: d1_both.c(1064): OpenSSL internal error, assertion failed: s-d1-w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH == (unsigned int)s

Re: DTLS and mutual authentication.

2006-09-28 Thread Kyle Hamilton
. -Kyle H On 9/27/06, Jeremy Goddard [EMAIL PROTECTED] wrote: Hello, When attempting to use DTLS with mutual authentication my DTLS server fails with message: d1_both.c(1064): OpenSSL internal error, assertion failed: s-d1-w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH == (unsigned int)s-init_num

DTLS and mutual authentication.

2006-09-27 Thread Jeremy Goddard
Hello, When attempting to use DTLS with mutual authentication my DTLS server fails with message: d1_both.c(1064): OpenSSL internal error, assertion failed: s-d1-w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH == (unsigned int)s-init_num I have noted a few threads referencing this error going back

Re: DTLS and mutual authentication.

2006-09-27 Thread Kyle Hamilton
There was a patch applied recently (within the past week) to address that assertion. Please try the latest 0.9.8 snapshot. -Kyle H On 9/27/06, Jeremy Goddard [EMAIL PROTECTED] wrote: Hello, When attempting to use DTLS with mutual authentication my DTLS server fails with message: d1_both.c