- 14 10月, 2002 6 次提交
-
-
由 Richard Levitte 提交于
the same source file.
-
由 Richard Levitte 提交于
PR: 253
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
depend upon.
-
由 Richard Levitte 提交于
Make sure test doesn't barf because of missing spaces before the closing ]. Add -lc to the list of libraries we depend upon. Not always necessary, but never hurts.
-
由 Richard Levitte 提交于
wrong, and my test engine doesn't show it. The verbosity will be temporary for about a day.
-
- 13 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 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 6 次提交
-
-
由 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
-