https://issues.apache.org/bugzilla/show_bug.cgi?id=47631
Summary: DSIGSignedInfo::load() no longer initializes DSIGSignedInfo::m_signatureMethod Product: Security Version: C++ 1.5.1 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: C++ Signature AssignedTo: security-dev@xml.apache.org ReportedBy: t...@medical-insight.com --- Comment #0 from Thomas Sondergaard <t...@medical-insight.com> 2009-08-04 00:12:30 PDT --- This means that DSIGSignedInfo::getSignatureMethod() always returns SIGNATURE_NONE in the call sequence below: // Assume doc contains a DOM with a signature XSECProvider prov; DSIGSignature *sig = prov.newSignatureFromDOM(doc); sig->load(); signatureMethod meth= sig->getSignatureMethod(); This is the result of the following commit: http://svn.apache.org/viewvc/xml/security/trunk/c/src/dsig/DSIGSignedInfo.cpp?r1=409902&r2=450747 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.