[Cryptography-dev] FIPS Certfication

2019-06-12 Thread Andrew VanDamme
Hello, Does the cryptography library for Python running on RHEL 7.x and above have FIPS 197 certification (FIPS 140-2 with AES GCM)? Thank you, ___ Cryptography-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/crypto

Re: [Cryptography-dev] FIPS Certfication

2019-06-12 Thread Alex Gaynor
Cryptography is not in-scope within the definition of FIPS-140-2; we use OpenSSL for implementation of cryptographic algorithms. If you link cryptography against an certified and/or validated OpenSSL, that is controlling for whether your cryptography is certified/validated. Alex On Wed, Jun 12, 2