summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use err_local.h rather than err.h in most placestb2025-05-101-2/+2
* const correct UI_OpenSSL()tb2025-03-092-5/+5
* Garbage collec UI_UTIL remnantstb2024-08-312-82/+1
* Neuter the completely broken UI_UTIL_read_pw* APItb2024-08-241-27/+5
* Remove the empty ui_compat.htb2024-08-101-65/+0
* ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.htb2024-08-081-4/+3
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* Expose UI_null()tb2023-03-101-3/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-165-59/+59
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Consistently check for NULL early.jsing2022-12-231-64/+89
* Fix an unchecked strdup() in UI_create_method().jsing2022-12-231-6/+15
* Make UI_destroy_method() NULL safe.jsing2022-12-231-5/+7
* Remove unhelpful comment.jsing2022-12-231-6/+1
* Remove compatibility "glue" for des_read_pw{_string}()jsing2022-12-232-35/+2
* Prepare to provide UI_null()tb2022-12-172-1/+22
* Make header guards of internal headers consistenttb2022-11-261-4/+4
* Make internal header file names consistenttb2022-11-264-7/+7
* Hide symbols in libcrypto/uibeck2022-11-124-4/+57
* Unbreak the tree, after the previous commit.jsing2022-07-121-2/+1
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+2
* 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