CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/10/17 01:51:10

Modified files:
        usr.bin/openssl: ca.c cms.c dgst.c dsa.c ec.c enc.c gendsa.c 
                         genpkey.c genrsa.c openssl.c passwd.c pkcs12.c 
                         pkcs8.c pkey.c pkeyutl.c req.c rsa.c rsautl.c 
                         s_client.c s_server.c smime.c spkac.c ts.c 
                         x509.c 

Log message:
add "tty" for several subcommands of openssl

it is needed in order to let libssl UI_* function plays with echo on/off when
asking for password on terminal.

passwd subcommand needs additionnal "wpath cpath" in order to let it calls
fopen("/dev/tty", "w") (O_WRONLY with O_CREAT | O_TRUNC).

problem reported by several
with and ok doug@

Reply via email to