-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DAITAv2 on iOS #7387
Add DAITAv2 on iOS #7387
Conversation
9e67146
to
32ab32c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 5 of 20 files at r1.
Reviewable status: 5 of 20 files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 15 of 20 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
3d8ad83
to
1901d74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 5 of 16 files at r2.
Reviewable status: 15 of 26 files reviewed, all discussions resolved (waiting on @acb-mv)
mullvad-ios/src/ephemeral_peer_proxy/mod.rs
line 48 at r2 (raw file):
// The `packet_tunnel` pointer must be valid, much like the call in `fail_exchange`, but // since the other arguments here are non-null, these pointers (`preshared_ptr`, // `ephmerela_ptr` and `daita_ptr`) have to be valid too. Since they point to local
nit: ephmerela_ptr
963c4eb
to
747d7bc
Compare
747d7bc
to
25381c8
Compare
🚨 End to end tests failed. Please check the failed workflow run. |
On the back of @buggmagnet and @dlon work, I've gone and rebased things and touched everything up. These changes enable DAITAv2 on iOS. It seems to work 🤷.
These changes depend on mullvad/wireguard-apple#34 being merged first.
This change is