Certificate chain in memory buffer

2011-11-22 Thread Aravind GJ
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

Providing certificates/keys as a buffer rather than a filename

2010-07-21 Thread 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

Problem in adding private key in .der format

2010-06-17 Thread Aravind GJ
I am using *"openssl-0.9.8".* Regards Aravind GJ

TLS version on openssl

2010-05-31 Thread 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