]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use correct length when prompting for password.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 4 Apr 2014 11:44:43 +0000 (12:44 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 4 Apr 2014 12:09:05 +0000 (13:09 +0100)
commite56334998c4fb7d0d7fc2d484faa37e8049d5967
treeb34d4879a642b18b6301f8529f0059142b936970
parent9ad5c5e4f9ea8ad948a391ae39b59d40138895c0
Use correct length when prompting for password.

Use bufsiz - 1 not BUFSIZ - 1 when prompting for a password in
the openssl utility.

Thanks to Rob Mackinnon, Leviathan Security for reporting this issue.
(cherry picked from commit 7ba08a4d73c1bdfd3aced09a628b1d7d7747cdca)
apps/apps.c