- Apr 19, 2000
-
-
Geoff Thorpe authored
technique used is far from perfect and alternatives are welcome. Basically if the translation flag is set, the string is not too long, and there appears to be no path information in the string, then it is converted to whatever the standard should be for the DSO_METHOD in question, eg; blah --> libblah.so on *nix, and blah --> blah.dll on win32. This change also introduces the DSO_ctrl() function that is used by the name translation stuff.
-
- Apr 14, 2000
-
-
Bodo Möller authored
-
- Apr 10, 2000
-
-
Richard Levitte authored
-
- Apr 06, 2000
-
-
Bodo Möller authored
-
- Apr 04, 2000
-
-
Geoff Thorpe authored
-
- Apr 01, 2000
-
-
Richard Levitte authored
as important to keep a low profile here :-))
-
Richard Levitte authored
-
- Mar 30, 2000
-
-
Bodo Möller authored
-
- Mar 27, 2000
-
-
Bodo Möller authored
0.9.5a should not break anything that works in 0.9.5.
-
Dr. Stephen Henson authored
-
- 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
-