index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ui
/
ui_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-27
/
+17
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-31
/
+30
*
UI: Use OPENSSL_zalloc() in general_allocate_prompt()
Richard Levitte
2020-11-10
1
-1
/
+1
*
Fix safestack issues in ui.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
apps_ui.c: Correct password prompt for ui_method
Dr. David von Oheimb
2020-09-10
1
-10
/
+8
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Remove function name from errors
Rich Salz
2019-07-16
1
-7
/
+0
*
Handle CTRL-C as non-redoable abort signal
Bernd Edlinger
2019-06-21
1
-0
/
+2
*
Following the license change, modify the boilerplates in crypto/ui/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
Add UI functions to set result with explicit length and to retrieve the length
Richard Levitte
2017-09-08
1
-9
/
+49
*
Fix small UI issues
Richard Levitte
2017-07-05
1
-0
/
+2
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-3
/
+4
*
Add UI functionality to duplicate the user data
Richard Levitte
2017-05-31
1
-0
/
+57
*
Make default_method mostly compile-time
Rich Salz
2017-04-07
1
-15
/
+0
*
Fix UI_get0_action_string()
Richard Levitte
2017-03-11
1
-1
/
+1
*
Add an application data field in the UI_METHOD
Richard Levitte
2017-01-11
1
-9
/
+25
*
Constify the input parameter to UI_method_get_*
Richard Levitte
2017-01-11
1
-8
/
+7
*
Remove extra bang
Richard Levitte
2016-12-08
1
-1
/
+1
*
UI code style cleanup
Richard Levitte
2016-12-08
1
-65
/
+69
*
UI_process() didn't generate errors
Richard Levitte
2016-12-08
1
-4
/
+19
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-12
/
+39
*
Code cleanup UI
Rich Salz
2016-08-31
1
-20
/
+2
*
Add checks on sk_TYPE_push() returned value
FdaSilvaYY
2016-07-05
1
-2
/
+6
*
Constify UI
FdaSilvaYY
2016-06-15
1
-1
/
+1
*
Add some error messages for malloc fails
Matt Caswell
2016-05-18
1
-0
/
+1
*
Better checks for malloc failure in various METHOD functions
Matt Caswell
2016-05-18
1
-1
/
+6
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Add checks on CRYPTO_new_ex_data return value
FdaSilvaYY
2016-04-28
1
-1
/
+4
*
Convert CRYPTO_LOCK_UI to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-0
/
+9
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-15
/
+15
*
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
2015-12-01
1
-7
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-4
/
+1
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-4
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-3
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-8
/
+4
*
remove malloc casts
Rich Salz
2015-04-28
1
-5
/
+4
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-774
/
+720
*
UI_construct_prompt: check for NULL when allocating prompt
Jonas Maebe
2014-08-17
1
-0
/
+2
[next]