aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only check for a result buffer if the allocated string is a prompt string.Richard Levitte2002-12-051-1/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+3
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-7/+4
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* One forgotten function.Richard Levitte2001-07-111-0/+8
* Change info to correct values.Richard Levitte2001-07-051-3/+3
* Make sure we don't return 0 on error.Richard Levitte2001-06-241-0/+5
* Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte2001-06-231-36/+314
* In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson2001-06-231-3/+5
* Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte2001-06-201-16/+17
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-191-31/+109
* Initialize UI ex_data.Dr. Stephen Henson2001-06-111-1/+1
* Don't forget to initialise.Richard Levitte2001-06-061-0/+2
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2001-06-051-1/+2
* A good use of the UI interface is as a password callback replacementRichard Levitte2001-06-051-0/+12
* Make sure strdup() is properly declared.Richard Levitte2001-05-141-0/+9
* Fix warning with DEBUG_SAFESTACKDr. Stephen Henson2001-05-101-2/+1
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-0/+506