Don't require tag before ciphertext in AESGCM mode
[openssl.git] / crypto / rand /
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.
2005-11-03 Andy PolyakovMask libcrypto references to stat with OPENSSL_NO_POSIX_IO.
2005-10-13 Andy PolyakovBroaden compatibility amount Win32 headers even further...
2005-09-22 Andy PolyakovBroaden compatibility among Windows SDK versions. Elder...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-08-02 Andy PolyakovAbstain from GUI calls in rand_win.c in NT service...
2005-08-02 Andy PolyakovEliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which...
2005-07-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-06-18 Richard LevitteMove the definition of DEVRANDOM for DJGPP from Configu...
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-21 Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-24 Ulf Möllerundo Cygwin change
2005-03-19 Ulf MöllerUse Windows randomness code on Cygwin
2005-02-19 Lutz JänickeFix hang in EGD/PRNGD query when communication socket...
2005-01-13 Andy PolyakovFix an "oops" typo! Well, it was a debugging left-over...
2005-01-13 Andy PolyakovO_NOFOLLOW is not appropriate when opening /dev/* entri...
2005-01-12 Richard LevitteCorrect a faulty address assignment, and add a length...
2005-01-04 Andy PolyakovDJGPP update.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-07-21 Andy PolyakovMake rand_win.c UNICODE savvy.
2004-06-28 Richard LevitteChanges for VOS, submitted by Paul Green <Paul.Green...
2004-06-28 Richard LevitteNetWare fixes provided by Verdon Walker for OpenSSL...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
next