Re: [openssl-users] pkcs12 how to have different key friendlyName?

2015-02-16 Thread Sean Leonard
On 2/13/2015 12:23 PM, Dr. Stephen Henson wrote: On Fri, Feb 13, 2015, Sean Leonard wrote: Using the openssl pkcs12 -export command, how can one specify a different friendlyName attribute for the private key? For example, consider the command: openssl pkcs12 -export -out pkcs12.p12 -name "sean

Re: [openssl-users] i2d and d2i fucntions

2015-02-16 Thread Dave Thompson
> From: openssl-users On Behalf Of Rajeswari K > Sent: Friday, February 13, 2015 23:50 > Hello Dave, > Based on your input, have stopped calling i2d_ECDSA_SIG() > and used BN_bn2bin() to overcome the der headers. > And now, my verification is working fine. ECDSA_verify in ecs_vrf.c only uses i2d

Re: [openssl-users] i2d and d2i fucntions

2015-02-16 Thread Dave Thompson
> From: openssl-users On Behalf Of Rajeswari K > Sent: Monday, February 16, 2015 03:05 > Our current signature and verification logics are working just fine > with TLS1.0 and TLS1.1 for ECDHE_ECDSA cipher suite. > But, when tested the same cipher suite with TLS1.2, SSL handshake > always failin

Re: [openssl-users] i2d and d2i fucntions

2015-02-16 Thread Rajeswari K
Hello Dave, Our current signature and verification logics are working just fine with TLS1.0 and TLS1.1 for ECDHE_ECDSA cipher suite. But, when tested the same cipher suite with TLS1.2, SSL handshake always failing with "bad signature". Do we need to take care of anything specific for TLS1.2 hand