| Age | Commit message (Collapse) | Author |
|
|
|
* Fix a cookie encryption issue found by @cfreal
- Use the base64-decoded payload length to allocate memory to decrypt
it, instead of allocating the length of the undecoded one. This has
no security impact, since the base64-encoded string is at least as large
as the decoded one. Since we're using AEAD, there is no way to leak
memory, since this would make the decryption fail.
|
|
|
|
- CFLAGS are now set in the config.m4 file (and not in the Makefile anymore)
- `make release` is added
- `make debug` and `make coverage` are now simpler
- hardening flags are added
|
|
Fix XXE test when running without XML support
|
|
|
|
Apparently, using `echo` instead of `die` works betterâ„¢
|
|
- if something is failing, display the guilty outputs.
- Don't spam php's tracker
- Failing tests are now triggering an `exit 1`
- Fix a test to make it work on every php version (php changed the error
message)
- `make -j2` on travis
|
|
|
|
|
|
|
|
|
|
|
|
|