index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ui
Age
Commit message (
Expand
)
Author
2024-08-31
Garbage collec UI_UTIL remnants
Theo Buehler
2024-08-24
Neuter the completely broken UI_UTIL_read_pw* API
Theo Buehler
2024-08-10
Remove the empty ui_compat.h
Theo Buehler
2024-08-08
ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.h
Theo Buehler
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-03-10
Expose UI_null()
Theo Buehler
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-23
Consistently check for NULL early.
Joel Sing
2022-12-23
Fix an unchecked strdup() in UI_create_method().
Joel Sing
2022-12-23
Make UI_destroy_method() NULL safe.
Joel Sing
2022-12-23
Remove unhelpful comment.
Joel Sing
2022-12-23
Remove compatibility "glue" for des_read_pw{_string}()
Joel Sing
2022-12-17
Prepare to provide UI_null()
Theo Buehler
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-12
Hide symbols in libcrypto/ui
Bob Beck
2022-07-12
Unbreak the tree, after the previous commit.
Joel Sing
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2020-09-25
KNF for a few comments and indent a label
Theo Buehler
2020-09-25
Remove some dangling elses for consistency with the rest of the file
Theo Buehler
2020-09-25
Simplify UI_new_method()
Theo Buehler
2020-09-25
Move variable declaration to the top of UI_set_result and ditch
Theo Buehler
2020-09-25
The default branch of a switch somehow got moved inside of a pointless
Theo Buehler
2020-09-25
Simplify call to ERR_print_errors_cb()
Theo Buehler
2020-09-24
Error out if ok_chars and cancel_chars overlap
Theo Buehler
2020-09-24
Fix a number of leaks in the UI_dup_* functions
Theo Buehler
2020-09-24
Push ERR_R_MALLOC_FAILURE onto the error stack
Theo Buehler
2020-09-24
Make free_strings() NULL safe
Theo Buehler
2020-09-24
KNF and grammar tweaks for comments; wrap a few overlong prototypes.
Theo Buehler
2018-06-02
Add a const qualifier to the argument of UI_method_get_closer(),
Theo Buehler
2018-05-19
UI_METHOD *UI_create_method(const char *name).
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-21
Explicitly export a list of symbols from libcrypto.
Joel Sing
2016-04-28
don't go into an unbreakable infinite loop during operations such
Ted Unangst
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-07-16
After reading a password with terminal echo off, restore the terminal to
Philip Guenther
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2014-10-03
Use string literals in printf style calls so gcc's -Wformat works.
Doug Hogan
2014-07-22
Kill a bunch more BUF_strdup's - these are converted to have a check for
Bob Beck
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
Bob Beck
2014-07-13
remove silly cast
Theo de Raadt
2014-07-11
adapt addapt spelling to adapt; request from miod
Theo de Raadt
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-11
c-file-style hints, begone; ok beck
Theo de Raadt
2014-06-07
malloc() result does not need a cast.
Theo de Raadt
2014-05-25
calloc instead of malloc/memset. from Benjamin Baier
Ted Unangst
[next]