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

[Improvement]: Supporting X25519Kyber768 key encapsulation for TLS #6200

Closed
hwupathum opened this issue Mar 20, 2024 · 1 comment
Closed
Assignees
Labels
module/http Priority/Highest Team/PCM Protocol connector packages related issues Type/Improvement
Milestone

Comments

@hwupathum
Copy link

hwupathum commented Mar 20, 2024

Description

Protecting service to service communication from quantum threats by supporting X25519Kyber768 quantum-resistant key agreement algorithm for TLS 1.3.

You can use the default list of namedGroups by using the following encvironment variable.

export _JAVA_OPTIONS="-Djdk.tls.namedGroups=x25519,secp256r1,secp384r1,secp521r1"

Specification

https://www.ietf.org/archive/id/draft-tls-westerbaan-xyber768d00-02.html

Describe your problem(s)

No response

Describe your solution(s)

No response

Related area

-> Other Area

Related issue(s) (optional)

ballerina-platform/ballerina-lang#42345

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@TharmiganK TharmiganK transferred this issue from ballerina-platform/ballerina-lang Mar 20, 2024
@TharmiganK TharmiganK added module/http Team/PCM Protocol connector packages related issues Priority/Highest labels Mar 20, 2024
@TharmiganK TharmiganK added this to the 2201.9.0 milestone Apr 5, 2024
@TharmiganK
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/http Priority/Highest Team/PCM Protocol connector packages related issues Type/Improvement
Projects
None yet
Development

No branches or pull requests

2 participants