]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Introduce the PassPhraseDialog 'pipe' mechanism.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Feb 2002 19:51:33 +0000 (19:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Feb 2002 19:51:33 +0000 (19:51 +0000)
commit7b21fb25495e1940875f19c23628e3156e19118f
tree8494632b73b3926b5e424e95c31f67782f728d7e
parentbb7ef8124cebaa3be5d8de6eb13ba3f6d2aeac9c
  Introduce the PassPhraseDialog 'pipe' mechanism.

  This is the directive handling commit only, the mechanics patch will
  follow.  PassPhraseDialog "|/path/to/pipe" will use the bidirectional
  pipe to have a 'conversation', along the lines of the tty dialog with
  PassPhraseDialog 'builtin'.  This is entirely different than the 'exec'
  method, which simply runs once for each passphrase, and doesn't allow
  for failure/retries, and certainly doesn't offer any sensible 'dialog'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93606 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c