- Oct 18, 2002
-
-
Lutz Jänicke authored
Submitted by: "Marcus Carey" <marcus.carey@verizon.net> Reviewed by: PR: 265
-
- Oct 17, 2002
-
-
Bodo Möller authored
tabs manually Submitted by: Pierre Bacquet <pbacquet@delta.fr>
-
- Oct 16, 2002
-
-
Richard Levitte authored
idea why, but that was definitely wrong...
-
Geoff Thorpe authored
write external engines (and thus should require only installed openssl headers and libs to compile without warnings). So this gets rid of recently introduced compilation warnings (no longer including internal headers) by including string.h directly.
-
Geoff Thorpe authored
normal 'structural' case (ENGINE_init() satisfies this in the less normal 'functional' case). This change provides such a function. - Correct some "read" locks that should actually be "write" locks. - make update.
-
- Oct 15, 2002
-
-
Richard Levitte authored
PR: 189
-
Richard Levitte authored
PR: 189
-
Richard Levitte authored
-
Richard Levitte authored
-
- Oct 14, 2002
-
-
Richard Levitte authored
word, since that word may not be zero.
-
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
-