summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename cryptlib.c into crypto_legacy.ctb2024-11-051-371/+0
* Move cryptlib.h to crypto_local.htb2024-11-051-2/+1
* crypto_local.h is empty, so cryptlib.c doesn't need it right now.tb2024-11-041-2/+1
* Bye bye CRYPTO_THREADIDtb2024-11-021-26/+1
* KNFtb2024-11-011-2/+3
* Remove IA32 specific code from cryptlib.c.jsing2024-10-191-35/+9
* Provide crypto_cpu_caps_init() as a CPU capability detection entry point.jsing2024-10-171-1/+11
* Remove run once code from OPENSSL_cpuid_setup().jsing2024-10-171-5/+1
* Reenable AES-NI in libcryptotb2024-09-061-1/+13
* Make OPENSSL_cpu_caps() machine independent.jsing2024-08-311-15/+15
* Hide CRYPTO_get_dynlock_create_callbackbeck2024-07-091-1/+2
* unwrap linetb2024-04-211-3/+2
* Finish Hiding symbols in crypto.hbeck2024-04-101-1/+24
* Fix namespace buildtb2024-03-241-5/+1
* Make CRYPTO_THREADID opaquetb2024-03-021-1/+3
* Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONStb2023-12-141-2/+2
* Hide symbols in crypto.hbeck2023-07-081-1/+8
* 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