4cf7a95d55d29486b5c6b8913e89e3c563be73a3 1551012 |
|
15-Dec-2013 |
jailletc36 |
Remove redundant check (already performed the line before) |
6c94ff3356edee3fb917c48a9619be52093027f5 1550312 |
|
12-Dec-2013 |
minfrin |
mod_session_crypto: Make sure we try to initialise twice, so we don't
succeed in configtest but fail on restart. |
04d352e874c52e38215dfe239118010d926bac75 1524079 |
|
17-Sep-2013 |
druggeri |
Add exec: callout support for mod_session_crypto |
dfa7a2996e64469379184e08a1246557ddeb2783 1463056 |
|
31-Mar-2013 |
sf |
Use %pm available since apr 1.3 instead of an extra call to apr_strerror |
34d8caec1aea41e79366ccbb464675c049e310f7 1418655 |
|
08-Dec-2012 |
minfrin |
mod_session_crypto: Protect ourselves against underlying libraries who
fail to load without providing an error message of their own. |
185aa71728867671e105178b4c66fbc22b65ae26 1209766 |
|
03-Dec-2011 |
sf |
Add lots of unique tags to error log messages |
867590a29c3d6c84a8e4eee3b65eb91a428089bf 1209603 |
|
02-Dec-2011 |
minfrin |
mod_session: Use apr_status_t as a return code across the mod_session API,
clarify where we ignore errors and why. |
9bb0fb362b3821cfd70e7d7c55216d354c518746 1209461 |
|
02-Dec-2011 |
minfrin |
mod_session_crypto: Fix a pool lifetime problem when reading from
SessionCryptoPassphraseFile. |
32041bd5925895c7af6c34d3c2a9f15c0bc7be26 1208816 |
|
30-Nov-2011 |
sf |
Remove some more now redundant log prefixes |
da99f613761969622bf08a5eccb41c56d2d3b2e3 1208517 |
|
30-Nov-2011 |
minfrin |
mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that the
administrator can hide the keys from the configuration. |
943fb1c2f952c736c4c0c919a413f7597f984046 1206338 |
|
25-Nov-2011 |
minfrin |
Remove unused variables. |
67ea501f9c351bd8ad0cdead8d58644e1bf22658 1188945 |
|
26-Oct-2011 |
minfrin |
Remove spurious parsing of the cipher parameter. |
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5 1188900 |
|
25-Oct-2011 |
minfrin |
mod_session_crypto: Refactor to support the new apr_crypto API. |
e7d449b8ec961c7928c078477e634e682b4a5276 1138611 |
|
22-Jun-2011 |
sf |
Fix build with recent apr_crypto API change |
9d326e307b36faafbc7b63bd81cce890bd08def7 1126233 |
|
22-May-2011 |
minfrin |
mod_session_crypto: Use the apr v2.0 crypto interface, which has been
backported to apr-util v1.4. |
130c7b7bf3ee0ce2561575c1b5785c5d58206aaf 1103385 |
|
15-May-2011 |
minfrin |
Remove the references to apr_crypto_t where apr_crypto_block_t is already
present. |
33e41495c4614894944a4399a23636bfeecd30c5 1103351 |
|
15-May-2011 |
minfrin |
Add API protection against the deprecated v1.4 apr_crypto API. |
7d9413bb133b6bbd3ff03f21d1e6fb5cc9b0c050 1103337 |
|
15-May-2011 |
minfrin |
Reorder the parameters as per the updated apr v2.0 apr_crypto API. |
854e45f929e9e34bd8ae43c791c509bf2087aa9a 1103331 |
|
15-May-2011 |
minfrin |
Use namespace protection on mode and type constants. |
59d316b83d42d2a07e25c20d8c35a07b369618bd 1070153 |
|
12-Feb-2011 |
sf |
Use ap_state_query() to fix many modules that were not correctly initializing
if they were not active during server startup but got enabled later during a
graceful restart (in which case they need to do all work during a single
config run). |
7a5599f6f10786c93eaf2ae22f9a1b70538bc631 1063016 |
|
24-Jan-2011 |
sf |
break some very long lines, no code change |
621b0e1779a47c58012ebd7530f59dfa646ff62d 1037941 |
|
23-Nov-2010 |
fuankg |
Fixed compile-time error message.
We test for APU, thus the error statement should tell same;
APR and APU are independent before APR 2.0. |
36ef8f77bffe75d1aa327882be1b5bdbe2ff567a 951895 |
|
06-Jun-2010 |
sf |
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels |
880cd28ee79a81f53e65ec3c4cc534a022e99077 951870 |
|
06-Jun-2010 |
rjung |
Work around crypto API incompatibilities.
The API in APR 2 is different from the API in APU 1.4/1.5. |
bd0a4e219c3875862a01f7941d2eba6fa933d305 918562 |
|
03-Mar-2010 |
trawick |
use separate #error message when APR[-Util] is of a valid
version but wasn't built with crypto support |
a057527c7a65ca63f5a60655d85c119588c0e61b 890581 |
|
15-Dec-2009 |
minfrin |
Correctly reference the apr_crypto_t context as a context and not a factory,
using the new name apr_crypto_make. |
20aa41f86a5b451529d26d9b901eea69989e5c0a 814334 |
|
13-Sep-2009 |
minfrin |
mod_session_crypto: Sanity check should the potentially encrypted
session cookie be too short. |
0e9dae659943679108357054e9aa7657cdc52dc4 731377 |
|
04-Jan-2009 |
minfrin |
mod_session_crypto: Ensure that SessionCryptoDriver can only be
set in the global scope. |
a7757dd38bb2a1afc93e241b7ea67b3de85ecc8b 731088 |
|
03-Jan-2009 |
minfrin |
mod_session_crypto: Rewrite the session_crypto module against the
apr_crypto API. |
bf1b7f1e251c6f12ac13a46479942f42612def4e 646126 |
|
09-Apr-2008 |
minfrin |
Insert prototypes to remove compiler warnings. [Joe Orton] |
d6e81217d873dc3b87fc4ffa5fbac2fad4191a15 645455 |
|
07-Apr-2008 |
pquerna |
Remove all references to CORE_PRIVATE. |
d4562e99f620170ce0bedddc16887b900b34913b 645244 |
|
06-Apr-2008 |
minfrin |
mod_session_crypto: Initialise SSL in the post config hook. |
1b010a5fcdb96192a162463c117d514f94736397 645243 |
|
06-Apr-2008 |
minfrin |
Fix the defaults, which currently override the config instead of default the config.
[Ruediger Pluem] |
da67259d92841526ff12112181e0a965a63851d2 645187 |
|
06-Apr-2008 |
minfrin |
Remove an unnecessary config structure lookup during encrypt and decrypt. [Ruediger Pluem] |
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. |