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

KEM en/decoders #266

Merged
merged 3 commits into from
Oct 5, 2023
Merged

KEM en/decoders #266

merged 3 commits into from
Oct 5, 2023

Conversation

baentsch
Copy link
Member

Adds KEM algorithm encoders and decoders. Can meaningfully be used only with openssl "master" branch (openssl/openssl#22173) and updated openssl genpkey command.

Fixes #194.

@baentsch baentsch marked this pull request as ready for review September 29, 2023 09:00
@baentsch baentsch requested review from bhess and a user September 29, 2023 09:00
@baentsch
Copy link
Member Author

@Muzosh @ralienpp Would you care checking whether this does what you want/need?

@rajeev-0
Copy link

Yes, I am able to generate certificate with KEM public key. 👍

@baentsch
Copy link
Member Author

@praveksharma FYI this new feature (in case anyone at IETF hackathon wants to have/test PQ KEM certs).

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you!

@baentsch baentsch merged commit 5515b4b into main Oct 5, 2023
@baentsch baentsch deleted the mb-kemencoders branch October 5, 2023 05:44
@baentsch baentsch mentioned this pull request Feb 22, 2024
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 13, 2024
* KEM algorithms' encoding & decoding added: permits generating and persisting KEM algorithm key pairs via the openssl genpkey command
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 16, 2024
* KEM algorithms' encoding & decoding added: permits generating and persisting KEM algorithm key pairs via the openssl genpkey command

Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 16, 2024
* KEM algorithms' encoding & decoding added: permits generating and persisting KEM algorithm key pairs via the openssl genpkey command
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 17, 2024
* KEM algorithms' encoding & decoding added: permits generating and persisting KEM algorithm key pairs via the openssl genpkey command
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 17, 2024
* KEM algorithms' encoding & decoding added: permits generating and persisting KEM algorithm key pairs via the openssl genpkey command
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 17, 2024
* KEM algorithms' encoding & decoding added: permits generating and persisting KEM algorithm key pairs via the openssl genpkey command

Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
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.

Implement KEM en-/decoders
2 participants