aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on whyAndy Polyakov2004-01-271-1/+5
* Netware-specific changes,Richard Levitte2003-11-281-2/+8
* Make sure the sigaction structure and fileno function are properly declared w...Richard Levitte2003-06-041-5/+8
* tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte2003-01-131-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* WinCE patchesRichard Levitte2002-11-151-2/+10
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-1/+5
* Add a few more VxWorks targets.Richard Levitte2002-10-091-2/+2
* Make sure that the signal storage is regarded as volatile.Richard Levitte2002-09-251-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte2002-05-091-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+7
* Security fix.Ben Laurie2001-12-201-22/+17
* Change info to correct values.Richard Levitte2001-07-051-3/+3
* Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte2001-06-231-28/+32
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-191-32/+41
* For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller2001-06-111-2/+7
* Earlier OpenSSL versions printed prompts to stderr.Bodo Möller2001-06-111-38/+39
* Fix for new UI functions under Win32.Dr. Stephen Henson2001-05-171-1/+4
* Typo.Dr. Stephen Henson2001-05-121-1/+1
* e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...Richard Levitte2001-05-111-1/+1
* Clarify the license and copyright, make preprocessor dirctives aRichard Levitte2001-05-071-80/+143
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-0/+575