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
Add support for non-bundled X.509 certificates to "Check Certificates" workflow
The digital certificates used for code signing are often stored in an archive file of the PKCS arduino#12 format, which allows
multiple objects to be bundled in a single file.
However, it also might occur that a single certificate is stored in X.509 format.
Previously, the "Check Certificates" workflow only supported certificates in a PKCS arduino#12 archive. Support is hereby added
to the workflow for validation of X.509 certificates in addition to PKCS arduino#12.
0 commit comments