-
Notifications
You must be signed in to change notification settings - Fork 17
Fix mso.verify Add test + add status list variable to integrate status list ref in mso #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mso.verify Add test + add status list variable to integrate status list ref in mso #12
Conversation
…o/issuer.py - tests update (replaced revocation to status list for the sake of clarity) Load also Y coordinate from DER certificate instead of calculating it + enhanced some "unit" tests Allow multiple doc support in IS0 18013-5 format Add support to load PEM certificate format (and not only DER ones)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent work
I request to use only the parameter cert_path
for both DER and PEM formats and to not remove the revocation parameter, as introduced by the european ref impl, only to reduce code misalignment
we look forward to implement the status list package in eudi-wallet-it-python, here:
https://github.com/italia/eudi-wallet-it-python
4e5cc4d
to
c893e7b
Compare
…parameter set utc in valid from
c893e7b
to
a1bec12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent work, two small suggestions about code improvement and cleanup
… more general revocation dict parameter
Co-authored-by: Giuseppe De Marco <demarcog83@gmail.com>
code prevents a useless and costly try/except using a conditional when trying to parse issuer cert Co-authored-by: Giuseppe De Marco <demarcog83@gmail.com>
Giuseppe, |
Add minimal support to integrate status list reference data in the mso/issuer.py - tests update (replaced revocation to status list for the sake of clarity)
Load also Y coordinate from DER certificate instead of calculating it + enhanced some "unit" tests
Allow multiple doc support in IS0 18013-5 format
Add support to load PEM certificate format (and not only DER ones)