You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at your output: it looks like you're successfully using PQ key exchange. "KEM" is for TLS1.2, and "KEM group" is for TLS1.3. They're two different mechanisms. PQ key exchange in TLS1.3 doesn't involve a specific cipher suite, because key exchange is separate from cipher suite in TLS1.3.
For testing/demo purposes I'm trying to connect to a KMS endpoint and enforcing PQ-ciphers.
I compiled AWS-LC and S2N-TLS from the source as described here: https://repost.aws/questions/QU882YiZEHTRe1GTyxKr99Xg/building-s2n-tls-with-aws-libcrypto-with-pq-support
However, I don't find a cipher suite that uses TLS1.3 and PQ-Ciphers. What I'm doing wrong? What security policy is recommended?
Here the closest I got:
--> TLS1.2, Cipher negotiated: ECDHE-KYBER-RSA-AES256-GCM-SHA384
--> no KEM Group?
--> TLS1.3, KEM Group: x25519_kyber-512-r3
--> no KEM? One choosen from the group?
--> Cipher negotiated: TLS_AES_256_GCM_SHA384
The text was updated successfully, but these errors were encountered: