30 Jul
2025
30 Jul
'25
1:52 p.m.
Hans Leidekker (@hans) commented about dlls/cryptxml/cryptxml.c:
+ +#include <stdarg.h> + +#include "windef.h" +#include "winbase.h" +#include "cryptxml.h" + +#include "wine/debug.h" + +WINE_DEFAULT_DEBUG_CHANNEL(cryptxml); + +struct xmldoc +{ + CRYPT_XML_DOC_CTXT ctx; + CRYPT_XML_SIGNATURE sig; + CRYPT_XML_SIGNATURE *sigs[1]; Note that this can handle only one signature per document. I doubt that there are real-world documents with more than one so let's wait and see.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8664#note_111495