You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to parse PKCS7 SignedData from PE file authenticode signatures, wolfSSL fails but OpenSSL works fine with the same data. The failure happens here
To reproduce:
Get a PE file with an authenticode signature
Extract the PKCS7 SignedData from it
Try to parse it with wolfSSL - it fails with ASN_PARSE_E
Same data works fine with OpenSSL
These are just standard PKCS7 SignedData structures so wolfSSL should be able to handle them.