RAND_bytes() and NIST SP 800-90 DRBG: with latest FIPS-capable OpenSSL 1.0.1

2012-03-10 Thread Bill Durant
Hello, Does RAND_bytes() now defaults to the full implementation of NIST SP 800-90 DRBG, while in FIPS mode with the latest FIPS-capable OpenSSL 1.0.1? Per code inspection, that is what it looks like. But just wanted to double check to be 100% certain. If that is the case, is the continuous

How to create own Chained Based Server Certifciate ?

2012-03-10 Thread Mr.Rout
I am doing Server Authentication where i keep ROOT cert are my client and Server cert ( could be Selfsigned or chained cert). The issue here is i am facing the below error when ever i am using 2-level-CA cert even more. Alert Level: Fatal, Description: Unable to verify leaf signature (21) Du

Re: openssl compile time error

2012-03-10 Thread Jeffrey Walton
On Thu, Mar 8, 2012 at 1:40 PM, wrote: > > Hi, > > I use this commands for compile it on a FreeBsd 8.2. > > # ./Configure > # ./config > # make Try gmake. __ OpenSSL Project http://www.openssl.org

openssl compile time error

2012-03-10 Thread aram_baghomian
Hi, I use this commands for compile it on a FreeBsd 8.2. # ./Configure # ./config # make in make process i get these errors.