JiriOndrusek opened a new pull request, #506:
URL: https://github.com/apache/camel-quarkus-examples/pull/506

   fixes https://github.com/apache/camel-quarkus/issues/8648
   
     Add HTTP PQC example for Java 21
   
     Demonstrates Post-Quantum Cryptography (PQC) using Java 21's built-in 
support for
     hybrid key exchange (X25519MLKEM768) with BouncyCastle JSSE provider.
   
     Key features:
     - TLS 1.3 with PQC hybrid key exchange using BouncyCastle JSSE
     - RSA certificates compatible with standard tools (curl, OpenSSL)
     - Works in JVM, native, and dev modes
     - Two test profiles: PQC-only and PQC-with-fallback
     
     Implementation notes:
     - Certificates auto-generated at startup if missing
     - BouncyCastle providers registered differently for JVM vs native modes
     - PKCS12 keystores use SUN provider for maximum compatibility
     - Build-time warnings from BouncyCastle's constraint parser are harmless 
(known
     limitation - see bcgit/bc-java#1343)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to