[openssl-users] Setting Signature algorithm for Client Hello in openssl.cnf

2018-08-17 Thread Sreekanth Sukumaran
Hi All, I am looking for an option in "openssl.cnf" file to control the signature algorithms supported by an OpenSSL based TLS client application which it lists in the "Client Hello" message and also the signature algorithm used for signing the Client "CertificateVerify" message sent to the server

[openssl-users] OpenSSL 1.0.1 branch : setting Diffie Hellman Elliptic curve name via SSL_set_tmp_ecdh and EC_KEY_new_by_curve_name

2016-11-03 Thread Sreekanth Sukumaran
Hi All, In our project, we are currently supporting two branches of OpenSSL (1.0.1 and 1.0.2) Recently we had a requirement to enable elliptic curve Diffie Hellman, we see that in OpenSSL 1.0.2 branch, we can use the below function to enable ECDH /* Set automatic curve selection for server ssl t

Re: Windows certificate store support

2013-02-06 Thread Sreekanth Sukumaran
;user=guest&pass=guest > > Anyway, as I said, I don't think that this code got into an official > release... > > Regards! > > -- > *From:* Sreekanth Sukumaran > *To:* openssl-users@openssl.org > *Sent:* Tuesday, February 5, 2013 1

Windows certificate store support

2013-02-05 Thread Sreekanth Sukumaran
Hi, I am new to openssl and is facing with the following dilemma. A server application needs to read certificates and private keys from the windows certificate store for establishing SSL connection with the clients. Can anyone tell whether openssl supports/ have interfaces for accessing certific