- 24 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 23 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Submitted by Frederic.Giudicelli@INTRINsec.com
-
- 21 10月, 2001 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Reject certificates with unhandled critical extensions.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 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.
-
- 14 10月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Toomas Kiisk <vix@cyber.ee>
-
- 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 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 10 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
depend on the environment, like the presence of the OpenBSD crypto device or of Kerberos, do not change the dependencies within OpenSSL.
-
- 09 10月, 2001 6 次提交
-
-
由 Richard Levitte 提交于
-
由 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.
-
由 Geoff Thorpe 提交于
it to be defined on all platforms whether or not it is of any practical use on them. This also resolves linker problems on "special" platforms, such as win32.
-
由 Geoff Thorpe 提交于
-
- 08 10月, 2001 2 次提交
-
-
由 Geoff Thorpe 提交于
Martin Szotkowski.
-
由 Lutz Jänicke 提交于
-
- 04 10月, 2001 4 次提交
-
-
由 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 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 1 次提交
-
-
由 Richard Levitte 提交于
currently line 470).
-