aboutsummaryrefslogtreecommitdiff
path: root/crypto/ui/ui_openssl.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Move e_os.h to include/internalRichard Levitte1-1/+1
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-01-03close_console: Always unlock as the lock is always heldTomas Mraz1-2/+4
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker1-1/+1
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz1-1/+2
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte1-34/+13
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-5/+5
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov1-0/+10
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-07-16Remove tab characters from C source files.Pauli1-2/+2
2019-07-01Remove NextStep supportRich Salz1-5/+1
2019-07-01Fix TyposAntoine Cœur1-1/+1
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-0/+6
2018-12-06Following the license change, modify the boilerplates in crypto/ui/Richard Levitte1-1/+1
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte1-0/+18
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-14UI console: Restore tty settings, do not force ECHO after promptRichard Levitte1-6/+1
2017-11-08Removre comment with user's nameRich Salz1-1/+0
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-10-13Remove email addresses from source code.Rich Salz1-2/+2
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+2
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-206/+214
2017-04-07Make default_method mostly compile-timeRich Salz1-0/+12
2016-12-10VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte1-4/+36
2016-12-10VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte1-20/+28
2016-12-08UI code style cleanupRichard Levitte1-1/+1
2016-12-08UI_OpenSSL()'s session opener fails on MacOS XRichard Levitte1-0/+9
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte1-1/+9
2016-09-22Add -Wswitch-enumRich Salz1-2/+7
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov1-15/+17
2016-08-11crypto/ui/ui_openssl.c: let new-line through after query in Windows path.Andy Polyakov1-2/+0
2016-08-01crypto/ui/ui_openssl.c: UTF-y Windows code path.Andy Polyakov1-21/+71
2016-05-17Copyright consolidation 05/10Rich Salz1-113/+5
2016-03-18Fix build; CPP syntax error.Rich Salz1-1/+1
2016-03-17Remove Netware and OS/2Rich Salz1-4/+3
2016-03-08Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-02-21Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte1-33/+26
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-377/+381
2015-01-12RT3548: Remove unsupported platformsRich Salz1-16/+7
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-21RT3548: Remvoe unsupported platformsRich Salz1-5/+1