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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Thomas Sondergaard <[email protected]> 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.