summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ui
AgeCommit message (Expand)Author
2024-08-31Garbage collec UI_UTIL remnantsTheo Buehler
2024-08-24Neuter the completely broken UI_UTIL_read_pw* APITheo Buehler
2024-08-10Remove the empty ui_compat.hTheo Buehler
2024-08-08ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.hTheo Buehler
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-03-10Expose UI_null()Theo Buehler
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-23Consistently check for NULL early.Joel Sing
2022-12-23Fix an unchecked strdup() in UI_create_method().Joel Sing
2022-12-23Make UI_destroy_method() NULL safe.Joel Sing
2022-12-23Remove unhelpful comment.Joel Sing
2022-12-23Remove compatibility "glue" for des_read_pw{_string}()Joel Sing
2022-12-17Prepare to provide UI_null()Theo Buehler
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-12Hide symbols in libcrypto/uiBob Beck
2022-07-12Unbreak the tree, after the previous commit.Joel Sing
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2020-09-25KNF for a few comments and indent a labelTheo Buehler
2020-09-25Remove some dangling elses for consistency with the rest of the fileTheo Buehler
2020-09-25Simplify UI_new_method()Theo Buehler
2020-09-25Move variable declaration to the top of UI_set_result and ditchTheo Buehler
2020-09-25The default branch of a switch somehow got moved inside of a pointlessTheo Buehler
2020-09-25Simplify call to ERR_print_errors_cb()Theo Buehler
2020-09-24Error out if ok_chars and cancel_chars overlapTheo Buehler
2020-09-24Fix a number of leaks in the UI_dup_* functionsTheo Buehler
2020-09-24Push ERR_R_MALLOC_FAILURE onto the error stackTheo Buehler
2020-09-24Make free_strings() NULL safeTheo Buehler
2020-09-24KNF and grammar tweaks for comments; wrap a few overlong prototypes.Theo Buehler
2018-06-02Add a const qualifier to the argument of UI_method_get_closer(),Theo Buehler
2018-05-19UI_METHOD *UI_create_method(const char *name).Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-04-28don't go into an unbreakable infinite loop during operations suchTed Unangst
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-07-16After reading a password with terminal echo off, restore the terminal toPhilip Guenther
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastJoel Sing
2014-10-03Use string literals in printf style calls so gcc's -Wformat works.Doug Hogan
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forBob Beck
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-13remove silly castTheo de Raadt
2014-07-11adapt addapt spelling to adapt; request from miodTheo de Raadt
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11c-file-style hints, begone; ok beckTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-25calloc instead of malloc/memset. from Benjamin BaierTed Unangst