We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The kem_group api is not available in the rust bindings.
kem_group
s2n-tls/api/s2n.h
Lines 3311 to 3317 in 2ba3dda
This should be added to the rust bindings.
kem_name
pq_sanity_check
integration/src/libs.rs
default_pq
pq_handshake
integration/src/network/tls_client.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem:
The
kem_group
api is not available in the rust bindings.s2n-tls/api/s2n.h
Lines 3311 to 3317 in 2ba3dda
Solution:
This should be added to the rust bindings.
Requirements / Acceptance Criteria:
kem_group
api should be added to the s2n-tls cratekem_group
andkem_name
clear.pq_sanity_check
inintegration/src/libs.rs
should be updated to use thedefault_pq
policy and assert on the negotiated kem grouppq_handshake
inintegration/src/network/tls_client.rs
should be updated to use thedefault_pq
policy and assert on the negotiated kem group.The text was updated successfully, but these errors were encountered: