summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso/dso_null.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-281-75/+0
| | | | | | | | DSO and in particular dlopen() was used for dynamic engines, which we removed a long time ago and for dynamic conf modules, which we removed only very recently. Now remove this dangerous interface. ok jsing
* Hide symbols in dso and ctbeck2023-07-081-1/+2
| | | | ok jsing@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@
* KNF.jsing2014-04-191-7/+7
|
* resolve conflicts, fix local changesdjm2010-10-011-1/+3
|
* resolve conflictsdjm2008-09-061-0/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+86