- 24 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
libeay.num got tweaked so the old des symbols would retain their positions.
-
- 22 1月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
reencrypting or redecrypting the ciphertext 10000 times, which of course gives higly different results.
-
由 Richard Levitte 提交于
For some reason, they give incorrect results with the OpenSSL implementation. I wonder why...
-
- 19 1月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 04 1月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: "Dan S. Camper" <dan@bti.net>
-
- 03 1月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
-
由 Richard Levitte 提交于
-
- 02 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
to them.
-
- 18 12月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 12月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 02 12月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 06 11月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 25 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
-
- 17 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to digests to retain compatibility.
-
- 16 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() with existing code. Modify library to use digest *_ex() functions.
-
- 12 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
such cases, a flush should *not* attempt to finalise the encoding, as the EVP_ENCODE_CTX structure will only be filled with garbage. For the same reason, do the same check when a wpending is performed.
-
- 11 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 10月, 2001 3 次提交
-
-
由 Geoff Thorpe 提交于
however for different reasons. This separation should prevent the win32 build from interpreting evptests.txt as source code.
-
由 Geoff Thorpe 提交于
name. The implementations already use this anyway.
-
由 Geoff Thorpe 提交于
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.
-
- 04 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 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 提交于
-
- 28 9月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 9月, 2001 3 次提交
-
-
由 Ben Laurie 提交于
-
由 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 提交于
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.
-
- 25 9月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
16.
-
- 15 9月, 2001 2 次提交
-
-
由 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).
-
- 11 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 9月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
distinction (which does not work well because if CRYPTO_MDEBUG is defined at library compile time, it is not necessarily defined at application compile time; and memory debugging now can be reconfigured at run-time anyway). To get the intended semantics, we could just use the EVP_DigestInit_dbg unconditionally (which uses the caller's __FILE__ and __LINE__ for memory leak debugging), but this would make memory debugging inconsistent. Instead, callers can use CRYPTO_push_info() to track down memory leaks.
-
由 Bodo Möller 提交于
distinction (which does not work well because if CRYPTO_MDEBUG is defined at library compile time, it is not necessarily defined at application compile time; and memory debugging now can be reconfigured at run-time anyway). To get the intended semantics, we could just use the EVP_DigestInit_dbg unconditionally (which uses the caller's __FILE__ and __LINE__ for memory leak debugging), but this would make memory debugging inconsistent. Instead, callers can use CRYPTO_push_info() to track down memory leaks. Also fix indentation, and add OpenSSL copyright.
-
- 07 9月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 06 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 05 9月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: "Brian Havard" <brianh@kheldar.apana.org.au>
-
- 03 9月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
[DR]SA_up => [DR]SA_up_ref
-
由 Bodo Möller 提交于
is a bad idea if OPENSSL_OPENBSD_DEV_CRYPTO is not defined
-
由 Ben Laurie 提交于
-