- 04 10月, 2001 3 次提交
-
-
由 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 9 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
*sigh* habit...
-
由 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.
-
- 28 9月, 2001 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
-
- 26 9月, 2001 16 次提交
-
-
由 Richard Levitte 提交于
currently line 470).
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 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 提交于
-
由 Geoff Thorpe 提交于
crypto/evp/ into the corresponding ENGINE. This code is currently untested.
-
由 Geoff Thorpe 提交于
testing. Because of the recent changes (see crypto/engine/README), the "openssl" ENGINE is no longer needed nor is it loaded automatically or by ENGINE_load_builtin_engines(). So a explicit ENGINE_load_openssl() call is required by applications or a modification to eng_all.c before this ENGINE will be used. This change will send output to stderr as/when its implementations are used.
-
由 Geoff Thorpe 提交于
See crypto/engine/README for details. - it also removes openbsd_hw.c from the build (that functionality is going to be available in the openbsd ENGINE in a upcoming commit) - evp_test has had the extra initialisation added so it will use (if possible) any ENGINEs supporting the algorithms required.
-
由 Geoff Thorpe 提交于
ENGING_TABLE mechanism. The necessary hooks from crypto/evp/ to use this will be committed shortly.
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
ENGINE surgery. DH, DSA, RAND, and RSA now use *both* "method" and ENGINE pointers to manage their hooking with ENGINE. Previously their use of "method" pointers was replaced by use of ENGINE references. See crypto/engine/README for details. Also, remove the ENGINE iterations from evp_test - even when the cipher/digest code is committed in, this functionality would require a different set of API calls.
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
ENGINE_TABLE-based stuff - as described in crypto/engine/README. Associated miscellaneous changes; - the previous cipher/digest hooks that hardwired directly to EVP's OBJ_NAME-based storage have been backed out. New cipher/digest support has been constructed and will be committed shortly. - each implementation defines its own ENGINE_load_<name> function now. - the "openssl" ENGINE isn't needed or loaded any more. - core (not algorithm or class specific) ENGINE code has been split into multiple files to increase readability and decrease linker bloat. - ENGINE_cpy() has been removed as it wasn't really a good idea in the first place and now, because of registration issues, can't be meaningfully defined any more. - BN_MOD_EXP[_CRT] support is removed as per the README. - a bug in enginetest.c has been fixed. NB: This commit almost certainly breaks compilation until subsequent changes are committed.
-
由 Geoff Thorpe 提交于
digest support, are on their way. Rather than having gigantic commit log messages and/or CHANGES entries, this change to the README will serve as an outline of what it all is and how it all works.
-
- 25 9月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
16.
-
- 24 9月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Noticed by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
-
- 20 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 15 9月, 2001 4 次提交
-
-
由 Geoff Thorpe 提交于
recently. So comments including file names have been fixed, and copyright notices brought up to "2001" at the same time.
-
由 Geoff Thorpe 提交于
and DH all conditional upon OPENSSL_NO_RSA.
-
由 Geoff Thorpe 提交于
tested previously.
-
由 Geoff Thorpe 提交于
fix a typo and add cleanup operations. This also switches on memory leak checking (which is how the rest was found).
-