Details
Details
- Reviewers
kamil tomek - Commits
- rCOMMd056fe07471c: [native] Verify prekey signatures when rotating
Triggered PrekeysHandler on native; used Xcode debugger and additional logging to confirm:
- For valid prekeys, the isPrekeySignatureValid returns true and prekey is not regenerated
- Malformed prekey signature by replacing its first char with 'x' - BAD_MESSAGE_MAC is found and the function returns false. Prekey regeneration is attempted.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/ios/Comm.xcodeproj/project.pbxproj | ||
|---|---|---|
| 49 ↗ | (On Diff #47896) | I had to add it to the NSE target because it's now a dependency of CryptoModule which is used in NSE |