Re: SSL / zlib compression

2006-09-27 Thread Shahin Khorasani
Adayadil Thomas wrote: Greetings. I have an SSL session in which the client and server has negotiated for cipherSuite SSL_RSA_WITH_RC4_128_MD5 compressionMethodzlib-compression Now, is the zlib-compression applied before encryption or after ? data - zlib-compression -

Re: Web-of-trust authentication in OpenSSL.

2006-09-27 Thread Shahin Khorasani
Dr Bob wrote: Dear OpenSSL developers, I've been developing an private peer-to-peer application based on OpenSSL (Thank you, to all the developers who have put time into OpenSSL) Initially I used X509 certificates for the authentication between peers, However I quickly realised that a

Re: Web-of-trust authentication in OpenSSL.

2006-09-27 Thread Kyle Hamilton
You should be able to implement your code using the callbacks, without having to add code to the library directly. This is, I believe, not available in 0.9.7g -- most of the callbacks were implemented in 0.9.8. (You should always be able to contribute in the contrib/ directory, though examples

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 to

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: