- 14 5月, 2001 6 次提交
-
-
由 Richard Levitte 提交于
compilers will complain against the check for less than zero.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
symbols.
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Richard Levitte 提交于
mistake.
-
- 13 5月, 2001 11 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
reachable. It's completely untested for now. To be done in the next few days.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
is compiled.
-
由 Richard Levitte 提交于
Make rewrites the default, since it works, and people get confused if changed information doesn't get rewritten automagically.
-
由 Richard Levitte 提交于
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 提交于
redefined variables.
-
由 Dr. Stephen Henson 提交于
#if 0 out deleted (?) functions to stop Win32 DLL build falling over.
-
由 Dr. Stephen Henson 提交于
Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
-
- 12 5月, 2001 3 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Dr. Stephen Henson 提交于
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 提交于
-
- 11 5月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
(basically: whooops :-))
-
由 Lutz Jänicke 提交于
flag as discussed on the mailing list.
-
- 10 5月, 2001 5 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
Purpose and trust setting functions for X509_STORE. Tidy existing code.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 09 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
inherited from X509_STORE. Add CRL checking options to other applications.
-
- 08 5月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
Initial CRL based revocation checking.
-
- 07 5月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
little bit clearer and use the new OPENSSL_SYS_* macros.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
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.
-
- 04 5月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 03 5月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
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 提交于
-