]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand
Refactor config - @MK1MF_Builds out, general build scheme in
[thirdparty/openssl.git] / crypto / rand /
2016-01-20  Rich SalzRemove update tags
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-14  Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2016-01-12  Richard Levittemake update
2016-01-08  Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-06  Rich SalzRemove more (rest?) of FIPS build stuff.
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09  Dr. Stephen Hensonmake update
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-23  Rich Salz"make update" after async merge.
2015-11-20  Matt CaswellFix async deadlock problem
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-09-29  Andy PolyakovFix -Wshadow warnings in mingw builds.
2015-09-09  David WoodhouseRT3969: Add OPENSSL_SYS_UEFI
2015-09-03  Long, QinAdd UEFI flag for rand build
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-14  Richard Levittemake depend
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-03  Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-25  Matt CaswellDeprecate RAND_pseudo_bytes
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-05  Matt CaswellUnchecked malloc fixes
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.
next