summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_lib.c
AgeCommit message (Expand)Author
2017-07-05Fix small UI issuesRichard Levitte
2017-05-27Make default_method mostly compile-timeRich Salz
2017-03-11Fix UI_get0_action_string()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-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
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-17UI_construct_prompt: check for NULL when allocating promptJonas Maebe
2014-07-13* crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte
2010-03-09PR: 2188Dr. Stephen Henson
2009-02-16Data not initialised.Richard Levitte
2005-07-26improved error checking and some fixesNils Larsch
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-01-13Correct a misleading comment.Richard Levitte
2002-12-05Only check for a result buffer if the allocated string is a prompt string.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-07-11One forgotten function.Richard Levitte
2001-07-05Change info to correct values.Richard Levitte
2001-06-24Make sure we don't return 0 on error.Richard Levitte
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte
2001-06-11Initialize UI ex_data.Dr. Stephen Henson
2001-06-06Don't forget to initialise.Richard Levitte