openssl/crypto/ui
Richard Levitte b96dba9e5e Fix small UI issues
- in EVP_read_pw_string_min(), the return value from UI_add_* wasn't
  properly checked
- in UI_process(), |state| was never made NULL, which means an error
  when closing the session wouldn't be accurately reported.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/3849)
2017-07-05 11:15:37 +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 Fix small UI issues 2017-07-05 11:15:37 +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