summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-06-30 16:17:00 -0700
committerBrian Carlstrom <bdc@google.com>2010-06-30 16:27:14 -0700
commit38570b4b80f066bed09944d85c5062c9935cb975 (patch)
tree87f7379d1bc893e3ca26b77ca4f85be3e30a42c4 /support
parentf14020ab70c5af738f1dda0746df063db642208b (diff)
downloadlibcore-38570b4b80f066bed09944d85c5062c9935cb975.zip
libcore-38570b4b80f066bed09944d85c5062c9935cb975.tar.gz
libcore-38570b4b80f066bed09944d85c5062c9935cb975.tar.bz2
Trim BouncyCastle *-OpenSSL algorithms
These were not previously removed because they were believed to be part of Android OpenSSL native implementation. Change-Id: I6dd5eb22c5758f5337dae66669104ea6aa7b4234
Diffstat (limited to 'support')
-rw-r--r--support/src/test/java/java/security/StandardNames.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/support/src/test/java/java/security/StandardNames.java b/support/src/test/java/java/security/StandardNames.java
index ec34eda..4b278b6 100644
--- a/support/src/test/java/java/security/StandardNames.java
+++ b/support/src/test/java/java/security/StandardNames.java
@@ -218,16 +218,6 @@ public final class StandardNames extends Assert {
// Fixups for dalvik
if (!IS_RI) {
- // OpenSSL implementations with non-Standard algorithm names
- // TODO move our additions to a new provider and use standard names
- // See also HarmonyJSSE provider additions for OpenSSL
- provide("Cipher", "PBEWithMD5And128BitAES-CBC-OpenSSL");
- provide("Cipher", "PBEWithMD5And192BitAES-CBC-OpenSSL");
- provide("Cipher", "PBEWithMD5And256BitAES-CBC-OpenSSL");
- provide("SecretKeyFactory", "PBEWithMD5And128BitAES-CBC-OpenSSL");
- provide("SecretKeyFactory", "PBEWithMD5And192BitAES-CBC-OpenSSL");
- provide("SecretKeyFactory", "PBEWithMD5And256BitAES-CBC-OpenSSL");
-
// whole types that we do not provide
PROVIDER_ALGORITHMS.remove("Configuration");
PROVIDER_ALGORITHMS.remove("GssApiMechanism");