aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* RT3544: Remove MWERKS supportRich Salz2014-09-241-4/+4
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
* PR: 2717Dr. Stephen Henson2012-02-111-2/+2
* more vxworks patchesDr. Stephen Henson2011-10-141-0/+6
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-4/+7
* Update from stable branch.Dr. Stephen Henson2009-05-131-1/+3
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-0/+2
* Add BeOS support.Ulf Möller2006-04-111-1/+1
* Update from stable branch.Dr. Stephen Henson2005-09-261-2/+3
* Latest MSVCR80 doesn't tolerate unsupported signal numbers, throwingAndy Polyakov2005-09-201-0/+18
* #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