2a0dfc67eb4b93137c089d8631a846e1f720fa8d 1587097 |
|
13-Apr-2014 |
jailletc36 |
Add <compatibility> notes for changes made in version 2.4.7 + synch formating with 2.4.x |
a6fc6b44b7f8ad7390864b3555341d3abf867f7e 1561569 |
|
26-Jan-2014 |
nd |
fix various invalid module references |
04d352e874c52e38215dfe239118010d926bac75 1524079 |
|
17-Sep-2013 |
druggeri |
Add exec: callout support for mod_session_crypto |
ab152dac543de24fadd7ed0159c9f380af02061b 1331227 |
|
27-Apr-2012 |
humbedooh |
Syntax updates for mod_s*.xml (sans mod_ssl.xml) |
da99f613761969622bf08a5eccb41c56d2d3b2e3 1208517 |
|
30-Nov-2011 |
minfrin |
mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that the
administrator can hide the keys from the configuration. |
6cb5ba7ba62cc211ade9e6b76f82eaae64a3a5d2 1188906 |
|
25-Oct-2011 |
minfrin |
Update transformations. |
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5 1188900 |
|
25-Oct-2011 |
minfrin |
mod_session_crypto: Refactor to support the new apr_crypto API. |
860b4efe27e7c1c9a2bf5c872b29c90f76849b51 1174747 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
d8369f5d1e7a0fb3d89fa681cbb7147933ab09e6 1062993 |
|
24-Jan-2011 |
sf |
mod_session_crypto is not supported by a released APR. Mark as experimental |
589e30a3e064b0edd3fe06d1c2c51fab05351103 743252 |
|
11-Feb-2009 |
nilgun |
fix validation errors |
a7757dd38bb2a1afc93e241b7ea67b3de85ecc8b 731088 |
|
03-Jan-2009 |
minfrin |
mod_session_crypto: Rewrite the session_crypto module against the
apr_crypto API. |
7d4ff16d849b1b7cda8b88c60fe6cc94bbe6b09f 658931 |
|
22-May-2008 |
takashi |
remove directive <compatiblity>s and
add a module <compatibility> |
835d676191444a46d695171e8760d55a66c60fec 646304 |
|
09-Apr-2008 |
minfrin |
Change the directives within the mod_session* modules to be valid
both inside and outside the location/directory sections, as suggested
by wrowe. |
c02e0e10f0a74a9855dfebeb82b6aecadc5aa7e1 645857 |
|
08-Apr-2008 |
nd |
let subversion set the lastchangedrevision |
81f961e47070be46474cc49e26884e93eeeb1029 645390 |
|
07-Apr-2008 |
martin |
Another typo |
72c3c99143571371be76ed3916b19bd3214b4363 645388 |
|
07-Apr-2008 |
martin |
Typo |
e9faf4c71a5b4bfb08c43cf90e4adca990cdd67f 645186 |
|
06-Apr-2008 |
minfrin |
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. |
fed63d1b62cc7e56aad77b70ee5b5cc7f5c6aade 644751 |
|
04-Apr-2008 |
minfrin |
mod_session_crypto: Add a session encoding implementation capable
of encrypting and decrypting sessions wherever they may be stored.
Introduces a level of privacy when sessions are stored on the
browser. |