FirelightFlagboy
FirelightFlagboy
Rework the code to directly use `PKey` instead of `Rsa` for the internal data. Using `PKey` allow to configure a `{De,En}crypter` with the given key. Then we can configure explicitly...
- [ ] #6846 - [ ] #6847 - [ ] #6848 - [ ] #6952 - [ ] #6907 - [ ] #6868 - [ ] #6905
Each commit enable a new rule with it's required change
A previous attempt was made to test the event `events_listen.APIEventServerConfig` but the test did not finish (Alice never receive the event). The goal of this issue is to have a...