TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (EPERM...
[openssl.git] / crypto / ui / ui_openssl.c
2020-05-18 Maxim ZakharovTTY_get() in crypto/ui/ui_openssl.c open_console()...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-16 PauliRemove tab characters from C source files.
2019-07-01 Rich SalzRemove NextStep support
2019-07-01 Antoine CœurFix Typos
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-20 Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-05-29 Matt CaswellUpdate copyright year
2018-05-14 Richard LevitteUI console: Restore tty settings, do not force ECHO...
2017-11-08 Rich SalzRemovre comment with user's name
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-04-07 Rich SalzMake default_method mostly compile-time
2016-12-10 Richard LevitteVMS UI_OpenSSL: generate OpenSSL errors when things...
2016-12-10 Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-08 Richard LevitteUI code style cleanup
2016-12-08 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-08-25 Andy PolyakovWindows: UTF-8 opt-in for command-line arguments and...
2016-08-11 Andy Polyakovcrypto/ui/ui_openssl.c: let new-line through after...
2016-08-01 Andy Polyakovcrypto/ui/ui_openssl.c: UTF-y Windows code path.
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-03-18 Rich SalzFix build; CPP syntax error.
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-02-21 Richard LevitteAssume TERMIOS is default, remove TERMIO on all Linux.
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-22 Rich SalzRT3548: Remvoe unsupported platforms
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2014-09-24 Rich SalzRT3544: Remove MWERKS support
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2012-02-11 Dr. Stephen HensonPR: 2717
2011-10-14 Dr. Stephen Hensonmore vxworks patches
2009-10-04 Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-05-13 Dr. Stephen HensonUpdate from stable branch.
2008-12-22 Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2006-04-11 Ulf MöllerAdd BeOS support.
2005-09-26 Dr. Stephen HensonUpdate from stable branch.
2005-09-20 Andy PolyakovLatest MSVCR80 doesn't tolerate unsupported signal...
2004-01-27 Andy Polyakov#undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX...
2003-11-28 Richard LevitteNetware-specific changes,
2003-06-04 Richard LevitteMake sure the sigaction structure and fileno function...
2003-01-13 Richard Levittetty_in will never be stderr, so it will always be close...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-15 Richard LevitteWinCE patches
2002-11-13 Richard LevitteCorrect support for SunOS 4.1.3_U1.
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-09-25 Richard LevitteMake sure that the signal storage is regarded as volatile.
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-05-09 Richard LevitteOne place where VMS wasn't changed to OPENSSL_SYS_VMS...
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2001-12-20 Ben LaurieSecurity fix.
2001-07-05 Richard LevitteChange info to correct values.
2001-06-23 Richard LevitteDo not loop i the OpenSSL UI method any more. Instead...
2001-06-19 Richard LevitteEnhance the user interface with better support for...
2001-06-11 Bodo MöllerFor MSDOS, the tty filename still is "con", not "/dev...
2001-06-11 Bodo MöllerEarlier OpenSSL versions printed prompts to stderr.
2001-05-17 Dr. Stephen HensonFix for new UI functions under Win32.
2001-05-12 Dr. Stephen HensonTypo.
2001-05-11 Richard Levittee_os2.h defines things like OPENSSL_SYS_MSDOS, not...
2001-05-07 Richard LevitteClarify the license and copyright, make preprocessor...
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...