summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/src/test/java/java/security/StandardNames.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/support/src/test/java/java/security/StandardNames.java b/support/src/test/java/java/security/StandardNames.java
index 316b46e..ec34eda 100644
--- a/support/src/test/java/java/security/StandardNames.java
+++ b/support/src/test/java/java/security/StandardNames.java
@@ -263,7 +263,7 @@ public final class StandardNames extends Assert {
unprovide("KeyManagerFactory", "SunX509");
provide("KeyManagerFactory", "X509");
- // different names SHA vs SHA-1
+ // different names: BouncyCastle actually uses the Standard name of SHA-1 vs SHA
unprovide("MessageDigest", "SHA");
provide("MessageDigest", "SHA-1");
@@ -287,10 +287,6 @@ public final class StandardNames extends Assert {
// TODO remove one, probably Harmony's
provide("CertificateFactory", "X509");
- // The Harmony JSSEProvider registers an OpenSSL based MessageDigest SHA-224
- // TODO remove it since the RI does not provide this variant
- provide("MessageDigest", "SHA-224");
-
// Harmony JSSEProvider is missing these
// TODO add them
unprovide("SSLContext", "SSLv3");