aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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
* * crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte2014-07-131-1/+1
* PR: 2188Dr. Stephen Henson2010-03-091-0/+19
* Data not initialised.Richard Levitte2009-02-161-0/+1
* improved error checking and some fixesNils Larsch2005-07-261-1/+3
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-6/+7
* Correct a misleading comment.Richard Levitte2003-01-131-1/+1