index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
2
-2
/
+2
*
Fix stack corruption in ui_read
Bernd Edlinger
2023-05-17
2
-3
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-34
/
+21
*
Fix the check of UI_method_set_ex_data
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
2
-2
/
+2
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
UI: Check for NULL pointer after calling OPENSSL_memdup
Jiasheng Jiang
2022-01-26
1
-2
/
+5
*
Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()
Darshan Sen
2022-01-26
1
-1
/
+1
*
close_console: Always unlock as the lock is always held
Tomas Mraz
2022-01-03
1
-2
/
+4
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
ui: address potential memory leak
Pauli
2021-06-26
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-1
/
+1
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-1
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-2
/
+3
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
2
-61
/
+30
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
2
-36
/
+35
*
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
*
Update copyright year
Matt Caswell
2020-06-04
2
-2
/
+2
*
Fix the parameter types of the CRYPTO_EX_dup function type.
Bernd Edlinger
2020-05-23
1
-2
/
+1
*
TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...
Maxim Zakharov
2020-05-18
1
-0
/
+10
*
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
*
UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callback
Richard Levitte
2019-11-22
1
-1
/
+2
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
5
-4
/
+4
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-2
/
+2
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-34
/
+2
*
Remove function name from errors
Rich Salz
2019-07-16
1
-7
/
+0
*
Remove NextStep support
Rich Salz
2019-07-01
1
-5
/
+1
*
Fix Typos
Antoine Cœur
2019-07-01
1
-1
/
+1
*
Handle CTRL-C as non-redoable abort signal
Bernd Edlinger
2019-06-21
1
-0
/
+2
*
Cleanup vxworks support to be able to compile for VxWorks 7
Klotz, Tobias
2019-01-24
1
-0
/
+6
*
Following the license change, modify the boilerplates in crypto/ui/
Richard Levitte
2018-12-06
6
-6
/
+6
*
crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO too
Richard Levitte
2018-09-20
1
-0
/
+18
*
crypto/*: address standard-compilance nits.
Andy Polyakov
2018-07-20
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
UI console: Restore tty settings, do not force ECHO after prompt
Richard Levitte
2018-05-14
1
-6
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
2
-3
/
+5
*
Removre comment with user's name
Rich Salz
2017-11-08
1
-1
/
+0
*
Remove parentheses of return.
KaoruToda
2017-10-18
3
-6
/
+6
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-2
/
+2
*
Add UI functions to set result with explicit length and to retrieve the length
Richard Levitte
2017-09-08
4
-10
/
+54
[next]