index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use err_local.h rather than err.h in most places
tb
2025-05-10
1
-2
/
+2
*
const correct UI_OpenSSL()
tb
2025-03-09
2
-5
/
+5
*
Garbage collec UI_UTIL remnants
tb
2024-08-31
2
-82
/
+1
*
Neuter the completely broken UI_UTIL_read_pw* API
tb
2024-08-24
1
-27
/
+5
*
Remove the empty ui_compat.h
tb
2024-08-10
1
-65
/
+0
*
ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.h
tb
2024-08-08
1
-4
/
+3
*
libcrypto: constify most error string tables
tb
2024-06-24
1
-5
/
+7
*
Move some includes out of OPENSSL_NO_DEPRECATED
tb
2023-04-18
1
-3
/
+1
*
Expose UI_null()
tb
2023-03-10
1
-3
/
+1
*
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
tb
2023-02-16
5
-59
/
+59
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-2
/
+2
*
Consistently check for NULL early.
jsing
2022-12-23
1
-64
/
+89
*
Fix an unchecked strdup() in UI_create_method().
jsing
2022-12-23
1
-6
/
+15
*
Make UI_destroy_method() NULL safe.
jsing
2022-12-23
1
-5
/
+7
*
Remove unhelpful comment.
jsing
2022-12-23
1
-6
/
+1
*
Remove compatibility "glue" for des_read_pw{_string}()
jsing
2022-12-23
2
-35
/
+2
*
Prepare to provide UI_null()
tb
2022-12-17
2
-1
/
+22
*
Make header guards of internal headers consistent
tb
2022-11-26
1
-4
/
+4
*
Make internal header file names consistent
tb
2022-11-26
4
-7
/
+7
*
Hide symbols in libcrypto/ui
beck
2022-11-12
4
-4
/
+57
*
Unbreak the tree, after the previous commit.
jsing
2022-07-12
1
-2
/
+1
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-12
/
+2
*
KNF for a few comments and indent a label
tb
2020-09-25
1
-8
/
+12
*
Remove some dangling elses for consistency with the rest of the file
tb
2020-09-25
1
-25
/
+19
*
Simplify UI_new_method()
tb
2020-09-25
1
-10
/
+4
*
Move variable declaration to the top of UI_set_result and ditch
tb
2020-09-25
1
-19
/
+16
*
The default branch of a switch somehow got moved inside of a pointless
tb
2020-09-25
1
-3
/
+3
*
Simplify call to ERR_print_errors_cb()
tb
2020-09-25
1
-5
/
+4
*
Error out if ok_chars and cancel_chars overlap
tb
2020-09-24
1
-2
/
+4
*
Fix a number of leaks in the UI_dup_* functions
tb
2020-09-24
1
-143
/
+99
*
Push ERR_R_MALLOC_FAILURE onto the error stack
tb
2020-09-24
1
-3
/
+3
*
Make free_strings() NULL safe
tb
2020-09-24
1
-1
/
+3
*
KNF and grammar tweaks for comments; wrap a few overlong prototypes.
tb
2020-09-24
1
-163
/
+188
*
Add a const qualifier to the argument of UI_method_get_closer(),
tb
2018-06-02
2
-14
/
+14
*
UI_METHOD *UI_create_method(const char *name).
tb
2018-05-19
2
-4
/
+4
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
2
-42
/
+25
*
Explicitly export a list of symbols from libcrypto.
jsing
2016-12-21
1
-1
/
+5
*
don't go into an unbreakable infinite loop during operations such
tedu
2016-04-28
1
-1
/
+2
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
2
-4
/
+4
*
After reading a password with terminal echo off, restore the terminal to
guenther
2015-07-16
1
-6
/
+5
*
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
jsing
2015-02-10
1
-2
/
+2
*
Use string literals in printf style calls so gcc's -Wformat works.
doug
2014-10-03
1
-6
/
+10
*
Kill a bunch more BUF_strdup's - these are converted to have a check for
beck
2014-07-22
1
-3
/
+3
*
The bell tolls for BUF_strdup - Start the migration to using
beck
2014-07-13
1
-9
/
+9
*
remove silly cast
deraadt
2014-07-13
1
-2
/
+2
*
adapt addapt spelling to adapt; request from miod
deraadt
2014-07-11
1
-3
/
+3
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
2
-12
/
+8
*
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
2014-07-10
2
-2
/
+7
*
tags as requested by miod and tedu
deraadt
2014-06-12
7
-7
/
+8
*
c-file-style hints, begone; ok beck
deraadt
2014-06-11
6
-6
/
+6
[next]