- 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 7 次提交
-
-
由 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
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
-
- 27 9月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
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 提交于
-
- 26 9月, 2001 10 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
currently line 470).
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Richard Levitte 提交于
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 提交于
-
由 Geoff Thorpe 提交于
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 提交于
NB: It looks like mkdef.pl is causing certain cvs wars by continually flipping the order of some definitions ...
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-