RE: How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file?

2012-11-12 Thread Funnell, Leon
Got it working (almost) in vbscript. I have the following problem however: If I run Openssl.exe on it’s own waiting for input, I can tell it to do one encryption only. See the steps I have followed below: 1. In Windows, run CMD.exe 2. Cd to C:\OpenSSL-Win64\bin 3.

RE: How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file?

2012-11-12 Thread Carl Young
Do have really have to use OpenSSL.exe or could you create/use a modified version of that tool that does exactly what you expect? Your scaling problem is because of the entropy gathering each time OpenSSL is launched. This takes a significant amount of time, especially compared to the actual

Re: commands to get info from intermediate certificates

2012-11-12 Thread Florian Weimer
* Ali Jawad: Thanks Florian I did go ahead and parsed them, I last question please, in a chain sometimes only the intermediate certificates are returned and at other times the intermediate chains and the root certificate is returned, at least based on digcerts ssl testing utility, how can I

openssl 1.0.1c cannot parse newest GOST/PFX

2012-11-12 Thread Eugene Grosbein
Hi! Recently we purchased Aladdin eToken USB with digital signature inside that uses GOST 34.11/34.10-2001 for official electronic contacts with Russian Government. It works just fine with Windows XP and CryptoPro CSP. I've exported it with its private key to pfx file (PKCS#12 format) using