> On Jul 28, 2016, at 11:00 AM, pratyush parimal
> wrote:
>
> Hi Thomas,
>
> Thanks for your response! It clears up matters a lot :)
>
> There's one thing that I thought of though -- even though I'm generating the
> salt via non-OpenSSL means, the actual function that I'm using for hashing i
Hi Thomas,
Thanks for your response! It clears up matters a lot :)
There's one thing that I thought of though -- even though I'm generating
the salt via non-OpenSSL means, the actual function that I'm using for
hashing is "SHA512" from FIPS OpenSSL.
Does the mere usage of salt that was generated
> On Jul 27, 2016, at 8:18 PM, pratyush parimal
> wrote:
>
> Hi all,
>
> I work on a consumer application which is striving to be fips-140-2 compliant.
>
> I'm using OpenSSL as recommended in the fips guide by invoking
> fips_mode_set(). However, in certain parts of the same application, I'm
Hi all,
I work on a consumer application which is striving to be fips-140-2
compliant.
I'm using OpenSSL as recommended in the fips guide by invoking
fips_mode_set(). However, in certain parts of the same application, I'm
using my own non-OpenSSL random number generator to generate salts for
hash
The Lavarnd project shows some weakness (vs NIST 800-22 testing) for both
/dev/urandom, and /dev/random.
Does anyone know of a project for software RNG that is high quality? The
/dev/random project is close - but fails the NSIT test for DFT Spectral
(uniformity)?
Hello,
> The man page clearly mentions that.
>
> Add RAND_seed() or RAND_add() with the required
> entropy required before calling RAND_bytes(). In a
> pseudorandom number generator the seed uniquely
> determines the random sequence. So you might want to
> vary the seed somehow using getpid() o
Random number generation always depends on the PRNG
being seeded first.
The man page clearly mentions that.
Add RAND_seed() or RAND_add() with the required
entropy required before calling RAND_bytes(). In a
pseudorandom number generator the seed uniquely
determines the random sequence. So you
This worked..Thanks a million. :-)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Allan E. Johannesen
Sent: Monday, April 24, 2006 6:32 PM
To: openssl-users@openssl.org
Subject: Random Number Generation in openssl
>>>>> "ambarish_mitr
> "ambarish_mitra" == Ambarish Mitra <[EMAIL PROTECTED]> writes:
ambarish_mitra> Hi all, I am trying to generate random numbers using openssl. I
ambarish_mitra> am not using the ENGINE API, but using only the rand functions.
ambarish_mitra> Code snippet:
You correctly identify the buffer as
Hi
all,
I am
trying to generate random numbers using openssl. I am not using the ENGINE API,
but using only the rand functions.
Code
snippet:
int main(int argc, char
*argv[]){ RAND_METHOD
*rmeth; int
r; unsigned char
buf[16];
rmeth =
RAND_SSLeay();
PROTECTED]
Subject: Random number generation
Hi,
I am looking for an powerful random number generation library for an
application. Is open ssl has such library. ( not pseudo random generations )
Is anyone know ?
Regards
Ashada
On Thu, Sep 27, 2001 at 03:18:49PM +0600, Ashada Karunaratna wrote:
> I am looking for an powerful random number generation library for an
> application. Is open ssl has such library. ( not pseudo random generations )
> Is anyone know ?
If your under Unix, why not use /dev/rando
Hi,
I am looking for an powerful random number generation library for an
application. Is open ssl has such library. ( not pseudo random generations )
Is anyone know ?
Regards
Ashada
__
OpenSSL Project
On Mon, Nov 20, 2000 at 07:24:07PM +0100, Wolfgang Häfelinger wrote:
> Hi,
> since I have the same problem and since there is almost no useful
> documentation available, what I'm supposed to do if there is
> /dev/random but it blocks? Note: Don't have /dev/urandom.
If you need a nonblockin
> Hi,
> since I have the same problem and since there is almost no useful
> documentation available, what I'm supposed to do if there is
> /dev/random but it blocks? Note: Don't have /dev/urandom.
you can read as much as is available, with a non-blocking
file descriptor or with FIONREAD. If
Hi,
since I have the same problem and since there is almost no useful
documentation available, what I'm supposed to do if there is
/dev/random but it blocks? Note: Don't have /dev/urandom.
Btw, is there any useful documentation around or in progress?
Bye, Wolfgang.
[EMAIL PROTECTED] schri
> Hi,
>
> I am a complete novice when it comes to SSL and I have had to =
> incorporate OpenSSL into my project through use of a CORBA ORB I am =
> using.
>
> I have been advised that I need a random number generator to use =
> OpenSSL. Is this true, and if so why? I am just trying to understand
PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Timothy Sim
Sent: Sunday, November 19, 2000 2:19 PM
To: [EMAIL PROTECTED]
Subject: Random number generation
Hi,
I am a complete novice when it comes to SSL and I have had to incorporate
OpenSSL into my project through use of a CORBA ORB I am usin
Hi,
I am a complete novice when it comes to SSL and I
have had to incorporate OpenSSL into my project through use of a CORBA ORB I am
using.
I have been advised that I need a random number
generator to use OpenSSL. Is this true, and if so why? I am just trying to
understand OpenSSL and h
"Pavan Auman" <[EMAIL PROTECTED]> writes:
> I have installed openssl and Net::SSLeay, but my Solaris 2.6 platform =
> does not have /dev/random or /dev/urandom. Is there any way that I can =
> still seed the RNG without these tools?
This question reduces to: Is there any way to obtain random num
I have installed openssl and Net::SSLeay, but my
Solaris 2.6 platform does not have /dev/random or /dev/urandom. Is there
any way that I can still seed the RNG without these tools?
Pavan W.B. AumanSoftware
EngineerMarketPlace.Net, Inc.http://www.stockmaster.com
21 matches
Mail list logo