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

Extend the HPKE API #1471

Closed
wants to merge 5 commits into from
Closed

Extend the HPKE API #1471

wants to merge 5 commits into from

Conversation

thomdev
Copy link

@thomdev thomdev commented Aug 15, 2023

Extend the HPKE API to:

  • Support encryption/decryption from byte ranges, in order to avoid copies.
  • Allow the sender to specify their ephemeral key pair, which is necessary to validate OHTTP test vectors.
  • Expose non-labeled extract and expand operations on the HKDF.

 - Support encryption/decryption from byte ranges, to avoid copies.
 - Allow the sender to specify their ephemeral key pair, which is necessary to validate OHTTP test vectors.
 - Expose non-labeled extract and expand operations on the HKDF.
@normanmaurer
Copy link

Thanks a lot @thomdev for the PR... We would love to have this change so we could eventually create an OHTTP codec for netty.

thomdev and others added 4 commits August 16, 2023 08:56
Co-authored-by: Norman Maurer <norman_maurer@apple.com>
Co-authored-by: Norman Maurer <norman_maurer@apple.com>
Co-authored-by: Norman Maurer <norman_maurer@apple.com>
Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@dghgit
Copy link
Contributor

dghgit commented Aug 18, 2023

Thanks for the patch. Now merged.

@dghgit dghgit closed this Aug 18, 2023
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.

None yet

3 participants