index
:
snuffleupagus
85beta2
log2file
master
Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sp_cookie_encryption.c
(
follow
)
Age
Commit message (
Expand
)
Author
2025-06-25
Do not crash on no cookie hash key
Christian Göttsche
2024-06-06
Avoid dropping const qualifier in casts
Christian Göttsche
2021-09-23
config is stack allocated now + some code improvements (see details)
Ben Fuhrmannek
2021-08-06
fixed incorrect debug log invocation
Ben Fuhrmannek
2019-06-19
fix snufflepagus_globals linking issues and one mac compatibility issue
Ben Fuhrmannek
2019-05-14
Fix the cookie's handling for PHP7.3+
jvoisin
2019-02-23
Try to unify the includes
jvoisin
2018-10-06
Bump a bit the coverage
jvoisin
2018-08-30
Minor code cleanup
xXx-caillou-xXx
2018-08-27
Use php_setcookie function (PHP public API)
Remi Collet
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-07-10
Fix #183 (#185)
Remi Collet
2018-05-29
Support session encryption
kkadosh
2018-05-15
Refactor the encryption process to extract encrypt/decrypt functions (#176)
kkadosh
2018-02-05
Massive simplification of functions hooking
jvoisin
2018-02-05
Compatibility layer for pcre2
jvoisin
2018-01-15
Fix some memleaks
jvoisin
2018-01-03
Remove some dead code
jvoisin
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-28
Implement regexp support for cookies encryption
Thibault "bui" Koechlin
2017-12-27
Implement simulation mode for cookies (de/en)cryption
jvoisin
2017-12-20
Better parsing of the rules
xXx-caillou-xXx
2017-12-20
Improve the previous commit
xXx-caillou-xXx
2017-12-20
Make `setcookie` return true
xXx-caillou-xXx
2017-12-19
Fix a segfault related to cookies
xXx-caillou-xXx
2017-12-19
Rework a bit the order of operation
jvoisin
2017-12-19
remove useless var
slefevre
2017-12-19
fix double decoding
slefevre
2017-12-18
Fix cookie encryption
xXx-caillou-xXx
2017-11-27
Improve our nonce's randomness
jvoisin
2017-11-24
Implement anti csrf measures
xXx-caillou-xXx
2017-10-11
Cheat a bit with the coverage
jvoisin
2017-10-02
Add a warning if the env var is NULL
jvoisin
2017-10-02
First pass for #9
jvoisin
2017-09-29
Fix two cookie encryption issues found by @cfreal, and a bonus one (#18)
jvoisin
2017-09-21
Add travis
jvoisin
2017-09-20
Initial import
Sebastien Blot