summaryrefslogtreecommitdiff
path: root/crypto/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption in ui_readBernd Edlinger2023-05-172-3/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-34/+21
* Fix the check of UI_method_set_ex_dataPeiwei Hu2022-05-271-1/+1
* Update copyright yearMatt Caswell2022-05-032-2/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang2022-01-261-2/+5
* Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen2022-01-261-1/+1
* close_console: Always unlock as the lock is always heldTomas Mraz2022-01-031-2/+4
* Update copyright yearMatt Caswell2021-07-291-1/+1
* ui: address potential memory leakPauli2021-06-261-1/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+3
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-132-61/+30
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-36/+35
* UI: Use OPENSSL_zalloc() in general_allocate_prompt()Richard Levitte2020-11-101-1/+1
* Fix safestack issues in ui.hMatt Caswell2020-09-131-2/+0
* apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb2020-09-101-10/+8
* Update copyright yearMatt Caswell2020-06-042-2/+2
* Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger2020-05-231-2/+1
* TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov2020-05-181-0/+10
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte2019-11-221-1/+2
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-285-4/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Remove tab characters from C source files.Pauli2019-07-161-2/+2
* Regenerate mkerr filesRich Salz2019-07-161-34/+2
* Remove function name from errorsRich Salz2019-07-161-7/+0
* Remove NextStep supportRich Salz2019-07-011-5/+1
* Fix TyposAntoine Cœur2019-07-011-1/+1
* Handle CTRL-C as non-redoable abort signalBernd Edlinger2019-06-211-0/+2
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-0/+6
* Following the license change, modify the boilerplates in crypto/ui/Richard Levitte2018-12-066-6/+6
* crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte2018-09-201-0/+18
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* UI console: Restore tty settings, do not force ECHO after promptRichard Levitte2018-05-141-6/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-3/+5
* Removre comment with user's nameRich Salz2017-11-081-1/+0
* Remove parentheses of return.KaoruToda2017-10-183-6/+6
* Remove email addresses from source code.Rich Salz2017-10-131-2/+2
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-084-10/+54
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1