summaryrefslogtreecommitdiffstats
path: root/crypto/ui
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-27Fix the check of UI_method_set_ex_dataPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-26UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen
2022-01-03close_console: Always unlock as the lock is always heldTomas Mraz
2021-07-29Update copyright yearMatt Caswell
2021-06-26ui: address potential memory leakPauli
2021-06-17Update copyright yearMatt Caswell
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-04-08Update copyright yearMatt Caswell
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-10UI: Use OPENSSL_zalloc() in general_allocate_prompt()Richard Levitte
2020-09-13Fix safestack issues in ui.hMatt Caswell
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb
2020-06-04Update copyright yearMatt Caswell
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-11-22UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Regenerate mkerr filesRich Salz
2019-07-16Remove function name from errorsRich Salz
2019-07-01Remove NextStep supportRich Salz
2019-07-01Fix TyposAntoine Cœur
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-12-06Following the license change, modify the boilerplates in crypto/ui/Richard Levitte
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov
2018-05-29Update copyright yearMatt Caswell
2018-05-14UI console: Restore tty settings, do not force ECHO after promptRichard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-11-08Removre comment with user's nameRich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte