summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Recent discussions about abort() potentially leaving key material inderaadt2019-01-261-5/+8
* Store and return the locking callbacks, restoring previous behaviour.jsing2018-11-241-6/+12
* Add back a few missing compatibility stubsbcook2018-11-111-1/+36
* Add automatic threading initialization for libcrypto.bcook2018-11-111-415/+54
* Stop calling OPENSSL_init() internally, since it is a no-op. Also placejsing2017-04-291-2/+1
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-11/+7
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-22/+5
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-041-2/+2
* Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andmiod2015-09-131-13/+1
* Add a new interface, OPENSSL_cpu_caps(), to return the currently runningmiod2015-09-131-1/+13
* Fix pointer to unsigned long conversion.doug2015-06-271-3/+5
* Assume that the size of a pointer will not change at runtime.bcook2015-01-221-28/+15
* Kill a bunch more BUF_strdup's - these are converted to have a check forbeck2014-07-221-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+5
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used byjsing2014-07-101-9/+2
* Nuke OPENSSL_NONPIC_relocated since nothing uses it.jsing2014-07-101-2/+1
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+4
* Remove the OPENSSL_*cap getenv's. A program should not be able toderaadt2014-06-201-11/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* annoying whitespacederaadt2014-05-311-3/+3
* remove OPENSSL_isservice. not used internally, no sane posix software willtedu2014-05-251-6/+0
* modernize malloc callderaadt2014-04-211-1/+1
* More KNF.jsing2014-04-201-50/+62
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-6/+0
* some KNF cleanup following the scriptderaadt2014-04-171-25/+21
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* Remove non-posix support. Why is OPENSSL_isservice even here?tedu2014-04-161-229/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-407/+435
* Remove some stuff that isn't needed.beck2014-04-131-7/+7
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+16
* resolve conflictsdjm2012-10-131-6/+34
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-10/+11
* resolve conflicts, fix local changesdjm2010-10-011-78/+430
* resolve conflictsdjm2009-01-091-282/+69
* resolve conflictsdjm2008-09-061-106/+120
* resolve conflictsdjm2006-06-271-53/+165
* resolve conflictsdjm2005-04-291-6/+124
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-10/+30
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-7/+12
* merge openssl 0.9.6b-enginebeck2001-08-011-6/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+195
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+4
* OpenSSL 0.9.4 mergebeck1999-09-291-46/+39
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+307