Re: Key usage at openssl

2013-05-01 Thread Krzysztof Konopko
2013/5/1 Rajeswari K raji.kotamr...@gmail.com Hello openssl-users, We have two different keypairs such as signature keypair and encryption keypair on our device. Hence, two different certificates (signature and encryption) were issued by CA server. Query : To perform openssl handshake,

RE: Key usage at openssl

2013-05-01 Thread Salz, Rich
It should not be surprising that both keypairs worked. Unless you're doing mutual authentication, the SSL server will never see the client certificate, and so it will not be able to see the keyUsage attribute, or the extendedKeyUsage attribute. Those two attributes specify how a keypair is

Re: Key usage at openssl

2013-05-01 Thread Jakob Bohm
On 5/1/2013 6:46 PM, Salz, Rich wrote: It should not be surprising that both keypairs worked. Unless you’re doing mutual authentication, the SSL server will never see the client certificate, and so it will not be able to see the keyUsage attribute, or the extendedKeyUsage attribute. Those two