- Oct 10, 2001
-
-
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.
-
Lutz Jänicke authored
-
- Sep 28, 2001
-
-
Richard Levitte authored
that way. Synchronise s_time with these changes.
-
Geoff Thorpe authored
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
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Sep 27, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
Show timing parameters and timing functions used. It looks like some Linuxen have very weird settings for CLK_TCK. I'm very unsure about this change and will investigate further.
-