summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cryptlib.c
AgeCommit message (Expand)Author
2024-10-19Remove IA32 specific code from cryptlib.c.Joel Sing
2024-10-17Provide crypto_cpu_caps_init() as a CPU capability detection entry point.Joel Sing
2024-10-17Remove run once code from OPENSSL_cpuid_setup().Joel Sing
2024-09-06Reenable AES-NI in libcryptoTheo Buehler
2024-08-31Make OPENSSL_cpu_caps() machine independent.Joel Sing
2024-07-09Hide CRYPTO_get_dynlock_create_callbackBob Beck
2024-04-21unwrap lineTheo Buehler
2024-04-10Finish Hiding symbols in crypto.hBob Beck
2024-03-24Fix namespace buildTheo Buehler
2024-03-02Make CRYPTO_THREADID opaqueTheo Buehler
2023-12-14Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONSTheo Buehler
2023-07-08Hide symbols in crypto.hBob Beck
2019-01-26Recent discussions about abort() potentially leaving key material inTheo de Raadt
2018-11-24Store and return the locking callbacks, restoring previous behaviour.Joel Sing
2018-11-11Add back a few missing compatibility stubsBrent Cook
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2017-04-29Stop calling OPENSSL_init() internally, since it is a no-op. Also placeJoel Sing
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] byMiod Vallat
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2015-09-13Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andMiod Vallat
2015-09-13Add a new interface, OPENSSL_cpu_caps(), to return the currently runningMiod Vallat
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-01-22Assume that the size of a pointer will not change at runtime.Brent Cook
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forBob Beck
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used byJoel Sing
2014-07-10Nuke OPENSSL_NONPIC_relocated since nothing uses it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-20Remove the OPENSSL_*cap getenv's. A program should not be able toTheo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-31annoying whitespaceTheo de Raadt
2014-05-25remove OPENSSL_isservice. not used internally, no sane posix software willTed Unangst
2014-04-21modernize malloc callTheo de Raadt
2014-04-20More KNF.Joel Sing
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16Remove non-posix support. Why is OPENSSL_isservice even here?Ted Unangst
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-13Remove some stuff that isn't needed.Bob Beck
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller