- 14 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
in SSL_new. If SSL_OP_SINGLE_DH_USE is set, don't waste time in SSL_[CTX_]set_tmp_dh on computing a DH key that will be ignored anyway. ssltest -dhe1024dsa (w/ 160-bit sub-prime) had an unfair performance advantage over -dhe1024 (safe prime): SSL_OP_SINGLE_DH_USE was effectively always enabled because SSL_new ignored the DH key set in the SSL_CTX. Now -dhe1024 takes the server only about twice as long as -dhe1024dsa instead of three times as long (for 1024 bit RSA with 1024 bit DH).
-
- 10 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 07 3月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
broken formats worked but the valid didn't :-(
-
- 06 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 03 3月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
the third argument: the second was being used already.
-
由 Bodo Möller 提交于
-
- 02 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
- 01 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 29 2月, 2000 4 次提交
-
-
由 Ralf S. Engelschall 提交于
Submitted by: Rolf Haberrecker <rolf@suse.de>
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
by Lutz Behnke and by Lutz Jaenicke. Hopefully we'll have a unified way of handling shared libraries when we move to autoconf...
-
由 Bodo Möller 提交于
about renamed header files.
-
- 28 2月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
because it added them manually and as part of SMIME_crlf_copy(). Removed the manual add.
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
-
- 27 2月, 2000 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
Add info about where to get MASM.
-
由 Dr. Stephen Henson 提交于
Rebuild error files.
-
- 26 2月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
where the new functions are mentioned.
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
- 25 2月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
with a failure. Fix typos in some error codes.
-
由 Ulf Möller 提交于
-
- 24 2月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 23 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Allow ADH to be used but not present in the default cipher list. Allow CERTIFICATE to be used in PEM headers for PKCS#7 structures: some CAs do this.
-
- 22 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.
-
- 21 2月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
ssl3_get_message, which is more logical (and avoids a bug, in addition to the one that I introduced yesterday :-) and makes Microsoft "fast SGC" less special. MS SGC should still work now without an extra state of its own (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state for reading the body of a Client Hello message), however this should be tested to make sure, and I don't have a MS SGC client.
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
- 19 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
instead of 'unsigned' counters. Seed PRNG in MacOS/GetHTTPS.src/GetHTTPS.cpp. Partially submitted by Yoram Meroz <yoram@mail.idrive.com>.
-
- 18 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-