Bodo Möller 200bc9e3e8 Earlier OpenSSL versions printed prompts to stderr.
In the new crypto/ui/, this was changed into tty (which is usually
/dev/tty), i.e. the FILE * used for reading passwords from the user.
However stdio buffering for read/write streams is not without pitfalls
(passwords would be echoed on some systems).
To avoid problems, split tty into tty_in and tty_out (which are
opened separately).
2001-06-11 09:54:28 +00:00
..
2001-05-30 22:01:33 +00:00
2001-06-05 20:32:36 +00:00
2001-06-05 20:32:36 +00:00
2001-06-05 20:32:36 +00:00
2001-06-05 20:32:36 +00:00
2001-02-26 23:34:14 +00:00
2000-02-01 02:21:16 +00:00
2000-12-18 09:18:22 +00:00
2001-06-05 20:32:36 +00:00
2001-03-02 10:57:54 +00:00