DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39200>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39200 Summary: XMLCipher-loadEncryptedKey() doesn't set the correct CarriedKeyName element. Product: Security Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: major Priority: P2 Component: Encryption AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] XMLCipher.getInstance().loadEncryptedKey(encryptedKeyElt) doesn't set the correct CarriedKeyName element. Should be result.setCarriedName(carriedNameElement.getFirstChild().getNodeValue()) instead of result.setCarriedName(carriedNameElement.getNodeValue()) into XMLCipher class (line 2421) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
