summaryrefslogtreecommitdiff
path: root/modules/session/mod_session_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* be less specific and don't echo passphraseEric Covener2020-04-221-2/+2
* bubble up an error if none of the passhrases workEric Covener2020-03-011-0/+2
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-1/+1
* Follow up to r1833368: share openssl between modules.Yann Ylavic2018-06-131-1/+1
* Follow up to r1772812: update APLOGNO().Yann Ylavic2017-02-201-2/+2
* mod_session_crypto: Authenticate the session data/cookie with a MAC (SipHash)Yann Ylavic2016-12-051-36/+192
* Remove redundant check (already performed the line before)Christophe Jaillet2013-12-151-1/+1
* mod_session_crypto: Make sure we try to initialise twice, so we don'tGraham Leggett2013-12-111-7/+0
* Add exec: callout support for mod_session_cryptoDaniel Ruggeri2013-09-171-1/+31
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-3/+2
* mod_session_crypto: Protect ourselves against underlying libraries whoGraham Leggett2012-12-081-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-27/+27
* mod_session: Use apr_status_t as a return code across the mod_session API,Graham Leggett2011-12-021-11/+7
* mod_session_crypto: Fix a pool lifetime problem when reading fromGraham Leggett2011-12-021-1/+1
* Remove some more now redundant log prefixesStefan Fritsch2011-11-301-28/+27
* mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that theGraham Leggett2011-11-301-0/+34
* Remove unused variables.Graham Leggett2011-11-251-3/+0
* Remove spurious parsing of the cipher parameter.Graham Leggett2011-10-251-1/+0
* mod_session_crypto: Refactor to support the new apr_crypto API.Graham Leggett2011-10-251-234/+218
* Fix build with recent apr_crypto API changeStefan Fritsch2011-06-221-1/+1
* mod_session_crypto: Use the apr v2.0 crypto interface, which has beenGraham Leggett2011-05-221-64/+1
* Remove the references to apr_crypto_t where apr_crypto_block_t is alreadyGraham Leggett2011-05-151-11/+8
* Add API protection against the deprecated v1.4 apr_crypto API.Graham Leggett2011-05-151-1/+13
* Reorder the parameters as per the updated apr v2.0 apr_crypto API.Graham Leggett2011-05-151-16/+33
* Use namespace protection on mode and type constants.Graham Leggett2011-05-151-4/+4
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-7/+2
* break some very long lines, no code changeStefan Fritsch2011-01-241-12/+22
* Fixed compile-time error message.Guenter Knauf2010-11-221-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Work around crypto API incompatibilities.Rainer Jung2010-06-061-0/+34
* use separate #error message when APR[-Util] is of a validJeff Trawick2010-03-031-3/+9
* Correctly reference the apr_crypto_t context as a context and not a factory,Graham Leggett2009-12-151-1/+1
* mod_session_crypto: Sanity check should the potentially encryptedGraham Leggett2009-09-131-0/+7
* mod_session_crypto: Ensure that SessionCryptoDriver can only beGraham Leggett2009-01-041-61/+51
* mod_session_crypto: Rewrite the session_crypto module against theGraham Leggett2009-01-031-210/+338
* Insert prototypes to remove compiler warnings. [Joe Orton]Graham Leggett2008-04-081-0/+5
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* mod_session_crypto: Initialise SSL in the post config hook.Graham Leggett2008-04-061-3/+10
* Fix the defaults, which currently override the config instead of default the ...Graham Leggett2008-04-061-3/+0
* Remove an unnecessary config structure lookup during encrypt and decrypt. [Ru...Graham Leggett2008-04-051-10/+6
* Clarify the operation of the SessionCryptoPassphrase directive as raised by r...Graham Leggett2008-04-051-4/+11
* mod_session_crypto: Add a session encoding implementation capableGraham Leggett2008-04-041-0/+468