Andrea Cosentino created CAMEL-23158:
----------------------------------------
Summary: Post-Quantum Cryptography (PQC) readiness: Expose PQC
named groups and signature schemes in SSLConfigurationProperties
Key: CAMEL-23158
URL: https://issues.apache.org/jira/browse/CAMEL-23158
Project: Camel
Issue Type: New Feature
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Fix For: 4.19.0
The core SSL infrastructure (BaseSSLContextParameters) gained support for TLS
named groups in CAMEL-23154, allowing post-quantum hybrid key exchange
algorithms like X25519MLKEM768 to be configured at the JSSE level. However,
this capability was not exposed through SSLConfigurationProperties, meaning
users could not configure named groups via application.properties, YAML, or the
fluent Java API (main.configure().sslConfig()).
Without this, the only way to use PQC named groups was to programmatically
construct NamedGroupsParameters and SSLContextParameters objects. This ticket
bridges the gap so that all Camel applications (JBang, Spring Boot, Quarkus,
standalone) can enable PQC key exchange through simple configuration properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)