mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
commond LD_LIBRARY_PATH= openssl rsa -aes256 -passout stdin <<< "xxxxxx” will get pass(fun app_get_pass()) from stdin first, and then load key(fun load_key()). but it unbuffer stdin before load key, this will cause the load key to fail. now unbuffer stdin before get pass, this will solve https://github.com/openssl/openssl/issues/19835 CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19851) |
||
---|---|---|
.. | ||
app_libctx.c | ||
app_params.c | ||
app_provider.c | ||
app_rand.c | ||
app_x509.c | ||
apps_opt_printf.c | ||
apps_ui.c | ||
apps.c | ||
build.info | ||
cmp_mock_srv.c | ||
columns.c | ||
engine_loader.c | ||
engine.c | ||
fmt.c | ||
http_server.c | ||
log.c | ||
names.c | ||
opt.c | ||
s_cb.c | ||
s_socket.c | ||
tlssrp_depr.c | ||
vms_decc_argv.c | ||
vms_term_sock.c | ||
win32_init.c |