lhotari commented on code in PR #974:
URL: https://github.com/apache/pulsar-site/pull/974#discussion_r1843918329


##########
docs/security-bouncy-castle.md:
##########
@@ -16,7 +16,7 @@ In Pulsar, security and crypto have dependencies on 
BouncyCastle Jars. For the d
 
 `Bouncy Castle` provides both 
[FIPS](https://www.bouncycastle.org/fips_faq.html) and non-FIPS versions. But 
in a JVM, you can not include both of the 2 versions, and you need to exclude 
the current version before including the other.
 
-In Pulsar, the security and crypto methods also depend on `Bouncy Castle`, 
especially in [mTLS authentication](security-tls-authentication.md) and 
[Transport Encryption](security-encryption.md). This document contains the 
configuration between BouncyCastle FIPS(BC-FIPS) and non-FIPS(BC-non-FIPS) 
version while using Pulsar.
+In Pulsar, the security and crypto methods of end to end encryption (JCE) also 
depend on `Bouncy Castle`.This document contains the configuration between 
BouncyCastle FIPS(BC-FIPS) and non-FIPS(BC-non-FIPS) version while using Pulsar.

Review Comment:
   ```suggestion
   In Pulsar, the security and crypto methods of end to end encryption (JCE) 
also depend on `Bouncy Castle`. This document contains the configuration 
between BouncyCastle FIPS(BC-FIPS) and non-FIPS(BC-non-FIPS) version while 
using Pulsar.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to