- May 13, 2001
-
-
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.
-
- May 10, 2001
-
-
Lutz Jänicke authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
Purpose and trust setting functions for X509_STORE. Tidy existing code.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- May 09, 2001
-
-
Dr. Stephen Henson authored
inherited from X509_STORE. Add CRL checking options to other applications.
-
- May 08, 2001
-
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- May 07, 2001
-
-
Dr. Stephen Henson authored
Initial CRL based revocation checking.
-
Richard Levitte authored
little bit clearer and use the new OPENSSL_SYS_* macros.
-
- May 06, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
-
- May 04, 2001
-
-
Ulf Möller authored
-
- May 03, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
For those, unless the environment variables RANDFILE or HOME are defined (the default case!), RAND_file_name() will return NULL. This change adds a default HOME for those platforms. To add a default HOME for any platform, just define DEFAULT_HOME in the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
-
Richard Levitte authored
-
- May 02, 2001
-
-
Richard Levitte authored
-
- Apr 30, 2001
-
-
Geoff Thorpe authored
ENGINE code does not return a default, set an error.
-
- Apr 29, 2001
-
-
Dr. Stephen Henson authored
define LLONG properly for VC++. stop compiler complaining about signed/unsigned mismatch in apps/engine.c
-
- Apr 27, 2001
-
-
Richard Levitte authored
"Howard Chu" <hyc@highlandsun.com>, it may be general enough to work on any Unixly system.
-
Richard Levitte authored
-
Geoff Thorpe authored
turned on, and (b) left a somewhat curious debugging string in the output.
-