- 12 2月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Tim Rice <tim@multitalents.net> Make compilation work on OpenServer 5.0.7
-
- 15 10月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 10月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 5月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
.DLL, in particular static build. The issue has been discussed in RT#1230 and later on openssl-dev, and mutually exclusive approaches were suggested. This completes compromise solution suggested in RT#1230. PR: 1230
-
- 12 4月, 2006 1 次提交
-
-
由 Ulf Möller 提交于
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
-
- 26 9月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 9月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
fatal exceptions.
-
- 28 1月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
_POSIX_C_SOURCE needed in first place.
-
- 28 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 04 6月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Make sure the sigaction structure and fileno function are properly declared with an ANSI compiler on Solaris (and possibly others).
-
- 13 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
might get closed... Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au>
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 227
-
- 09 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
-
- 25 9月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
This correction was originally introduced in OpenBSD's tracking of OpenSSL.
-
- 14 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 75
-
- 10 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 20 12月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 05 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 24 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
application do that. NOTE: there's no requirement for other UI_METHODs to avoid this kind of loop. For example, a GUI UI_METHOD would probably check the lengths of the answers from within instead of being constantly redisplayed for everything that is wrong.
-
- 19 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
prompting, application-defined prompts, the possibility to use defaults (for example default passwords from somewhere else) and interrupts/cancelations.
-
- 11 6月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
In the new crypto/ui/, this was changed into tty (which is usually /dev/tty), i.e. the FILE * used for reading passwords from the user. However stdio buffering for read/write streams is not without pitfalls (passwords would be echoed on some systems). To avoid problems, split tty into tty_in and tty_out (which are opened separately).
-
- 17 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
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.
-
- 12 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
(basically: whooops :-))
-
- 07 5月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
little bit clearer and use the new OPENSSL_SYS_* macros.
-
由 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.
-