Need help on OpenSSL windows build errors

2022-10-17 Thread Ashok Kumar Sarode via openssl-users
Hello OpenSSL users, I need help on following errors which I am getting from myWindows machine building on Visual Studio 2019, Version 16.11.17. Build started...1>-- Build started: Project: executeHelloWorld, Configuration: Debug Win32 --1>VerifyJWTSignUsingRSA.cpp1>C:\Users\myDir\Window

trust store for root/intermediate certificates

2010-12-10 Thread Ashok Kumar
your quick help. Thanks, -Ashok Kumar

Re: pkcs#12 format

2010-02-17 Thread Ashok Kumar
I am not sure if you are using the following command. It parses the certs & keys. #openssl pkcs12 -info -nodes -in Thanks -Ashok On Wed, Feb 17, 2010 at 9:33 AM, Nicolas Pelloux-Prayer wrote: > I'm trying to extract the cert/private key pair from a pkcs#12 file using > the PKCS12_parse method.

Fwd: explanation about openssl command?

2010-02-15 Thread Ashok Kumar
how safe is the following openssl command? openssl pkcs12 -export -out cacert.p12 -in cacert.pem -inkey cakey.pem Any response will be appreciated ! Thanks -Ashok -- Forwarded message -- From: Ashok Kumar Date: Mon, Feb 15, 2010 at 12:42 PM Subject: explanation about openssl com

explanation about openssl command?

2010-02-15 Thread Ashok Kumar
Hi, I saw the following question on openssl support site (http://www.openssl.org/support/faq.html) and which says openssl pkcs12 -export -out cacert.p12 -in cacert.pem -inkey cakey.pem DO NOT DO THIS! This command will give away your CAs private key and reduces its security to zero: allowing any