Re: Information wanted on OpenSSL cipher alias HIGH, MEDIUM and LOW.

2010-04-15 Thread sandeep kiran p
Run the following command to know which ciphers get selected. # openssl ciphers 'ALL:!SSLv2:!EXPORT:!LOW:!MEDIUM:!DH' AES256-SHA:AES128-SHA:DES-CBC3-SHA -Sandeep On Thu, Apr 15, 2010 at 10:45 AM, Bhat, Jayalakshmi Manjunath jayalakshmi.b...@hp.com wrote: Hi All, I wanted to know when we

server side renegotiation

2010-04-15 Thread Adam Grossman
hello, i had my code running on 0.9.8e without any issues. i upgraded to 0.9.8n, and now when my server initiates a renegotiation with the client (which is either IE or Firefox), SSL_renegotiation returns a 0. i understand from the CHANGELOG the it was not allowed until 0.9.8m, but this line

Re: server side renegotiation

2010-04-15 Thread William A. Rowe Jr.
On 4/15/2010 12:42 PM, Adam Grossman wrote: hello, i had my code running on 0.9.8e without any issues. i upgraded to 0.9.8n, and now when my server initiates a renegotiation with the client (which is either IE or Firefox), SSL_renegotiation returns a 0. i understand from the CHANGELOG the

apps/Makefile - E_SRC

2010-04-15 Thread James Mansion
Why does E_EXE contain dhparam and E_OBJ contain dhparam.o, but E_SRC does not contain dhparam.c? (OpenSSL 1.0.0 fwiw) __ OpenSSL Project http://www.openssl.org User Support Mailing List

How to decrypt PKCS7 structures

2010-04-15 Thread Phillip Hellewell
Apparently PKCS7_decrypt() only works on enveloped data. How can I decrypt a PKCS7 of type signedAndEnveloped or encrypted? Thanks, Phillip

Re: How to decrypt PKCS7 structures

2010-04-15 Thread Dr. Stephen Henson
On Thu, Apr 15, 2010, Phillip Hellewell wrote: Apparently PKCS7_decrypt() only works on enveloped data. How can I decrypt a PKCS7 of type signedAndEnveloped or encrypted? Signed and enveloped isn't supported and hardly anyone implements it any more. BTW you are best using the CMS functions

RE: Information wanted on OpenSSL cipher alias HIGH, MEDIUM and LOW.

2010-04-15 Thread Bhat, Jayalakshmi Manjunath
Hi Sandeep and Adam Langley, Thank you very much. But I did not find where the aliases LOW,MEDIUM and HIGH are defined. I wanted to know where they are defined in OpenSSL? Regards Jaya From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of sandeep