Top "Openssl" questions

OpenSSL is an open source software toolkit that implements the SSL/TLS protocol, as well as a general cryptographic library.

How to check a public RSA key file

Inside a shell script I want verify public RSA file. All I want to do is that find a way …

shell openssl rsa public-key pem
Undefined reference to SSL_library_init and SSL_load_error_strings

I am implementing a OpenSSL code and have already included required header files but still I am getting errors like * …

c openssl undefined-reference
Programmatically Create X509 Certificate using OpenSSL

I have a C/C++ application and I need to create a X509 pem certificate containing both a public and …

openssl ssl-certificate x509 pkix
What does "SSL_CTX_use_PrivateKey_file" "problems getting password error" indicate in Nginx error log?

I'm trying to set up SSL on Nginx. It doesn't work, and I am getting the following error in the …

ssl https nginx openssl private-key
gem install fails with openssl failure

I tried to install cocoapods (http://cocoapods.org/) on my OSX Mountain Lion. moshe-mbp:~ moshem$ gem install cocoapods ERROR: Could …

ruby macos rubygems openssl cocoapods
Create PKCS#12 file with self-signed certificate via OpenSSL in Windows for my Android App

I am writing an Android App that requires SSL certification for certain web requests. I need to build a PKCS12 …

android openssl certificate pkcs#12
How to import an OpenSSL key file into the Windows Certificate Store

I've got an OpenSSL generated X.509 certificate in PEM format and it's associated key file. This certificate is required for …

windows openssl x509 schannel
How to extract private key from pfx file using openssl?

I was looking for this private key to add ssl certificate in Softlayer's "Add Certificate" wizard and to use it …

openssl private-key pkcs#12
Adding an intermediate certificates to a pkcs12 file

I have a certificate that has the following chain of certification: Entrust->My CA->My Issuing CA->…

openssl ssl-certificate jboss6.x pkcs#12
Will SSLContext.getInstance("TLS") supports TLS v1.1 and TLS v1.2 also?

In my java Code i am creating one instance of SSL Context using command SSLContext ctx = SSLContext.getInstance("TLS"); But …

java tomcat ssl openssl poodle-attack