Replies: 2 comments 18 replies
-
To clarify, you're trying to use a different PQ key exchange algorithm than the default provided by s2n-quic? What PQ algorithm are you trying to use? In s2n-tls, algorithm preferences are controlled by security policies: https://github.com/aws/s2n-tls/blob/main/docs/usage-guide/topics/ch06-security-policies.md And for your build problem, can you provide more details? Are you using C or Rust, and what do you mean by "mentioning it explicitly"? |
Beta Was this translation helpful? Give feedback.
-
Yes I am trying to use a different PQ key exchange algorithm. I don't know the default one as the group shows up as Unknown in Wireshark. But what I wanted to find out is where do I specify the tls key exchange mechanism in s2n-quic. As for s2n-tls I was trying to compile the c code in bin directory. Specifically the s2nc.c and s2nd.c and this was the command I used |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to specify which PQ algorithm to use by s2n-tls in s2n-quic. The default post quantum example in 'examples' directory of s2n-quic doesn't provide instructions on how to do this.
I also tried compiling a test code using the api-s in the s2n.h header for s2n-tls. But the compiler can't find the library despite mentioning it explicitly.
Beta Was this translation helpful? Give feedback.
All reactions