- 11 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 10 10月, 2001 6 次提交
-
-
由 Richard Levitte 提交于
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 提交于
-
由 Richard Levitte 提交于
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 提交于
-
由 Richard Levitte 提交于
depend on the environment, like the presence of the OpenBSD crypto device or of Kerberos, do not change the dependencies within OpenSSL.
-
由 Richard Levitte 提交于
-
- 09 10月, 2001 6 次提交
-
-
由 Richard Levitte 提交于
-
由 Geoff Thorpe 提交于
however for different reasons. This separation should prevent the win32 build from interpreting evptests.txt as source code.
-
由 Geoff Thorpe 提交于
name. The implementations already use this anyway.
-
由 Geoff Thorpe 提交于
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 提交于
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 提交于
-
- 08 10月, 2001 2 次提交
-
-
由 Geoff Thorpe 提交于
Martin Szotkowski.
-
由 Lutz Jänicke 提交于
-
- 05 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 04 10月, 2001 5 次提交
-
-
由 Richard Levitte 提交于
Submitted by Massimo Santin <msantin@santineassociati.com>.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
VMS as well :-).
-
由 Richard Levitte 提交于
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
-
由 Richard Levitte 提交于
types.h to ossl_typ.h.
-
- 03 10月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
BIO buffer instead of hard coding it as 8.
-
由 Dr. Stephen Henson 提交于
-
- 02 10月, 2001 11 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
*sigh* habit...
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Let's use sk_ENGINE_CLEANUP_ITEM_pop_free() instead.
-
由 Richard Levitte 提交于
a pointer any more).
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
the compiler not to warn about that.
-
由 Geoff Thorpe 提交于
needed.
-
由 Geoff Thorpe 提交于
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.
-
- 01 10月, 2001 3 次提交
-
-
由 Geoff Thorpe 提交于
a few items however, most of the details are deferred to the crypto/engine/README file.
-
由 Geoff Thorpe 提交于
ciphers.
-
由 Lutz Jänicke 提交于
-
- 28 9月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
that way. Synchronise s_time with these changes.
-
由 Geoff Thorpe 提交于
algorithms present in all loaded ENGINEs. The result is that if any of those ENGINEs successfully initialises, and the ENGINE_TABLE_FLAG_NOINIT flag isn't set, then they will always be used (and cached as defaults) in preference to software implementations. Ie. accidental auto-detection of acceleration hardware :-) This change stops all implementations being automatically registered in "openssl" sub-commands, so that the "setup_engine()" handler in apps.c controls which ENGINEs are registered for use. A special case has been added that will revert to this "auto-detect" logic, ie. if the "-engine" switch is used as; -engine auto
-