- 12 10月, 2002 27 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
between calls, or that will be lost if it returned with *num non-zero.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
name...
-
由 Richard Levitte 提交于
shared library, set those flags conditionally.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
automatic load of dynamic engines. Make the changes in the main Makefile so the engines are built, but now in the engines/ directory. Note: The changes in step 12 have all been made by Geoff Thorpe. Credit where credit is due.
-
由 Richard Levitte 提交于
automatic load of dynamic engines. Change the iterator to try to load the requested engine dynamically. The environment variable OPENSSL_ENGINES can be used to override the internal default directory where one can expect to find dynamically loadable engines. Note: The changes in step 11 have all been made by Geoff Thorpe. Credit where credit is due.
-
由 Richard Levitte 提交于
automatic load of dynamic engines. Add functionality to the dynamic engine to handle engine directories and loading from those. This is currently NOT compatible with the use of LD_LIBRARY_PATH and similar environment variables. Note: The changes in step 11 have all been made by Geoff Thorpe. Credit where credit is due.
-
由 Richard Levitte 提交于
automatic load of dynamic engines. Unless we don't have shared library support, do not try to load any "built-in" engines except for cryptodev.
-
由 Richard Levitte 提交于
don't build any "built-in" engines in that directory any more, except fo the cryptodev one.
-
由 Richard Levitte 提交于
eng_cryptodev.c. This is an engine that (at least currently) has to be built in.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
DECIMAL_SIZE is copied from crypto/cryptlib.h.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
OpenSSL header files.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
OPENSSL_NO_DYNAMIC_ENGINE and make sure that gets defined unless shared library support has been specifically requested.
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
engine.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
to be prefixed with e_ instead of hw_. They aren't necessarely hardware engines. The files commited here are exact copies of the corresponding hw_ files found in crypto/engine/.
-
- 11 10月, 2002 9 次提交
-
-
由 Richard Levitte 提交于
PR: 271
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
PR: 256
-
由 Richard Levitte 提交于
at all, and in all other cases, make sure foo.so is linked to foo.so.{soversion}.
-
由 Richard Levitte 提交于
PR: 256
-
由 Richard Levitte 提交于
requirement that the serial number always be an even amount of characters. PR: 248
-
由 Richard Levitte 提交于
Add a variant of SHLIB_SOVER without the preceding period.
-
由 Richard Levitte 提交于
the version in the file name.
-
由 Richard Levitte 提交于
helper makefile that generalises our way of building shared libraries and is designed to take care of almost anything (I hope).
-
- 10 10月, 2002 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
linking works on them.
-
由 Richard Levitte 提交于
PR: 184
-
由 Richard Levitte 提交于
-