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
Copy file name to clipboardExpand all lines: examples/fips/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ To make client (consumer, producer or admin client) FIPS compliant, you must ena
82
82
83
83
## Communication between client and Schema Registry
84
84
85
-
This part is not tested for FIPS compliance right now.
85
+
The communication between client and Schema Registry is also FIPS compliant if the underlying python is using FIPS compliant OpenSSL. This depends on the system level OpenSSL if the python is installed in default way. To know more on how to use FIPS provider with OpenSSL, check [How to use FIPS Module](https://www.openssl.org/docs/man3.0/man7/fips_module.html) and [Generating FIPS module and config file](https://github.com/openssl/openssl/blob/openssl-3.0.8/README-FIPS.md) links. The steps are briefly described above as well.
86
86
87
87
## References
88
88
*[Generating FIPS module and config file](https://github.com/openssl/openssl/blob/openssl-3.0.8/README-FIPS.md)
0 commit comments