[Poppler-bugs] [Bug 99271] make it possible to extract digital signature data (also in pdfsig)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 25 22:11:27 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99271

--- Comment #22 from Albert Astals Cid <aacid at kde.org> ---
You're still breaking the ABI of the qt5 code, you can't do this

-       SignatureValidationInfo validate(ValidateOptions opt) const;
+       SignatureValidationInfo validate(int opt, const QDateTime&
validationTime = QDateTime()) const;

just add the new function.

And you brought the problem of untranslatable strings up to the qt5 code, that
doesn't fix anything, please remove it, anyone that wants to show the name of
the hash algorithm will have to provide the translations themselves.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20170625/036e2aee/attachment.html>


More information about the Poppler-bugs mailing list