Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop DSO and define OPENSSL_NO_DSO | tb | 2023-07-28 | 1 | -76/+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 ct | beck | 2023-07-08 | 1 | -1/+2 |
| | | | | ok jsing@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -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 tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | KNF. | jsing | 2014-04-19 | 1 | -7/+8 |
| | |||||
* | Just like every web browser expands until it can read mail, every modular | miod | 2014-04-15 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | library expands until it has its own dlfcn wrapper, and libcrypto is no exception. Remove the non-dlfcn DSO methods. This causes public DSO_METHOD_{beos,dl,vms,win32} to disappear (major bump coming soon). Note that portable software ought to use DSO_METHOD_openssl instead of picking the backend directly (which makes one wonder why the backends are exposed, as it is unlikely that more than one can work on your system). ok beck@ deraadt@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -0/+2 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -0/+81 |