error message is given, but the prompt is not shown again.
This left the user in an ambiguous state.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94896
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.36
+ *) Fix a case where an invalid pass phrase is entered and an
+ error message is given, but the prompt is not shown again.
+ This left the user in an ambiguous state. [Paul J. Reder]
+
*) Close sockets on worker MPM when doing a graceless restart.
[Aaron Bannert]
* (see crypto/pem/pem_lib.c:def_callback() for details)
*/
prompt = "Enter pass phrase:";
- apr_file_puts(prompt, writetty);
for (;;) {
+ apr_file_puts(prompt, writetty);
if (sc->server->pphrase_dialog_type == SSL_PPTYPE_PIPE) {
i = pipe_get_passwd_cb(buf, bufsize, "", FALSE);
}