Top "Openssl" questions

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

Export a PKCS#12 file without an export password?

I am generating exporting some pkcs#12 files for testing purposes. These files are not being used in production and only …

openssl command pkcs#12
Enabling OpenSSL in WAMP

I installed the latest WAMP (from wampserver.com) today on my Windows 7 computer. I have enabled SSL in PHP > …

openssl wampserver
How to determine SSL cert expire date from the cert file itself(.p12)

If I have the actual file(.p12) and a Bash shell in Mac, how can I extract certificate and key …

ssl openssl ssl-certificate
How to extract the RSA public key from a .cer and store it in a .pem using OpenSSL?

I have the requirement to extract the public key (RSA) from a *.cer file. I wish to extract the key …

encryption openssl rsa pem cer
What causes keytool error "Failed to decrypt safe contents entry"?

I am trying to convert a standard PKCS #12 (.p12) key store into a Java JKS key store with this command: …

java openssl keytool pkcs#12 jks
cURL with a PKCS#12 certificate in a bash script

i have to connect to a webservice, where a pkcs12 certificate is a must. the idea was to use curl …

bash curl openssl pkcs12
verifying a file signature with openssl dgst

I am signing packets in some Java code and I want to verify the signatures on a C server. I …

cryptography openssl signing
ImportError: cannot import name HTTPSHandler using PIP

Facing an HTTPSHandler error while installing python packages using pip, following is the stack trace, --------desktop:~$ pip install Django==1.3 Traceback (…

python ssl openssl pip
How to talk to IMAP server in Shell via OpenSSL

I want to send IMAP commands via Mac OS X Terminal to server and get response. I can connect to …

terminal openssl imap
How can I create a .p12 or .pfx file without a private key?

I'm trying to create a .p12 file that does not contain a valid identity (public key / private key pair) in …

openssl pkcs#12