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=33079>. 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=33079 Summary: KeyInfo Product: Security Version: cvs Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: C++ Signature AssignedTo: security-dev@xml.apache.org ReportedBy: [EMAIL PROTECTED] I had problems looking for this bugzilla, because there is no link in XML Security web site linking to this page. I'd like to report a possible bug in C++ code: when sig->appendRSAKeyValue() is called after: DSIGKeyInfoX509 * x509 = sig->appendX509Data(); x509->setX509SubjectName(); or: DSIGKeyInfoX509 * x509 = sig->appendX509Data(); x509->setX509IssuerSerial() it throws exception. Accoring to W3C specification it is possible to have all those elements inside <KeyInfo>. I have tried to debug it, but it crashes my VC6 IDE. Also, it would be nice to add appendX509Data() and appendRSAKeyValue() to the XENCEncryptedKey class. -- 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.