Re: OpemSSL Hardware Random Number Generator (RNG) for Intel Chip sets.

2001-09-08 Thread Eric Rescorla
Ryan Hurst <[EMAIL PROTECTED]> writes: > I have just read the Intel "technical brief" covering the Intel hardware RNG > device (ftp://download.intel.com/design/security/rng/techbrief.pdf) > interesting read; although it and the accompanying documents > (http://developer.intel.com/design/security/

Re: OpenSSL AIX Shared Libraries

2001-09-08 Thread openssl-dev
On Thu, Aug 30, 2001 at 10:55:08AM -0400, Jason Jesso wrote: > I have configured and compiled openssl-0.9.6 on AIX 4.3.3 using the > following: > > ./config --prefix=~/openssl --openssldir=~/openssl threads shared > make > > I cannot find the shared libraries. Is this not compatible with AIX or

RE: OpemSSL Hardware Random Number Generator (RNG) for Intel Chip sets.

2001-09-08 Thread Ryan Hurst
I have just read the Intel "technical brief" covering the Intel hardware RNG device (ftp://download.intel.com/design/security/rng/techbrief.pdf) interesting read; although it and the accompanying documents (http://developer.intel.com/design/security/rng/rngppr.htm) still do not cover in detail and

RE: OpemSSL Hardware Random Number Generator (RNG) for Intel Chip sets.

2001-09-08 Thread Ryan Hurst
Granted; guess I should not have given such high praise to the quality/uniqueness of that this device produces since they do not provide information on its design nor state that it has been evaluated by any qualified independent reviewers. My assumption was and I guess still (to some degree) that

Re: OpemSSL Hardware Random Number Generator (RNG) for Intel Chip sets.

2001-09-08 Thread Rich Salz
> I am not sure I understand what you are saying You called the intel h/w rng "excellent." I believe consensus is "we don't know." The code you showed does exactly the right thing: don't rely on the h/w RNG directly, but use it as an entropy source. /r$ -- Zolera Systems, Secu

RE: OpemSSL Hardware Random Number Generator (RNG) for Intel Chip sets.

2001-09-08 Thread Ryan Hurst
Rich - I am not sure I understand what you are saying; currently rand_win.c calles CryptGenRandom (CryptoAPI) and the "INTEL_DEF_PROV " to acquire input to the entropy functions in OpenSSL. /* poll the Pentium PRG with CryptoAPI */ if (acquire(&hProvider, 0

Re: OpemSSL Hardware Random Number Generator (RNG) for Intel Chipsets .

2001-09-08 Thread Rich Salz
>excellent source of random data available to you I thought consensus was that since it was a closed system, whiten it or use it as input to entropy. /r$ -- Zolera Systems, Securing web services (XML, SOAP, Signatures, Encryption) http://www.zolera.com ___

OpemSSL Hardware Random Number Generator (RNG) for Intel Chipsets .

2001-09-08 Thread Ryan Hurst
Did you know that many of the new Intel desktop and server chipsets have a built in Hardware Random Number generator? I did not until a while ago. If your computer uses the Intel® 815 chipset, Intel® 820 chipset, Intel® 840 chipset, Intel® 850 chipset, or Intel® 860 chipset you have a excel

Check Out Refinancing Options!

2001-09-08 Thread mamduh
MORTGAGE QUOTES DEBT CONSOLIDATION-REFINANCING-SECOND MORTGAGES-HOME IMPROVEMENT CLICK HERE INTEREST RATES GOING DOWN! You can: GET OUT OF DEBT! GET A BETTER % RATE ON YOUR LOAN! IMPROVE YOUR HOME! HAVE EXTRA SPENDING MONEY! CLICK HERE For a FREE Quote! It's QUICK , EASY and COMPLETE

Re: cvs commit: openssl/crypto/rand md_rand.c

2001-09-08 Thread Ben Laurie
Ulf Möller wrote: > > On Fri, Sep 07, 2001 at 01:44:26PM +0200, [EMAIL PROTECTED] wrote: > > > ben 07-Sep-2001 13:44:25 > > > > Modified:crypto/rand md_rand.c > > Log: > > Now need sha.h for some reason. > > Do we need all the message digest header files that I just removed, >