Skip to content

Commit 5a87879

Browse files
authored
Updated FIPS docs to reflect schema registry related FIPS compliance information (#1701)
1 parent bb4d013 commit 5a87879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fips/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To make client (consumer, producer or admin client) FIPS compliant, you must ena
8282

8383
## Communication between client and Schema Registry
8484

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.
8686

8787
## References
8888
* [Generating FIPS module and config file](https://github.com/openssl/openssl/blob/openssl-3.0.8/README-FIPS.md)

0 commit comments

Comments
 (0)