rand/randfile.c: restore fallback to $HOME for non-setuid programs.
[openssl.git] / crypto / rand /
2016-09-21 Andy Polyakovrand/randfile.c: restore fallback to $HOME for non...
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 Richard LevitteVSI submission: make the VMS version of RAND_poll(...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-15 Richard LevitteFix: dummy definition of rand_hw_seed() should also...
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-27 Matt CaswellFix one more instance of incorrect OPENSSL_API_COMPAT...
2016-06-22 Andy Polyakovrand/randfile.c: make it non-ASCII-savvy.
2016-06-20 Andy Polyakovrand/randfile.c: remove obsolete commentary.
2016-06-20 Richard LevitteChange default directory for the .rnd file on Windows...
2016-06-17 Matt CaswellChange default directory for storing the .rnd file...
2016-06-03 MatAdded define for STATUS_SUCCESS
2016-06-03 MatAdds casts for 64-bit
2016-06-03 MatDefine USE_BCRYPT
2016-06-03 MatUse BCryptGenRandom on Windows 7 or higher
2016-06-01 Rich SalzFix some RAND bugs
2016-05-29 Joey Yandleadd removed functions back as deprecated
2016-05-29 Joey Yandleget rid of unnecessary include
2016-05-29 Joey Yandleremove RAND_screen and friends
2016-05-29 Joey Yandlecherry pick pr-512 changes
2016-05-29 Joey YandleOR flags with CRYPT_SILENT to really make sure no UI...
2016-05-29 Joey Yandlefix endif comment
2016-05-29 Joey Yandleremove all WINCE ifdefs
2016-05-29 Joey Yandle- remove insane heap walk and kernel loading code;...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-20 Richard LevitteClean up the VMS hacks in crypto/rand/randfile.c
2016-05-20 Richard LevitteVMS: setbuf() only takes 32-bit pointers
2016-05-19 Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-04-11 Matt CaswellFix the no-posix-io option
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-16 Viktor Szakatsmd_rand: FAQ URL to use https and follow a redirect
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-04 Matt CaswellDon't use RDRAND if told not to
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-26 Rich SalzRemove /* foo.c */ comments
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...
next