- 26 9月, 2001 4 次提交
-
-
由 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 4 次提交
-
-
由 Dr. Stephen Henson 提交于
16.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Geoff Thorpe 提交于
-
- 24 9月, 2001 4 次提交
-
-
由 Richard Levitte 提交于
Noticed by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 22 9月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
what we look for in crypto/evp.
-
由 Bodo Möller 提交于
directories that may have been deleted
-
- 21 9月, 2001 7 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
just sent a HelloRequest.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
New option SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
reveal whether illegal block cipher padding was found or a MAC verification error occured. In ssl/s2_pkt.c, verify that the purported number of padding bytes is in the legal range.
-
- 20 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 18 9月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
at least on Solaris
-
由 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).
-
- 14 9月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
based on 0.9.6 tree.
-
由 Bodo Möller 提交于
-
- 13 9月, 2001 4 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
Bodo Moeller).
-
由 Bodo Möller 提交于
-
- 12 9月, 2001 5 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
in "types.h" so that very few headers will need to include engine.h, generally only C files using API functions will need it (reducing the header dependencies quite a lot).
-
由 Geoff Thorpe 提交于
-
由 Dr. Stephen Henson 提交于
Fix X509V3 macro so they compile.
-