Dear all,
Does openssl supports TLS v1.1?
If yes, from which version onwards?
--
Thanks in advance
subbu
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
Padmavathi Devi T
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Experience certainty. IT Services
Business Solutions
Outsourcing
_
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