summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cryptlib.c
AgeCommit message (Expand)Author
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
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2001-08-01merge openssl 0.9.6b-engineBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker