]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Clarify the operation of the SessionCryptoPassphrase directive as raised by rpluem...
authorGraham Leggett <minfrin@apache.org>
Sat, 5 Apr 2008 23:35:00 +0000 (23:35 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 5 Apr 2008 23:35:00 +0000 (23:35 +0000)
commit10d47f14ff146617fd1cfc1ea176830e2ab15f09
treea8cead325482593edbd3df31601287d348c67cc7
parent97a2396b125cd67c126e1f23464963626b26be68
Clarify the operation of the SessionCryptoPassphrase directive as raised by rpluem. When
SessionCryptoCertificateFile is set, asymmetrical encryption will be used, and SessionCryptoPassphrase
will be interpreted as the passphrase protecting the private key. When SessionCryptoCertificateFile
is not set, symmetrical encryption is used, and SessionCryptoPassphrase will contain the key to
use. Make sure that the engine parameter is properly passed into the crypto functions, and fix a
missing cleanup on an error case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645186 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_session_crypto.xml
modules/session/mod_session_crypto.c