openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #09848
[Bug 1283828] Re: "Cannot find any provider supporting RSA/ECB/OAEPPadding" error after upgrading to openjdk-6 6b27-1.12.6-1ubuntu0.12.04.4
It looks like this is the JDK 6 version of the JDK 7 problem described in:
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8017173
That bug was apparently fixed in JDK 7 by this one-line commit:
http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/c5d869453212
In the JDK6 upstream, it seems this patch is the one that introduced the "OAEPPadding" string :
http://hg.openjdk.java.net/jdk6/jdk6/jdk/diff/f3d02dd3dee5/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/JCEMapper.java
(part of S6741606 "Integrate Apache Santuario"), but I haven't found any sign that the fix from S88017173 is being backported to the JDK6 codeline upstream....
** Tags removed: precise
** Tags added: lucid
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/1283828
Title:
"Cannot find any provider supporting RSA/ECB/OAEPPadding" error after
upgrading to openjdk-6 6b27-1.12.6-1ubuntu0.12.04.4
Status in “openjdk-6” package in Ubuntu:
New
Bug description:
After upgrading the various openjdk-6-* packages to version 6b27-1.12.6-1ubuntu0.10.04.4 on our server, all incoming client connections started failing with the following error message at the top of the stack dump (on the client side).
javax.xml.ws.soap.SOAPFaultException: java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/ECB/OAEPPadding
(Previously we were running version 6b27-1.12.5-0ubuntu0.10.04.1 of
the packages without seeing this problem.)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1283828/+subscriptions
References