summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/xsecparser.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-18 14:21:07 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-18 15:58:12 +0200
commit60f75c333b3040464ca9d251e579c865916d827e (patch)
tree0f81206c73db67deb1454953bd2fda8890dffc35 /xmlsecurity/source/helper/xsecparser.hxx
parent0bc023d55afcf373a3b6644545ce4bae1bb5ca47 (diff)
Prefer to take the signature date from the XAdES SigningTime, if present
Change-Id: I15a00a8c6f8c8e735694baa25e06ed4db0875d43
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.hxx')
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index c7a326b44714..c9463cc485dc 100644
--- a/xmlsecurity/source/helper/xsecparser.hxx
+++ b/xmlsecurity/source/helper/xsecparser.hxx
@@ -73,6 +73,7 @@ private:
bool m_bInX509Certificate;
bool m_bInCertDigest;
bool m_bInEncapsulatedX509Certificate;
+ bool m_bInSigningTime;
bool m_bInDigestValue;
bool m_bInSignatureValue;
bool m_bInDate;