tomasmcguinness / pkpassvalidator

Checks the validity of a PKPASS file by checking it's signature and contents match the Apple specification
MIT License
78 stars 21 forks source link

Add explicit checking for correct version of Apple WWDR certificate. #13

Closed dylanbeattie closed 2 years ago

dylanbeattie commented 2 years ago

Instead of trusting any certificate with the correct common name, this checks for any valid WWDR certificate, but SEPARATELY validates whether the WWDR certificate is the correct/supported version.

Fixes https://github.com/tomasmcguinness/pkpassvalidator/issues/12 image