- 22 3月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Don't copy private key to X509 etc public key structures. Fix for warning.
-
- 19 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
See http://www.pdc.kth.se/kth-krb/ Their solution for CRAY is somewhat awkward. I'll assume that a "short" is 32 bits on CRAY to avoid the #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif
-
- 14 3月, 2000 6 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
"openssl list-standard-commands".
-
由 Bodo Möller 提交于
-
由 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.
-