[Bug 35613] Foxit Reader 6.12: 'Show Certificate' button is greyed out after failure to validate digital signature (ASN1_Decode is a stub)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jan 30 04:54:19 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=35613

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Foxit Reader 6.12: 'Show    |Foxit Reader 6.12: 'Show
                   |Certificate' button is      |Certificate' button is
                   |greyed out after failure to |greyed out after failure to
                   |validate digital signature  |validate digital signature
                   |                            |(ASN1_Decode is a stub)
          Component|-unknown                    |msasn1
             Status|REOPENED                    |NEW

--- Comment #9 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

--- snip ---
020c:fixme:msasn1:ASN1_Decode (109A40F8 0031F33C 19 00000008 077BD478 9958):
Stub!
--- snip ---

Wine source:

https://source.winehq.org/git/wine.git/blob/47ac628b4a4e476c1b044765c95d5be2a7101d14:/dlls/msasn1/main.c#l194

--- snip ---
 194 ASN1error_e WINAPI ASN1_Decode(ASN1decoding_t decoder, void **outdata,
ASN1uint32_t pdunum,
 195                                ASN1uint32_t flags, ASN1octet_t *buf,
ASN1uint32_t bufsize)
 196 {
 197     FIXME("(%p %p %u %08x %p %u): Stub!\n", decoder, outdata, pdunum,
flags, buf, bufsize);
 198 
 199     if (!decoder)
 200         return ASN1_ERR_BADARGS;
 201 
 202     if (!buf || !bufsize)
 203     {
 204         decoder->err = ASN1_ERR_BADARGS;
 205         return ASN1_ERR_BADARGS;
 206     }
 207 
 208     decoder->err = ASN1_ERR_BADPDU;
 209     return ASN1_ERR_BADPDU;
 210 }
--- snip ---

$ wine --version
wine-6.1

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list