Add flag to inhibit checking for alternate certificate chains. Setting this
[openssl.git] / crypto / rand /
2015-02-12 Clang via Jeffrey... RT3684: rand_egd needs stddef.h
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-24 Rich Salzifdef cleanup, part 4a: '#ifdef undef'
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Rich Salzifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-13 Matt CaswellAvoid deprecation problems in Visual Studio 13
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2014-12-17 Rich SalzRT3544: Restore MWERKS for NetWare
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS_*_SIZE_T
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-09-24 Rich SalzRT3544: Remove MWERKS support
2014-09-18 Jake GouldingRT2301: GetDIBits, not GetBitmapBits in rand_win
2014-06-08 Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-04-09 Dr. Stephen Hensonssleay_rand_add returns a value in 1.1.0
2014-04-07 Dr. Stephen HensonReturn if ssleay_rand_add called with zero num.
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2014-01-12 Dr. Stephen Hensontypo
2014-01-11 Dr. Stephen HensonUse rdrand as additional entropy source.
2013-10-20 Dr. Stephen HensonTime value for various platforms.
2013-09-20 Ben LaurieMix time into the pool to avoid repetition of the Andro...
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2012-08-22 Dr. Stephen HensonPR: 2786
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-01-15 Andy PolyakovFix OPNESSL vs. OPENSSL typos.
2011-12-19 Dr. Stephen HensonPR: 2563
2011-10-14 Dr. Stephen Hensonmore vxworks patches
2011-09-05 Bodo Möllermake update
2011-06-21 Dr. Stephen HensonDon't set FIPS rand method at same time as RAND method...
2011-04-23 Dr. Stephen HensonOops, work out expanded buffer length before allocating...
2011-04-23 Dr. Stephen HensonAlways return multiple of block length bytes from defau...
2011-04-21 Dr. Stephen HensonAdd continuous RNG test to entropy source. Entropy...
2011-04-06 Dr. Stephen HensonUpdate OpenSSL DRBG support code. Use date time vector...
2011-04-05 Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-03-24 Richard Levittemake update
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2011-03-12 Ben LaurieAdd SRP support.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-16 Dr. Stephen HensonInclude openssl/crypto.h first in several other files...
2011-02-16 Dr. Stephen HensonExperimental symbol renaming to avoid clashes with...
2011-02-03 Dr. Stephen HensonAdd FIPS support to the WIN32 build system.
2011-01-27 Dr. Stephen HensonUpdate source files to handle new FIPS_lock() location...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2011-01-26 Dr. Stephen Hensonadd new RAND errors
2011-01-26 Dr. Stephen HensonFIPS mode changes to make RNG compile (this will need...
2010-11-18 Dr. Stephen HensonPR: 2372
2010-07-08 Andy Polyakovrand_nw.c: compensate for gcc bug (using %edx instead...
2010-06-16 Dr. Stephen Hensonclarify comment
2010-06-12 Ben LaurieFix warnings.
2010-03-22 Andy Polyakovrand_win.c: fix logical bug in readscreen.
2010-02-17 Dr. Stephen HensonPR: 2100
2010-01-26 Dr. Stephen HensonPR: 2138
2010-01-19 Andy Polyakovrand_win.c: fix time limit logic.
2010-01-19 Andy Polyakovrand_win.c: handle GetTickCount wrap-around.
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-20 Dr. Stephen HensonDon't use __try+__except unless on VC++
2009-07-24 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-13 Dr. Stephen HensonPR: 1952
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-07 Dr. Stephen HensonChanges from 1.0.0-stable.
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2009-01-03 Richard LevitteVMS stuff I forgot...
2008-12-22 Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2008-11-12 Andy PolyakovRevert commit #17603, it should have been part of ...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonPR: 1777
2008-11-04 Ben LaurieOnly one of these needs to be signed.
2008-11-02 Dr. Stephen HensonNot sure about this one... seems to be needed to make...
2008-11-01 Ben LaurieMore size_tification.
2008-10-28 Andy Polyakovrandfile.c: .rnd can become orphaned on VMS.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04 Ben LaurieMore type-checking.
2008-05-20 Lutz JänickeCorrectly adjust location of comment
2008-05-16 Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-01-03 Dr. Stephen HensonNetware support.
2007-09-24 Lutz JänickePort from 0.9.8-stable
2007-03-02 Lutz JänickeInitialize "buf" to 0 to make valgrind happy :-)
2007-03-02 Lutz JänickeDo not use uninitialized memory to seed the PRNG as...
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
2006-06-28 Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-27 Richard LevitteUse poll() when possible to gather Unix randomness...
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-04-11 Ulf MöllerAdd BeOS support.
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
next