summaryrefslogtreecommitdiff
path: root/bouncycastle.config
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-08-20 14:43:15 -0700
committerBrian Carlstrom <bdc@google.com>2010-08-25 10:31:11 -0700
commit0d31ca0f54efe12f12049174bfa9403961654a92 (patch)
tree1a2d20843425745dac9aa614848653cc9e0a0fc6 /bouncycastle.config
parent8d1441ebd2600054d2e60c750ab3c33e67f63b0f (diff)
downloadbouncycastle-0d31ca0f54efe12f12049174bfa9403961654a92.tar.gz
Remove RC5 references from bouncycastle
The RI doesn't include RC5 and we didn't either in the provider definition, but I noticed we still had a few implementation support classes so remove these unneeded files. Also cleaned up a few RC2 mentions that are unneeded. RC2 implementation does remain for PKCS12 support. Change-Id: I4ef304e11a0cba677b3977c54a2afb2330ca5565
Diffstat (limited to 'bouncycastle.config')
-rw-r--r--bouncycastle.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/bouncycastle.config b/bouncycastle.config
index 5919ce5b..729ebf7f 100644
--- a/bouncycastle.config
+++ b/bouncycastle.config
@@ -207,6 +207,8 @@ org/bouncycastle/crypto/engines/NaccacheSternEngine.java \
org/bouncycastle/crypto/engines/NoekeonEngine.java \
org/bouncycastle/crypto/engines/NullEngine.java \
org/bouncycastle/crypto/engines/RC2WrapEngine.java \
+org/bouncycastle/crypto/engines/RC532Engine.java \
+org/bouncycastle/crypto/engines/RC564Engine.java \
org/bouncycastle/crypto/engines/RC6Engine.java \
org/bouncycastle/crypto/engines/RFC3211WrapEngine.java \
org/bouncycastle/crypto/engines/RSABlindingEngine.java \
@@ -282,6 +284,7 @@ org/bouncycastle/crypto/params/NaccacheSternKeyParameters.java \
org/bouncycastle/crypto/params/NaccacheSternPrivateKeyParameters.java \
org/bouncycastle/crypto/params/ParametersWithSBox.java \
org/bouncycastle/crypto/params/ParametersWithSalt.java \
+org/bouncycastle/crypto/params/RC5Parameters.java \
org/bouncycastle/crypto/params/RSABlindingParameters.java \
org/bouncycastle/crypto/params/package.html \
org/bouncycastle/crypto/signers/DSADigestSigner.java \