summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ui
AgeCommit message (Expand)AuthorFilesLines
2020-09-25KNF for a few comments and indent a labeltb1-8/+12
2020-09-25Remove some dangling elses for consistency with the rest of the filetb1-25/+19
2020-09-25Simplify UI_new_method()tb1-10/+4
2020-09-25Move variable declaration to the top of UI_set_result and ditchtb1-19/+16
2020-09-25The default branch of a switch somehow got moved inside of a pointlesstb1-3/+3
2020-09-25Simplify call to ERR_print_errors_cb()tb1-5/+4
2020-09-24Error out if ok_chars and cancel_chars overlaptb1-2/+4
2020-09-24Fix a number of leaks in the UI_dup_* functionstb1-142/+98
2020-09-24Push ERR_R_MALLOC_FAILURE onto the error stacktb1-3/+3
2020-09-24Make free_strings() NULL safetb1-1/+3
2020-09-24KNF and grammar tweaks for comments; wrap a few overlong prototypes.tb1-161/+186
2018-06-02Add a const qualifier to the argument of UI_method_get_closer(),tb2-14/+14
2018-05-19UI_METHOD *UI_create_method(const char *name).tb2-4/+4
2017-01-29Send the function codes from the error functions to the bit bucket,beck2-42/+25
2016-12-21Explicitly export a list of symbols from libcrypto.jsing1-1/+5
2016-04-28don't go into an unbreakable infinite loop during operations suchtedu1-1/+2
2015-09-10Correct spelling of OPENSSL_cleanse.jsing2-4/+4
2015-07-16After reading a password with terminal echo off, restore the terminal toguenther1-6/+5
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing1-2/+2
2014-10-03Use string literals in printf style calls so gcc's -Wformat works.doug1-6/+10
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forbeck1-3/+3
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingbeck1-9/+9
2014-07-13remove silly castderaadt1-2/+2
2014-07-11adapt addapt spelling to adapt; request from miodderaadt1-3/+3
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing2-12/+8
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2-2/+7
2014-06-12tags as requested by miod and teduderaadt7-7/+8
2014-06-11c-file-style hints, begone; ok beckderaadt6-6/+6
2014-06-07malloc() result does not need a cast.deraadt1-2/+2
2014-05-25calloc instead of malloc/memset. from Benjamin Baiertedu1-4/+3
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2-2/+5
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod1-8/+4
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod1-7/+5
2014-04-27We do not need a separate file for two compatibility wrapper functions.jsing2-69/+18
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck1-24/+19
2014-04-25Clean up the remaining TTY related remnants.jsing1-41/+8
2014-04-25Use const char *.jsing1-1/+1
2014-04-24Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anjsing1-23/+10
2014-04-24You want signals?!? I'll give you signals!!! Oh, and we have termios asjsing1-36/+0
2014-04-24More KNF.jsing2-37/+37
2014-04-20Restore beck's rev 1.8: snprintf() was reviewed.guenther1-2/+2
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther1-2/+2
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck1-6/+6
2014-04-18More KNF.jsing8-203/+195
2014-04-17stab at indentationtedu5-721/+709
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck3-18/+18
2014-04-16whack the ifdef pinata:tedu1-260/+5
2014-04-15we don't use these files for buildingtedu1-79/+0
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck1-2/+2
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-32/+0