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

added server identity key to client bundle #69

Merged
merged 12 commits into from
Jun 10, 2024

Conversation

triptighanghas
Copy link
Collaborator

@triptighanghas triptighanghas commented Jun 3, 2024

  • Client App | added serverIdentity key on client bundle
  • Core | refactored EncryptionHeader to simplify it
  • Server | added check to not process received bundles with mismatched serverIdentity key

@triptighanghas triptighanghas requested a review from breed June 5, 2024 19:39
@triptighanghas triptighanghas changed the title added sender client's id to bundleDto added server identity key to client bundle Jun 5, 2024
@triptighanghas triptighanghas merged commit 88a387f into main Jun 10, 2024
6 checks passed
@triptighanghas triptighanghas deleted the 52_bundleWithHashedPublicKey branch June 10, 2024 19:37
03fernanda-palacios pushed a commit that referenced this pull request Jun 20, 2024
* added server_identity key in client bundle, refactored EncryptionHeader
* added check on bundle processing on server to match serverIdentity key
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.

Create a new file in bundle client bundles that has the hashed base64 encoding of server_identity key
2 participants