Skip to content

wolfSSL can't parse Authenticode PKCS7 SignedData but OpenSSL can #9213

@vanddlf-debug

Description

@vanddlf-debug

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:

  1. Get a PE file with an authenticode signature
  2. Extract the PKCS7 SignedData from it
  3. Try to parse it with wolfSSL - it fails with ASN_PARSE_E
  4. Same data works fine with OpenSSL

These are just standard PKCS7 SignedData structures so wolfSSL should be able to handle them.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions