From 107807bdfb222ab5663922fa475141cc8eca0333 Mon Sep 17 00:00:00 2001 From: Yuwei Sung Date: Thu, 14 Nov 2024 11:01:52 -0600 Subject: [PATCH 1/2] remove BC TLS/JSSE statement in doc --- docs/security-bouncy-castle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security-bouncy-castle.md b/docs/security-bouncy-castle.md index 9e6b1d859126..97319e0d0e22 100644 --- a/docs/security-bouncy-castle.md +++ b/docs/security-bouncy-castle.md @@ -15,7 +15,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. ## How BouncyCastle modules packaged in Pulsar From bc0703daa956eeb4f4166b2038f1f3b3fde69eb2 Mon Sep 17 00:00:00 2001 From: Yuwei Sung Date: Tue, 19 Nov 2024 11:55:28 -0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Lari Hotari --- docs/security-bouncy-castle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security-bouncy-castle.md b/docs/security-bouncy-castle.md index 831d797b539a..6e3e5f70d1ff 100644 --- a/docs/security-bouncy-castle.md +++ b/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 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. +In Pulsar, the security and crypto methods of end to end encryption also depend on the Bouncy Castle library. This document contains the configuration between BouncyCastle FIPS (BC-FIPS) and non-FIPS (BC-non-FIPS) version while using Pulsar. ## How BouncyCastle modules packaged in Pulsar