2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-01 19:28:10 +08:00
openssl/crypto/ui
Richard Levitte 48feaceb53 Remove the possibility to disable the UI module entirely
Instead, make it possible to disable the console reader that's part of
the UI module.  This makes it possible to use the UI API and other UI
methods in environments where the console reader isn't useful.

To disable the console reader, configure with 'no-ui-console' /
'disable-ui-console'.

'no-ui' / 'disable-ui' is now an alias for  'no-ui-console' /
'disable-ui-console'.

Fixes 

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3820)
2017-07-03 07:51:04 +02:00
..
build.info Add a null UI method 2017-02-26 01:00:26 +01:00
ui_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
ui_lib.c Remove the possibility to disable the UI module entirely 2017-07-03 07:51:04 +02:00
ui_locl.h Add UI functionality to duplicate the user data 2017-05-31 19:00:24 +02:00
ui_null.c Add a null UI method 2017-02-26 01:00:26 +01:00
ui_openssl.c Remove the possibility to disable the UI module entirely 2017-07-03 07:51:04 +02:00
ui_util.c UI_UTIL_wrap_read_pem_callback: make sure to terminate the string received 2017-06-28 14:24:28 +02:00