- May 24, 2001
-
-
Dr. Stephen Henson authored
Add missing variable length cipher flag for Blowfish. Only use trust settings if either trust or reject settings are present, otherwise use compatibility mode. This stops root CAs being rejected if they have alias of keyid set.
-
- May 22, 2001
-
-
Richard Levitte authored
-
- May 17, 2001
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
For some unknown reason fopen("con", "w") is the only way to make this work. Using "r+" and "w+" causes the fopen call to fail and the fallback (using stdin) doesn't work because writing to stdin fails.
-
Richard Levitte authored
-
Richard Levitte authored
environment were a part of a Unix operating systems, but these days you see an increasing number of installations that do not necessarely have these crucial parts by default, so it's needs mentioning.
-
- May 16, 2001
-
-
Lutz Jänicke authored
-
Richard Levitte authored
as gmtime_r() on the systems where that is defined.
-
- May 15, 2001
-
-
Lutz Jänicke authored
-
Richard Levitte authored
-
Richard Levitte authored
DEC C only have them declared that way (it doesn't really matter, since the linker is case-insensitive by default)
-
- May 14, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
characters.
-
Richard Levitte authored
compilers will complain against the check for less than zero.
-
Richard Levitte authored
-
Richard Levitte authored
symbols.
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
- May 13, 2001
-
-
Richard Levitte authored
mistake.
-
Richard Levitte authored
-
Richard Levitte authored
reachable. It's completely untested for now. To be done in the next few days.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
is compiled.
-
Richard Levitte authored
Make rewrites the default, since it works, and people get confused if changed information doesn't get rewritten automagically.
-
Richard Levitte authored
section. Add ui_compat.h for inclusion by those who want the old functions and provide all of them, not just the higher-level ones, in ui_compat.c.
-
Richard Levitte authored
redefined variables.
-
Dr. Stephen Henson authored
#if 0 out deleted (?) functions to stop Win32 DLL build falling over.
-
- May 12, 2001
-
-
Dr. Stephen Henson authored
Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
-
Lutz Jänicke authored
-
Dr. Stephen Henson authored
Under VC++ _DLL is set to indicate that the application will be linked against the DLL runtime library. It is automatically set when /MD is used. As a result OpenSSL shouldn't use _DLL to determine if it should set OPENSSL_OPT_WINDLL because this will cause linkage conflicts with static builds which do include the /MD compiler switch.
-
Dr. Stephen Henson authored
-
- May 11, 2001
-
-
Richard Levitte authored
(basically: whooops :-))
-
Lutz Jänicke authored
flag as discussed on the mailing list.
-