summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_lib.c
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
2021-07-29Update copyright yearMatt Caswell
2021-06-26ui: address potential memory leakPauli
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-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-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-16Remove function name from errorsRich Salz
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/ui/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-07-05Fix small UI issuesRichard Levitte
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-05-31Add UI functionality to duplicate the user dataRichard Levitte
2017-04-07Make default_method mostly compile-timeRich Salz
2017-03-11Fix UI_get0_action_string()Richard Levitte
2017-01-11Add an application data field in the UI_METHODRichard Levitte
2017-01-11Constify the input parameter to UI_method_get_*Richard Levitte
2016-12-08Remove extra bangRichard Levitte
2016-12-08UI code style cleanupRichard Levitte
2016-12-08UI_process() didn't generate errorsRichard Levitte
2016-09-22Add -Wswitch-enumRich Salz
2016-08-31Code cleanup UIRich Salz
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-15Constify UIFdaSilvaYY
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-03-08Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz