Issue: Client Hello advertises 2 cipher suites.

2013-06-29 Thread Tanmoy Sinha
ation selects the the first advertised cipher suite and carries on the handshake. Can someone explain this behavior? My requirement is to have the session to use TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 this cipher suite only. What needs to be done for this. Regards Tanmoy Sinha

Re: Issue: Client Hello advertises 2 cipher suites.

2013-06-30 Thread Tanmoy Sinha
Thanks Dave. Yep the other person is my senior and since I didn't have an user forum registration at that moment, so asked him to drop the question on my behalf. Sorry for the inconvenience. Regards Tanmoy Sinha http://tanmoyspeaks.blogspot.com On Mon, Jul 1, 2013 at 4:04 AM, Dave Tho

HowTo; Create sample ECC Certificate with sha1WithRSAEncryption.

2013-08-22 Thread Tanmoy Sinha
out ec_rsa_key.pem -name prime256v1 -genkey* b> *openssl req -new -x509 -days 365 -key ec_rsa_key.pem -sha1 -out ec_rsa.pem* What could I be missing here? Or is there any downloadable sample certificates & private key which has the required attributes? Regards Tanmoy Sinha