openssl/crypto/ui
Bernd Edlinger f8922b5107 Handle CTRL-C as non-redoable abort signal
This is a bit annoying, if for instance "openssl genrsa -aes128"
tries to read a 4+ character size password, but CTRL-C does no longer
work after a RETURN key, since the flag UI_FLAG_REDOABLE is set by
UI_set_result_ex, together with the error "You must type in 4 to 1023 characters".
Thus remove the REDOABLE flag to allow CTRL-C to work.

[extended tests]

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9170)
2019-06-21 12:20:10 +02:00
..
build.info Add a null UI method 2017-02-26 01:00:26 +01:00
ui_err.c Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00
ui_lib.c Handle CTRL-C as non-redoable abort signal 2019-06-21 12:20:10 +02:00
ui_locl.h Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00
ui_null.c Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00
ui_openssl.c Cleanup vxworks support to be able to compile for VxWorks 7 2019-01-24 17:55:04 +01:00
ui_util.c Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00