The "openssl req" command, when set up to prompt for the Distinguished Name,
uses fgets() to read the Distinguished Name fields.  This means that if
someone uses the backspace key, a 0x08 character is inserted wherever they
typed the backspace key.  Would it be possible/easy to add support for the
GNU readline library to avoid this problem, at least on Linux machines?

   - Joel Daniels

P. S.  I am not on the openssl-dev list, so please CC me in on any replies.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to