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
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
;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
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