Re: Are Openssl Random Number Generator NIST compliant ?

2013-03-06 Thread Ben Laurie
On 6 March 2013 03:55, Nayna Jain naynj...@in.ibm.com wrote: Hi all, Are RAND_seed(), RAND_add() NIST SP 800-151A compliant ? 800-151 does not appear to exist, got a link? __ OpenSSL Project

Are Openssl Random Number Generator NIST compliant ?

2013-03-05 Thread Nayna Jain
Hi all, Are RAND_seed(), RAND_add() NIST SP 800-151A compliant ? NIST SP 800-151A compliant enforces that RBGs specified in SP 800-90 (HASH, HMAC, CTR, DUAL_EC) and ANS X9.62-2005 (HMAC) are acceptable standards I think this depends on the engine being loaded. HOwever, not sure what engine is

Re: OpenSSL Random Number Generator

2007-01-23 Thread Marek Marcola
Hello, may b this is a very simple question but I was not able to figure out. What are the Random Number Generator Algorithms used in OpenSSL 0.9.8d Please can you let me know ig Blum-Blum-Shub is implemented and how do I invoke it. BBS is not implemented in OpenSSL, you may try GMP. Best

RE: OpenSSL Random Number Generator

2007-01-23 Thread visalakshi.natraj
PM To: openssl-users@openssl.org Subject: Re: OpenSSL Random Number Generator Hello, may b this is a very simple question but I was not able to figure out. What are the Random Number Generator Algorithms used in OpenSSL 0.9.8d Please can you let me know ig Blum-Blum-Shub is implemented and how

RE: OpenSSL Random Number Generator

2007-01-23 Thread kamalakar.mergu
3:45 PM To: openssl-users@openssl.org Subject: Re: OpenSSL Random Number Generator Hello, may b this is a very simple question but I was not able to figure out. What are the Random Number Generator Algorithms used in OpenSSL 0.9.8d Please can you let me know ig Blum-Blum-Shub is implemented

Re: OpenSSL Random Number Generator

2007-01-23 Thread Victor Duchovni
On Tue, Jan 23, 2007 at 12:54:51PM +0530, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] To: openssl-users@openssl.org Date: Tue, 23 Jan 2007 12:54:51 +0530 Subject: OpenSSL Random Number Generator Hi, may b this is a very simple question but I was not able to figure out. What

OpenSSL Random Number Generator

2007-01-22 Thread visalakshi.natraj
---BeginMessage--- Hi, may b this is a very simple question but I was not able to figure out. What are the Random Number Generator Algorithms used in OpenSSL 0.9.8d Please can you let me know ig Blum-Blum-Shub is implemented and how do I invoke it. Thanks and Regards, Visalakshi Natraj

Re: OpenSSL Random Number Generator

2005-12-05 Thread Richard Koenning
Hagai Yaffe wrote: I am looking for some documentation regarding OpenSSL Random Number Generator, I have looked on the net and could not find what I need. I mainly need some compression between OpenSSL Random Number Generator and other Random Generation algorithms (Blum-Blum-Shub, FIPS 186, RPK

OpenSSL Random Number Generator

2005-12-04 Thread Hagai Yaffe
Hello, I am looking for some documentation regarding OpenSSL Random Number Generator, I have looked on the net and could not find what I need. I mainly need some compression between OpenSSL Random Number Generator and other Random Generation algorithms (Blum-Blum-Shub, FIPS 186, RPK). I