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

🚀 [Feature Request]: UX for Public Key Infrastructure (PKI) updates for DM's and Admin Messages #869

Open
18 of 20 tasks
garthvh opened this issue Aug 12, 2024 · 2 comments · Fixed by #853
Open
18 of 20 tasks
Assignees
Labels
enhancement New feature or request

Comments

@garthvh
Copy link
Member

garthvh commented Aug 12, 2024

OS

iOS, iPadOS, macOS

Description

Tracking of the implementation of the PKI functionality, should be a useful guide for other clients implementing these display features. The underlying encryption work is done in the firmware so clients without visual indicators will still encrypt messages.

Security Config Settings View

  • Edit keys with validation
  • Secure input with an eyeball button to toggle the display of the three keys
  • Independant Bluetooth Logs Boolean toggle
  • Independant Legacy Admin Boolean toggle
  • Dependent Managed Device Boolean toggle (must have legacy admin or and admin key to enable)
  • Independant Serial Console Boolean toggle
  • Dependent Serial Debug logs Boolean toggle (must have serial console enabled)

Contact List

  • Green Lock on the contact list for contacts with a public key
  • Red Lock with a slash on the contact list for contacts with a public key that does not match their recent messages
  • Yellow Open Lock for existing DM messages using the shared key

User Message List

  • lock on received messages that have a public key
  • lock on sent messages that were sent with the public key (contingent on an error if this comparison fails at the device)

In app persistence data

  • Update the public key on a user record if a new packet comes in with a key and we have no user yet, or we have a user with an empty key stored
  • If a message arrives with a key that does not match the key we have stored for a user, don't update the user key and flip a keyMatch boolean value on user so we can warn users of a key mismatch. A boolean on the user is used so that we are not dependent on a comparison to a message that can be deleted. Store the new key on the user.

App Security Features

  • Notify the user in a conversation if the public key has changed for a contact
  • Allow a user to forget that node and let it come back in with a new key
  • Ability to send admin messages to a remote node if we have a publicKey for it, even without an admin channel
  • Set the keyMatch value to false if we get a pki failed error when sending a message
  • When sending admin messages you will need to request a session key (and likely the related session key) to send an admin message.

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@garthvh garthvh added the enhancement New feature or request label Aug 12, 2024
@garthvh garthvh self-assigned this Aug 12, 2024
@garthvh garthvh linked a pull request Aug 12, 2024 that will close this issue
3 tasks
@garthvh
Copy link
Member Author

garthvh commented Aug 15, 2024

image

@garthvh
Copy link
Member Author

garthvh commented Aug 15, 2024

IMG_3055
IMG_3040
IMG_3031
IMG_0042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant