s2n-tls with aws-lc #4711
-
I installed both aws-lc and s2n-tls in my EC2 AL2 instance. #install aws-lc #install s2n-tls I want to check if my s2n-tls is using aws-lc properly. also, the building commands for AL2 are different from the docs as posted in my PR(#4679 ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I discuss that in the PQ documentation I recently added: https://github.com/aws/s2n-tls/blob/main/docs/usage-guide/topics/ch15-post-quantum.md#aws-lc s2nc and s2nd now report which libcrypto they were built with. Alternatively, you could check for kyber support in the output of the cmake configuration command. If you built with aws-lc, it should say "feature S2N_LIBCRYPTO_SUPPORTS_KYBER: TRUE" |
Beta Was this translation helpful? Give feedback.
I discuss that in the PQ documentation I recently added: https://github.com/aws/s2n-tls/blob/main/docs/usage-guide/topics/ch15-post-quantum.md#aws-lc s2nc and s2nd now report which libcrypto they were built with.
Alternatively, you could check for kyber support in the output of the cmake configuration command. If you built with aws-lc, it should say "feature S2N_LIBCRYPTO_SUPPORTS_KYBER: TRUE"