]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cryptlib.c
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
[thirdparty/openssl.git] / crypto / cryptlib.c
2019-07-16  PauliRemove tab characters from C source files.
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2019-01-21  Bernd EdlingerPPC: Try out if mftb works before using it
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-12  Viktor Szakatsminor fixes for Windows
2018-07-25  Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-07-25  Andy Polyakovcrypto/cryptlib.c: resolve possible race in OPENSSL_iss...
2018-07-25  Andy Polyakovcrypto/cryptlib.c: make OPENSS_cpuid_setup safe to...
2018-04-03  PecioEnabled OneCore Conf for Console Apps (removed nonUnive...
2018-02-07  PauliMake OPENSSL_rdtsc universally available.
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-18  Richard LevitteThe Cygwin gcc doesn't define _WIN32, don't pretend...
2017-11-08  Andy PolyakovOPENSSL_ia32cap: reserve for new extensions.
2017-09-01  Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-03-19  Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-03-19  Kurt RoeckxMake the CRYPTO_memcmp() prototype match memcmp()
2017-03-01  Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-20  Kurt RoeckxRevert "Use memcmp() instead of CRYPTO_memcmp() when...
2017-02-19  Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2016-06-22  Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-05-19  Andy PolyakovAdd assembly CRYPTO_memcmp.
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-05-02  Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-03-30  Richard LevitteBreak out DllMain from crypto/cryptlib.c and use it...
2016-03-08  Rich SalzOpenSSLDie --> OPENSSL_die
2016-02-14  Richard LevitteDeclare DllMain internally
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09  Matt CaswellProvide a thread stop API
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-02-01  Dmitry-MeComment "secure memcmp" implementation
2016-01-31  Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30  Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-09-30  David WoodhouseFix no-stdio build
2015-09-29  Andy PolyakovFix pedantic warnings in mingw builds.
2015-09-21  Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14  Dr. Stephen Hensonuse unit64_t for CPUID and timestamp code
2015-05-04  Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-02  Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-01-27  Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Andy Polyakovcrypto/cryptlib.c: make it indent-friendly.
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2014-12-08  Dr. Stephen HensonRemove OPENSSL_FIPSCANISTER code.
2014-02-25  Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2013-04-04  Andy Polyakovcryptlib.c: fix typo in OPENSSL_showfatal.
2013-02-06  Ben LaurieAdd and use a constant-time memcmp.
2013-01-19  Andy PolyakovImprove WINCE support.
2012-12-01  Andy Polyakovcryptlib.c: fix logical error.
2012-11-17  Andy Polyakovcryptlib.c: revert typo.
2012-11-17  Andy PolyakovExtend OPENSSL_ia32cap_P with extra word to accomodate...
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2012-01-15  Andy Polyakovcryptlib.c: sscanf warning.
2012-01-14  Andy Polyakovcryptlib.c: make even non-Windows builds "strtoull...
2011-11-12  Andy Polyakovcryptlib.c, etc.: fix linker warnings in 64-bit Darwin...
2011-10-23  Andy Polyakovcryptlib.c: remove stdio dependency in Windows fipscani...
2011-07-23  Andy Polyakovcryptlib.c: OPENSSL_ia32cap environment variable to...
2011-06-22  Dr. Stephen HensonPR: 2470
2011-02-03  Dr. Stephen HensonAdd FIPS support to the WIN32 build system.
2011-01-27  Dr. Stephen HensonMove locking and thread ID functions into new files...
2010-11-19  Dr. Stephen HensonPR: 2376
2010-03-29  Andy Polyakovcryptlib.c: allow application to override OPENSSL_isser...
2009-09-13  Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-07-27  Dr. Stephen HensonUpdate from 1.0.0-stable
2009-05-04  Andy Polyakovcryptlib.c: refine logic in OpenSSLDie (addenum to...
2009-05-03  Andy PolyakovAvoid double dialogs in OpenSSLDie on Windows.
2009-05-02  Andy Polyakovcryptlib.c: eliminate dependency on _strtoui64, older...
2009-04-29  Richard LevitteMake the NULL definition of OPENSSL_ia32cap_loc() compa...
2009-04-26  Andy PolyakovExpand OPENSS_ia32cap to 64 bits.
2009-04-20  Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-10-14  Dr. Stephen HensonOoops... remove code accidentally commited from FIPS...
2008-10-14  Dr. Stephen HensonAdd missing lock definitions.
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-19  Bodo MöllerChange use of CRYPTO_THREADID so that we always use...
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-02-28  Dr. Stephen HensonAvoid warnings.
2007-02-03  Dr. Stephen HensonUpdate from fips2 branch.
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-04-11  Ulf MöllerAdd BeOS support.
2005-12-16  Andy PolyakovUnify sparcv9 assembler naming and build rules among...
2005-08-03  Andy PolyakovWCE update, mostly typos.
2005-08-02  Andy PolyakovWCE-specific fix for cryptlib.c.
2005-07-05  Andy PolyakovPull up Win64 support from 0.9.8.
2005-05-21  Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-05-03  Andy PolyakovCygwin doesn't expose Win32 [not "officially"].
2005-04-21  Richard LevitteProvide a default OPENSSL_ia32cap_loc for non-Intel...
2005-04-13  Andy PolyakovFix typos.
2005-04-13  Andy PolyakovIntroduce OPENSSL_NONPIC_relocated to denote relocated...
2005-04-13  Andy PolyakovMinor cryptlib.c update: compiler warnings in OPENSSL_s...
2005-04-07  Andy PolyakovImplement OPENSSL_showfatal and make it Win32 GUI and...
2005-04-07  Andy PolyakovHarmonize cygwin/mingw and VC targets.
2004-11-23  Andy Polyakovlinux-x86_64 didn't link after EM64T RC4 tune-up...
2004-08-29  Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-08-01  Andy PolyakovCygwin fix-up for shared build.
next