t use SSL_CTX_load_verify_locations as my program does not have
access to the file system or the files directly.Regards
Aravind GJ
SSL_use_PrivateKey use EVP_PKEY
structure, but to get that structure, I need to use BIO APIs which again
takes filename as input.
Can you please help me in this?
Regards
Aravind GJ
I am using *"openssl-0.9.8".*
Regards
Aravind GJ
Hi,
I am trying to use openssl in a client for communicating using TLS v1.2
protocol.
The openssl home page mentions about TLSv1 but no mention about 1.1 or 1.2.
Is TLS V1.2 supported in openssl? (I am using openssl-1.0.0 version)
Regards
Aravind GJ