Skip to content
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

Add public key and certificate root list to the eIDAS Link #2

Open
iamtxena opened this issue Jul 13, 2019 · 0 comments
Open

Add public key and certificate root list to the eIDAS Link #2

iamtxena opened this issue Jul 13, 2019 · 0 comments

Comments

@iamtxena
Copy link
Contributor

For future compatibility without certificates, it should be necessary to store the public key independently of the certificate.
For the current compatibility with certificates, it should be necessary to store also the certificate root list.
Both items should be passed as arguments for the eidas_link_did API function. certificate and certificate_list are OPTIONAL.
So, the call should be:

def eidas_link_did(did, pub_key, proof, padding = PSS_PADDING, certificate = None, certificate_root_list = None) -> str

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant