TLS 1.1 is available in openssl?

2008-03-02 Thread Subramaniam
Dear all, Does openssl supports TLS v1.1? If yes, from which version onwards? -- Thanks in advance subbu

Definition of ECDSA_SIG_seq_tt

2008-03-02 Thread Skanda Nagaraja
Hi, I am trying to port some ECDSA specific code from openssl. A structure named "ECDSA_SIG_seg_tt" gets called by another structure "ECDSA_SIG_it". These two structures are used in crypto/asn1/tasn_enc.c and crypto/asn1/tasn_dec.c. Is it possible that some pointers be given on the definition o

Re: error opening a CA certificate

2008-03-02 Thread Padmavathi Dt
Padmavathi Devi T Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Outsourcing _

Re: how to decrypt encrypted PCSK8 witch NULL-Byte (0x00) in binary-password

2008-03-02 Thread Grzegorz Rusin
You can make openssl to read password from file: -passin file:something.txt Should to the trick Regards, Grzegorz On Sat, Mar 1, 2008 at 7:49 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello > > I've got problems to decrypt a PKCS8 encrypted private-key with the > openssl-application