- 24 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
functions to _old_des_*.
-
- 23 1月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 22 1月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
default_algorithms option in ENGINE config.
-
- 21 1月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial ENGINE config module, docs to follow. Fix buffer overrun errors in OPENSSL_conf().
-
- 15 1月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
to indicate that a real handshake is taking place (the value will be lost during multiple invocations). Set s->new_session to 2 instead.
-
- 14 1月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
the SSL_R_LENGTH_MISMATCH error is detected.
-
- 05 1月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Experimental configuration code. Incomplete, largely untested and subject to change/deletion.
-
- 04 1月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
to make it easier to fix things.
-
由 Bodo Möller 提交于
Submitted by: "Dan S. Camper" <dan@bti.net>
-
- 03 1月, 2002 1 次提交
-
-
由 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.
-
- 29 12月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: D P Chang <dpc@qualys.com> Reviewed by: Bodo
-
- 21 12月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 20 12月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 18 12月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 14 12月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 07 12月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Don't overwrite signing time.
-
- 03 12月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 02 12月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 11月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(in main branch, hn_ncipher.c is already correct)
-
- 22 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
-
- 16 11月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
elliptic curves are are relatively faster than on PCs anyway)
-
由 Bodo Möller 提交于
-
- 15 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 13 11月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 12 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
-
- 10 11月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
(nearly) to the top. Move msg_callback entry to the top as the implementation for SSL 2.0 is based on the s2_clnt.c/s2_srvr.c changes.
-
由 Bodo Möller 提交于
call ssl2_part_read again to parse error message
-
由 Bodo Möller 提交于
Important SSL 2.0 bugfixes (bugs found while implementing msg_callback).
-
- 30 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sooner and the programs get built against the shared libraries. This requires a bit more work. Things like -rpath and the possibility to still link the programs statically should be included. Some cleanup is also needed. This will be worked on.
-
- 27 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 10月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
- 25 10月, 2001 5 次提交
-
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
the e-mail address in the DN (i.e., it will go into a certificate extension only). The new configuration file option 'email_in_dn = no' has the same effect. Submitted by: Massimiliano Pala madwolf@openca.org
-
由 Bodo Möller 提交于
-
由 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.
-
由 Bodo Möller 提交于
never resets s->method to s->ctx->method when called from within one of the SSL handshake functions.
-