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

Support for Mesh 1.1 (Part 1: Provisioning) #464

Merged
merged 9 commits into from
Jan 20, 2023
Merged

Support for Mesh 1.1 (Part 1: Provisioning) #464

merged 9 commits into from
Jan 20, 2023

Conversation

philips77
Copy link
Member

@philips77 philips77 commented Jan 20, 2023

This PR adds support for new features added in Mesh Protocol 1.1.

Completed

  • New provisioning algorithm: HMAC SHA 256 ed0259c
  • New provisioning error: invalid data 64c354d

Remaining (not in scope of this PR)

Breaking changes:

  • Enum StaticOobType was renamed to OobType with new value added.
  • Algorithm .fipsP256EllipticCurve was deprecated and renamed to .BTM_ECDH_P256_CMAC_AES128_AES_CCM.
  • The length of Static OOB Key for the new algorithm is 32 bytes, not 16 like for the legacy one.

Warning

Mesh Protocol 1.1 is released as Draft and subject to change. All features related to the new specification shall be considered experimental.

@philips77 philips77 merged commit c70c1d1 into main Jan 20, 2023
@philips77 philips77 deleted the mesh/1.1 branch January 20, 2023 15:16
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.

1 participant