aboutsummaryrefslogtreecommitdiff
path: root/crypto/ui
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Update copyright yearMatt Caswell2-2/+2
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger1-2/+1
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov1-0/+10
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-1/+1
2019-11-22UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte1-1/+2
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre5-4/+4
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-16Remove tab characters from C source files.Pauli1-2/+2
2019-07-16Regenerate mkerr filesRich Salz1-34/+2
2019-07-16Remove function name from errorsRich Salz1-7/+0
2019-07-01Remove NextStep supportRich Salz1-5/+1
2019-07-01Fix TyposAntoine Cœur1-1/+1
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger1-0/+2
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 Levitte6-6/+6
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
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz2-3/+5
2017-11-08Removre comment with user's nameRich Salz1-1/+0
2017-10-18Remove parentheses of return.KaoruToda3-6/+6
2017-10-13Remove email addresses from source code.Rich Salz1-2/+2
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte4-10/+54
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-05Fix small UI issuesRichard Levitte1-0/+2
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte2-209/+218
2017-06-28UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte1-1/+3
2017-06-07make error tables const and separate header fileRich Salz1-45/+44
2017-05-31Add UI functionality to duplicate the user dataRichard Levitte3-1/+68
2017-04-07Make default_method mostly compile-timeRich Salz2-15/+12
2017-03-11Fix UI_get0_action_string()Richard Levitte1-1/+1
2017-02-26Add a null UI methodRichard Levitte2-1/+27
2017-01-13UI: Use RUN_ONCE differentlyRichard Levitte1-10/+10
2017-01-13UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte1-13/+11
2017-01-11Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte1-0/+111
2017-01-11Add an application data field in the UI_METHODRichard Levitte2-9/+29
2017-01-11Constify the input parameter to UI_method_get_*Richard Levitte1-8/+7
2016-12-10VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte2-4/+42
2016-12-10VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte1-20/+28
2016-12-08Remove extra bangRichard Levitte1-1/+1
2016-12-08UI code style cleanupRichard Levitte2-66/+70
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 Levitte2-1/+12
2016-12-08UI_process() didn't generate errorsRichard Levitte2-4/+21