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

Correctly implement encoding / decoding Key Configuration Media Type #75

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

We didnt correctly implement encoding / decoding as we missed to prefix the length as defined in https://www.rfc-editor.org/rfc/rfc9458.html#section-3.2

Modifications:

  • Add new methods and deprecate the old ones
  • Correctly handle the prefix
  • Adjust tests

Result:

Correctly follow https://www.rfc-editor.org/rfc/rfc9458.html#section-3.2

Motivation:

We didnt correctly implement encoding / decoding as we missed to prefix the length as defined in https://www.rfc-editor.org/rfc/rfc9458.html#section-3.2

Modifications:

- Add new methods and deprecate the old ones
- Correctly handle the prefix
- Adjust tests

Result:

Correctly follow https://www.rfc-editor.org/rfc/rfc9458.html#section-3.2
@normanmaurer normanmaurer added this to the 0.0.12.Final milestone Jul 5, 2024
@normanmaurer
Copy link
Member Author

@thomdev PTAL

@normanmaurer normanmaurer merged commit db5a8a6 into main Jul 10, 2024
9 checks passed
@normanmaurer normanmaurer deleted the encoding_decoding branch July 10, 2024 15: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.

1 participant