Version
5.8.2
Description
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.