The question about -rand option is valid, but Viktor’s post is right and the
rest of my post is wrong :(
From: openssl-users
Reply-To: Rich Salz
Date: Monday, November 11, 2019 at 8:10 AM
To: shiva kumar , openssl-users
Subject: Re: dsaparam error OpenSSL 1.1.1d
* openssl dsaparam 128
* openssl dsaparam 128 -rand file
Why are you using the -rand option? Unless this is a special platform, don’t
do that.
* is taking long time processing the command and not producing any output.
What is your hardware and software?
Can you run it under a debugger, and interrupt it som
On Mon, Nov 11, 2019 at 10:59:52AM +0530, shiva kumar wrote:
> *openssl dsaparam 128 -rand file *
> is taking long time processing the command and not producing any output.
It is waiting for *input* (to decode already generated parameters).
If you want to generate a key you need to provide the "-
Hi,
can anyone please help me to solve this issue?
*openssl dsaparam 128 -rand file *
is taking long time processing the command and not producing any output.
On Sun, Nov 10, 2019 at 8:17 PM shiva kumar
wrote:
> Hi,
> I'm using OpenSSL 1.1.1d, when I tried executing the dsaparam command in
> co
Hi,
I'm using OpenSSL 1.1.1d, when I tried executing the dsaparam command in
command line as shown below it takes long time and I won't get output, it
just keeps on processing. Is this an error? what is causing the problem?
*openssl dsaparam 128 -rand file*
*openssl dsaparam -rand file*
--
*W