summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-27/+17
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-31/+30
* 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
* 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
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Remove function name from errorsRich Salz2019-07-161-7/+0
* Handle CTRL-C as non-redoable abort signalBernd Edlinger2019-06-211-0/+2
* Following the license change, modify the boilerplates in crypto/ui/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-081-9/+49
* Fix small UI issuesRichard Levitte2017-07-051-0/+2
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-3/+4
* Add UI functionality to duplicate the user dataRichard Levitte2017-05-311-0/+57
* Make default_method mostly compile-timeRich Salz2017-04-071-15/+0
* Fix UI_get0_action_string()Richard Levitte2017-03-111-1/+1
* Add an application data field in the UI_METHODRichard Levitte2017-01-111-9/+25
* Constify the input parameter to UI_method_get_*Richard Levitte2017-01-111-8/+7
* Remove extra bangRichard Levitte2016-12-081-1/+1
* UI code style cleanupRichard Levitte2016-12-081-65/+69
* UI_process() didn't generate errorsRichard Levitte2016-12-081-4/+19
* Add -Wswitch-enumRich Salz2016-09-221-12/+39
* Code cleanup UIRich Salz2016-08-311-20/+2
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-2/+6
* Constify UIFdaSilvaYY2016-06-151-1/+1
* Add some error messages for malloc failsMatt Caswell2016-05-181-0/+1
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-181-1/+6
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+4
* Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini2016-03-081-0/+9
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-15/+15
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* remove 0 assignments.Rich Salz2015-09-031-4/+1
* Add and use OPENSSL_zallocRich Salz2015-09-031-4/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free null cleanup finaleRich Salz2015-05-011-8/+4
* remove malloc castsRich Salz2015-04-281-5/+4
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-774/+720
* UI_construct_prompt: check for NULL when allocating promptJonas Maebe2014-08-171-0/+2