openssl/crypto/ui
Richard Levitte 3816be5d4a UI_UTIL_wrap_read_pem_callback: make sure to terminate the string received
The callback we're wrapping around may or may not return a
NUL-terminated string.  Let's ensure it is.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3791)
2017-06-28 14:24:28 +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 Add UI functionality to duplicate the user data 2017-05-31 19:00:24 +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 Make default_method mostly compile-time 2017-04-07 12:19:46 -04: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