- Oct 14, 2002
-
-
Richard Levitte authored
the same source file.
-
Richard Levitte authored
PR: 253
-
Richard Levitte authored
-
Richard Levitte authored
depend upon.
-
Richard Levitte authored
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.
-
- Oct 13, 2002
-
-
Richard Levitte authored
wrong, and my test engine doesn't show it. The verbosity will be temporary for about a day.
-
- Oct 12, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Oct 11, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
between calls, or that will be lost if it returned with *num non-zero.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
name...
-
Richard Levitte authored
shared library, set those flags conditionally.
-
Richard Levitte authored
-
Richard Levitte authored
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 authored
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 authored
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 authored
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 authored
don't build any "built-in" engines in that directory any more, except fo the cryptodev one.
-
Richard Levitte authored
eng_cryptodev.c. This is an engine that (at least currently) has to be built in.
-
Richard Levitte authored
-
Richard Levitte authored
DECIMAL_SIZE is copied from crypto/cryptlib.h.
-
Richard Levitte authored
-
Richard Levitte authored
OpenSSL header files.
-
Richard Levitte authored
-
Richard Levitte authored
OPENSSL_NO_DYNAMIC_ENGINE and make sure that gets defined unless shared library support has been specifically requested.
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
engine.
-
Richard Levitte authored
-
Richard Levitte authored
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/.
-
Richard Levitte authored
PR: 271
-
Richard Levitte authored
-
Richard Levitte authored
PR: 256
-
Richard Levitte authored
at all, and in all other cases, make sure foo.so is linked to foo.so.{soversion}.
-
Richard Levitte authored
PR: 256
-
Richard Levitte authored
requirement that the serial number always be an even amount of characters. PR: 248
-