summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* KNF for a few comments and indent a labeltb2020-09-251-8/+12
* Remove some dangling elses for consistency with the rest of the filetb2020-09-251-25/+19
* Simplify UI_new_method()tb2020-09-251-10/+4
* Move variable declaration to the top of UI_set_result and ditchtb2020-09-251-19/+16
* The default branch of a switch somehow got moved inside of a pointlesstb2020-09-251-3/+3
* Simplify call to ERR_print_errors_cb()tb2020-09-251-5/+4
* Error out if ok_chars and cancel_chars overlaptb2020-09-241-2/+4
* Fix a number of leaks in the UI_dup_* functionstb2020-09-241-143/+99
* Push ERR_R_MALLOC_FAILURE onto the error stacktb2020-09-241-3/+3
* Make free_strings() NULL safetb2020-09-241-1/+3
* KNF and grammar tweaks for comments; wrap a few overlong prototypes.tb2020-09-241-163/+188
* Add a const qualifier to the argument of UI_method_get_closer(),tb2018-06-022-14/+14
* UI_METHOD *UI_create_method(const char *name).tb2018-05-192-4/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-292-42/+25
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
* don't go into an unbreakable infinite loop during operations suchtedu2016-04-281-1/+2
* Correct spelling of OPENSSL_cleanse.jsing2015-09-102-4/+4
* After reading a password with terminal echo off, restore the terminal toguenther2015-07-161-6/+5
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-101-2/+2
* Use string literals in printf style calls so gcc's -Wformat works.doug2014-10-031-6/+10
* Kill a bunch more BUF_strdup's - these are converted to have a check forbeck2014-07-221-3/+3
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-9/+9
* remove silly castderaadt2014-07-131-2/+2
* adapt addapt spelling to adapt; request from miodderaadt2014-07-111-3/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-12/+8
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-102-2/+7
* tags as requested by miod and teduderaadt2014-06-127-7/+8
* c-file-style hints, begone; ok beckderaadt2014-06-116-6/+6
* malloc() result does not need a cast.deraadt2014-06-071-2/+2
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-4/+3
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-242-2/+5
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-8/+4
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-7/+5
* We do not need a separate file for two compatibility wrapper functions.jsing2014-04-272-69/+18
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-24/+19
* Clean up the remaining TTY related remnants.jsing2014-04-251-41/+8
* Use const char *.jsing2014-04-251-1/+1
* Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anjsing2014-04-241-25/+12
* You want signals?!? I'll give you signals!!! Oh, and we have termios asjsing2014-04-241-36/+0
* More KNF.jsing2014-04-242-37/+37
* Restore beck's rev 1.8: snprintf() was reviewed.guenther2014-04-201-2/+2
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-6/+6
* More KNF.jsing2014-04-188-203/+195
* stab at indentationtedu2014-04-175-737/+725
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-173-18/+18
* whack the ifdef pinata:tedu2014-04-161-260/+5
* we don't use these files for buildingtedu2014-04-151-79/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-32/+0