- 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.
-
Richard Levitte authored
-
- Sep 26, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
currently line 470).
-
Ben Laurie authored
-
Ben Laurie authored
-
Richard Levitte authored
1. if there are several symbols with the same entry number, sort those symbols in ASCII order. 2. Do not stop reading the header files when "BEGIN ERROR CODES" is found, since mkerr.pl will add a function declaration after that comment. Instead, trigger on "Error codes for the \w+ function", which is the actual start of the error code macros. Additionally, a few more debugging printouts that helped.
-
Ben Laurie authored
-
- Sep 25, 2001
-
-
Geoff Thorpe authored
ENGINE redevelopment. The idea had been that "-1" could be used as a special "ask me later" 'nid' rather than specifying supported cipher and digest 'nid's up front. However the idea turned out to be pretty broken.
-
Geoff Thorpe authored
NB: It looks like mkdef.pl is causing certain cvs wars by continually flipping the order of some definitions ...
-