summaryrefslogtreecommitdiff
path: root/src/sp_cookie_encryption.c (follow)
AgeCommit message (Expand)Author
2025-09-01Add support for PHP8.585beta2jvoisin
2025-06-25Do not crash on no cookie hash keyChristian Göttsche
2024-06-06Avoid dropping const qualifier in castsChristian Göttsche
2021-09-23config is stack allocated now + some code improvements (see details)Ben Fuhrmannek
2021-08-06fixed incorrect debug log invocationBen Fuhrmannek
2019-06-19fix snufflepagus_globals linking issues and one mac compatibility issueBen Fuhrmannek
2019-05-14Fix the cookie's handling for PHP7.3+jvoisin
2019-02-23Try to unify the includesjvoisin
2018-10-06Bump a bit the coveragejvoisin
2018-08-30Minor code cleanupxXx-caillou-xXx
2018-08-27Use php_setcookie function (PHP public API)Remi Collet
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-07-10Fix #183 (#185)Remi Collet
2018-05-29Support session encryptionkkadosh
2018-05-15Refactor the encryption process to extract encrypt/decrypt functions (#176)kkadosh
2018-02-05Massive simplification of functions hookingjvoisin
2018-02-05Compatibility layer for pcre2jvoisin
2018-01-15Fix some memleaksjvoisin
2018-01-03Remove some dead codejvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
2017-12-28Implement regexp support for cookies encryptionThibault "bui" Koechlin
2017-12-27Implement simulation mode for cookies (de/en)cryptionjvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
2017-12-20Improve the previous commitxXx-caillou-xXx
2017-12-20Make `setcookie` return truexXx-caillou-xXx
2017-12-19Fix a segfault related to cookiesxXx-caillou-xXx
2017-12-19Rework a bit the order of operationjvoisin
2017-12-19remove useless varslefevre
2017-12-19fix double decodingslefevre
2017-12-18Fix cookie encryptionxXx-caillou-xXx
2017-11-27Improve our nonce's randomnessjvoisin
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
2017-10-11Cheat a bit with the coveragejvoisin
2017-10-02Add a warning if the env var is NULLjvoisin
2017-10-02First pass for #9jvoisin
2017-09-29Fix two cookie encryption issues found by @cfreal, and a bonus one (#18)jvoisin
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot