- 08 12月, 2014 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 29 11月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 25 9月, 2014 1 次提交
-
-
由 Rich Salz 提交于
The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X OPENSSL_SYS_MACINTOSH_CLASSIC OPENSSL_SYS_MACOSX_RHAPSODY Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
- 19 9月, 2014 1 次提交
-
-
由 Jake Goulding 提交于
GetDIBits has been around since Windows2000 and BitBitmapBits is an old Win16 compatibility function that is much slower. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 09 6月, 2014 1 次提交
-
-
由 Jakub Wilk 提交于
Because of a missing include <fcntl.h> we don't have O_CREATE and don't create the file with open() using mode 0600 but fall back to using fopen() with the default umask followed by a chmod(). Problem found by Jakub Wilk <jwilk@debian.org>.
-
- 09 4月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 08 4月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Treat a zero length passed to ssleay_rand_add a no op: the existing logic zeroes the md value which is very bad. OpenSSL itself never does this internally and the actual call doesn't make sense as it would be passing zero bytes of entropy. Thanks to Marcus Meissner <meissner@suse.de> for reporting this bug. (cherry picked from commit 5be1ae28ef3c4bdec95b94f14e0e939157be550a)
-
- 25 2月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Windows 8 SDKs complain that GetVersion() is deprecated. We only use GetVersion like this: (GetVersion() < 0x80000000) which checks if the Windows version is NT based. Use a macro check_winnt() which uses GetVersion() on older SDK versions and true otherwise.
-
- 12 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 1月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
If available rdrand is used as an additional entropy source for the PRNG and for additional input in FIPS mode.
-
- 21 10月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
The function gettimeofday() is not supported on all platforms. Use more portable versions. Adapted from FIPS code.
-
- 20 9月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 06 9月, 2013 1 次提交
-
-
- 23 8月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reported by: Tomas Mraz <tmraz@redhat.com> Treat a NULL value passed to drbg_free_entropy callback as non-op. This can happen if the call to fips_get_entropy fails.
-
- 04 6月, 2012 1 次提交
-
-
由 Ben Laurie 提交于
-
- 15 1月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2613 Submitted by: Leena Heino
-
- 20 12月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve Improved PRNG seeding for VOS.
-
- 15 10月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 9月, 2011 1 次提交
-
-
由 Bodo Möller 提交于
-
- 22 6月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
FIPS library to fail. Applications that want to set the FIPS rand method can do so explicitly and presumably they know what they are doing...
-
- 24 4月, 2011 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
callback. Handle case where no multiple of the block size is in the interval [min_len, max_len].
-
- 21 4月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to specify a "block length".
-
- 07 4月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Set FIPS RAND_METHOD at same time as OpenSSL RAND_METHOD.
-
- 05 4月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
now use an internal RAND_METHOD. All dependencies to OpenSSL standard PRNG are now removed: it is the applications resposibility to setup the FIPS PRNG and initalise it. Initial OpenSSL RAND_init_fips() function that will setup the DRBG for the "FIPS capable OpenSSL".
-
- 25 3月, 2011 1 次提交
-
-
由 Richard Levitte 提交于
-
- 19 3月, 2011 1 次提交
-
-
由 Richard Levitte 提交于
submitted by Steven M. Schweda <sms@antinode.info>
-
- 13 3月, 2011 1 次提交
-
-
由 Ben Laurie 提交于
-
- 22 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
is picked up.
-
- 16 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make sure crypto.h is included first in any affected files.
-
- 04 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 1月, 2011 3 次提交
-
-
由 Dr. Stephen Henson 提交于
definition. Remove stale function references from fips.h
-
由 Dr. Stephen Henson 提交于
to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
-
由 Dr. Stephen Henson 提交于
-
- 26 1月, 2011 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
need a whole new PRNG for FIPS). 1. avoid use of ERR_peek(). 2. If compiling with FIPS use small FIPS EVP and disable ENGINE
-
- 18 11月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: "W.C.A. Wijngaards" <wouter@nlnetlabs.nl> Reviewed by: steve Fix OpenBSD compilation failure.
-