Skip to content
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

Drop support for device public key (dpk) #567

Merged
merged 6 commits into from
Oct 30, 2024
Merged

Drop support for device public key (dpk) #567

merged 6 commits into from
Oct 30, 2024

Conversation

abergs
Copy link
Collaborator

@abergs abergs commented Oct 30, 2024

Fixes #566. This PR removes support for device public keys as they have been dropped from the L3 spec.

It's a bit heartbreking to remove this much feature code, but if dpk's make it back as supplemental keys the implementation would probably look quite different.

@abergs abergs requested a review from aseigler October 30, 2024 13:40
@abergs abergs added this to the Version 4 milestone Oct 30, 2024
@abergs
Copy link
Collaborator Author

abergs commented Oct 30, 2024

@aseigler Please let me know if you have any blocking thoughts.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.96%. Comparing base (0d38438) to head (d97e99b).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
+ Coverage   74.73%   76.96%   +2.22%     
==========================================
  Files         103      100       -3     
  Lines        2731     2613     -118     
  Branches      464      441      -23     
==========================================
- Hits         2041     2011      -30     
+ Misses        581      496      -85     
+ Partials      109      106       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aseigler
Copy link
Collaborator

It's disappointing that this didn't make it, but that's the way it goes. Looks reasonable to me.

@abergs abergs merged commit ea6cd8f into master Oct 30, 2024
4 of 10 checks passed
@abergs abergs deleted the drop-devicepubkey branch October 30, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop DevicePubkey-extension
3 participants