- Mar 22, 2000
-
-
Dr. Stephen Henson authored
Don't copy private key to X509 etc public key structures. Fix for warning.
-
- Mar 19, 2000
-
-
Ulf Möller authored
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
-
- Mar 14, 2000
-
-
Dr. Stephen Henson authored
-
- Mar 13, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
"openssl list-standard-commands".
-
Bodo Möller authored
-
Bodo Möller authored
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).
-
- Mar 10, 2000
-
-
Bodo Möller authored
-
- Mar 07, 2000
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
broken formats worked but the valid didn't :-(
-
- Mar 06, 2000
-
-
Ulf Möller authored
-
- Mar 05, 2000
-
-
Bodo Möller authored
-
- Mar 04, 2000
-
-
Bodo Möller authored
-
- Mar 03, 2000
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
the third argument: the second was being used already.
-
- Mar 02, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Mar 01, 2000
-
-
Ulf Möller authored
-
Bodo Möller authored
-
- Feb 29, 2000
-
-
Ralf S. Engelschall authored
Submitted by: Rolf Haberrecker <rolf@suse.de>
-
- Feb 28, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
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 authored
about renamed header files.
-
Dr. Stephen Henson authored
because it added them manually and as part of SMIME_crlf_copy(). Removed the manual add.
-
Richard Levitte authored
-
- Feb 27, 2000
-
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
Add info about where to get MASM.
-
- Feb 26, 2000
-
-
Dr. Stephen Henson authored
Rebuild error files.
-
Bodo Möller authored
where the new functions are mentioned.
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
- Feb 25, 2000
-
-
Dr. Stephen Henson authored
with a failure. Fix typos in some error codes.
-
- Feb 24, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
- Feb 23, 2000
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
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.
-