> From: owner-openssl-us...@openssl.org On Behalf Of Abdulhadi
Abulzahab
> Sent: Saturday, 05 November, 2011 12:32
> 1 - I want to use the " sha1" command but I need the result to go
> into txt file not only to appear on the screen
> otherwise I need to print the result o
From: Abdulhadi Abulzahab
> 1 - I want to use the " sha1" command but I need the
result to go into txt file
Search for any dos/windows shell tutorial...
And then search about redirections (> file).
> 2 - I want to create a simple batch file contains the sha1 command I typed
> in the cmd :
>
> From: owner-openssl-us...@openssl.org On Behalf Of Biswatosh
> Sent: Monday, 03 August, 2009 10:32
> 1)Does openssl accept that this is their bug? It looks to get
> manifested when lot of load is there. This is not consistent
> in my case.
>
I don't recall any specific bug affecting this, but
What remote application or software is it that is generating these errors?
Is it Java?
G.
-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org]
On Behalf Of Biswatosh
Sent: 03 August 2009 15:32
To: openssl-users@openssl.org
Subject: Fw: Help
Oh dear, sounds like you're in a right pickle.
Don't forget to call this first:
SSLeay_add_all_algorithms();
It fills out some structures in SSL library that may be the cause of
your problems (I had the same problems as you, and this fixed it, after
much debugging).
There's no need to call RSA