- Oct 20, 2002
-
-
cvs2svn authored
'OpenSSL_0_9_7-stable'.
-
Dr. Stephen Henson authored
-
- Oct 18, 2002
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
of libcrypto, then it is possible that when they are loaded they will share the same static data as the loading application/library. This means it will be too late to set memory/ERR/ex_data/[etc] callbacks, but entirely unnecessary to try. This change puts a static variable in the core ENGINE code (contained in libcrypto) and a function returning a pointer to it. If the loaded ENGINE's return value from this function matches the loading application/library's return value - they share static data. If they don't match, the loaded ENGINE has its own copy of libcrypto's static data and so the callbacks need to be set. Also, although 0.9.7 hasn't been released yet, it's clear this will introduce a binary incompatibility between dynamic ENGINEs built for 0.9.7 and 0.9.8 (though others probably exist already from EC_*** hooks and what-not) - so the version control values are correspondingly bumped.
-
Geoff Thorpe authored
-
Geoff Thorpe authored
now.
-
Geoff Thorpe authored
-
Lutz Jänicke authored
Submitted by: "Marcus Carey" <marcus.carey@verizon.net> Reviewed by: PR: 265
-
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>
-
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.
-
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
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
word, since that word may not be zero.
-
Richard Levitte authored
the same source file.
-
Richard Levitte authored
the same source file.
-
Richard Levitte authored
PR: 253
-
Richard Levitte authored
PR: 253
-
Richard Levitte authored
-
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
-
Richard Levitte authored
between calls, or that will be lost if it returned with *num non-zero.
-
Richard Levitte authored
between calls, or that will be lost if it returned with *num non-zero.
-
Richard Levitte authored
-