- Oct 12, 2001
-
-
Lutz Jänicke authored
From: "Chris D. Peterson" <cpeterson@aventail.com> Subject: Implementation Issues with OpenSSL To: openssl-users@openssl.org Date: Wed, 22 Aug 2001 16:13:17 -0700 The patch included in the original post may improve the internal session list handling (and is therefore worth a seperate investigation). No change to the list handling will however solve the problems of incorrect SSL_SESSION_free() calls. The session list is only one possible point of failure, dangling pointers would also occur for SSL object currently using the session. The correct solution is to only use SSL_SESSION_free() when applicable!
-
- Oct 11, 2001
-
-
Richard Levitte authored
such cases, a flush should *not* attempt to finalise the encoding, as the EVP_ENCODE_CTX structure will only be filled with garbage. For the same reason, do the same check when a wpending is performed.
-
- Oct 10, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
used or not, let's ask collect2 which ld it uses and choose to use the target do-gnu_shared if GNU ld is used. This solves the reported problems on Solaris systems where GNU cc is used but GNU ld isn't, and probably on other systems with similar setups.
-
Richard Levitte authored
-
Richard Levitte authored
specifically, a starting './' is removed. makedepend doesn't do this, resulting in another possible commit war, so let's fix that by doing a poor mans canonicalisation of file names that gives the same effect as doing dependencies through gcc.
-
Richard Levitte authored
-
Richard Levitte authored
depend on the environment, like the presence of the OpenBSD crypto device or of Kerberos, do not change the dependencies within OpenSSL.
-
Richard Levitte authored
-
- Oct 09, 2001
-
-
Richard Levitte authored
-
Geoff Thorpe authored
however for different reasons. This separation should prevent the win32 build from interpreting evptests.txt as source code.
-
- Oct 08, 2001
-
-
Geoff Thorpe authored
name. The implementations already use this anyway.
-
Geoff Thorpe authored
not implemented. (Bug reported by Martin Szotkowski) This also changes the non-"_ex" versions to defer directly to EVP_CipherInit_ex() rather than EVP_CipherInit() to avoid an unecessary level of indirection.
-
Geoff Thorpe authored
it to be defined on all platforms whether or not it is of any practical use on them. This also resolves linker problems on "special" platforms, such as win32.
-
Geoff Thorpe authored
-
Geoff Thorpe authored
Martin Szotkowski.
-
Lutz Jänicke authored
-
- Oct 04, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
Submitted by Massimo Santin <msantin@santineassociati.com>.
-
Richard Levitte authored
-
Richard Levitte authored
VMS as well :-).
-
Richard Levitte authored
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
-
Richard Levitte authored
types.h to ossl_typ.h.
-
- Oct 03, 2001
-
-
Dr. Stephen Henson authored
BIO buffer instead of hard coding it as 8.
-
- Oct 02, 2001
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
*sigh* habit...
-
- Oct 01, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
Let's use sk_ENGINE_CLEANUP_ITEM_pop_free() instead.
-
Richard Levitte authored
a pointer any more).
-
Richard Levitte authored
-
Richard Levitte authored
the compiler not to warn about that.
-
Geoff Thorpe authored
needed.
-
Geoff Thorpe authored
of the stack, and the (void *) type used in the underlying sk_*** functions. However, declaring a STACK_OF(type) where type is a *function* type implicitly involves casts between function pointers and data pointers. That's a no-no. This changes the ENGINE_CLEANUP handling to use a regular data type in the stack.
-
Geoff Thorpe authored
a few items however, most of the details are deferred to the crypto/engine/README file.
-
Geoff Thorpe authored
ciphers.
-