[openssl-dev] [openssl.org #4573] BUG -- Documentation issue with RAND_add in rand.pod

2016-06-16 Thread Rich Salz via RT
commit d9e6d77 pushed to 1.0.2 branch (was already fixed in master). Thanks. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4573 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4573] BUG -- Documentation issue with RAND_add in rand.pod

2016-06-14 Thread paul.d...@oracle.com via RT
The doc/crypto/rand.pod file incorrectly documents the prototype for the RAND_add function. The last argument is a double not an int. It is correctly documented in the doc/crypto/RAND_add.pod file. Fix attached. Pauli -- Oracle Dr Paul Dale | Cryptographer | Network Security & Enc

[openssl.org #2403] Possible Documentation Issue (FIPS User's Guide)

2014-07-02 Thread Rich Salz via RT
Looks like fixed in the latest (2013) version; there is no cross-comipled entry. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Auto

Re: Documentation issue?

2013-09-29 Thread Steve Marquess
On 09/27/2013 09:38 PM, karanpopali wrote: > In the FIPS User Guide (http://www.openssl.org/docs/fips/UserGuide-2.0.pdf), > there is example to set the default DRBG type. It uses DRBG type as > NID_hmac_WithSHA256, but it should be NID_hmacWithSHA256. > > Example from UserGuide: > ./config -DOPENS

Documentation issue?

2013-09-28 Thread karanpopali
\ -DOPENSSL_DRBG_DEFAULT_FLAGS=0 Thanks, Karan -- View this message in context: http://openssl.6102.n7.nabble.com/Documentation-issue-tp46695.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. __ OpenSSL Project

[openssl.org #2403] Possible Documentation Issue (FIPS User's Guide)

2010-12-20 Thread noloa...@gmail.com via RT
In the November 2009 version of the FIPS User's Guide, Command Sets (Table 3.2.1b, p. 22) states "U1 - Linux/Unix, pure C, cross­compiled". However, the build command appears to lack "no-asm". __ OpenSSL Project