-
Hi, I'm a bit baffled by a FIPS compliance statement in README.md, it says that library is "FIPS compliant: linux-aarch_64, linux-x86_64"
Basically what I need to know is how to find out the crypto module used by aws-crt-java when CRT.isFIPS() == true on my linux env, so I can find the certificate number of that crypto module for obligatory reporting. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We use aws-lc as our crypto module. |
Beta Was this translation helpful? Give feedback.
-
Thank you @TingDaoK , can you point which one? CMVP gives me three results AWS-LC-FIPS v1.0: certificate #4631 - security policy AWS-LC-FIPS v2.0 (dynamic library): certificate #4759 - security policy AWS-LC-FIPS v2.0 (static library): certificate #4816 - security policy |
Beta Was this translation helpful? Give feedback.
It's this one
I asked the AWS-LC team to be extra sure. AWS-LC is compiled statically for aws-crt-java.
Great question! I added this information to our README.md (see PR: #848)