-
Notifications
You must be signed in to change notification settings - Fork 3
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 cryptosuites
to issuer config
#128
Comments
See #131 as well. |
Work on cryptosuites as an issuer config option was started here: https://github.com/digitalbazaar/bedrock-vc-issuer/tree/add-issuer-provision-option-cryptosuites |
I don't know why I wrote that we'd want this field to be an array, there's just one cryptosuite per issuer instance, so we can simplify that bit. |
This work is in progress now -- existing work is out of date and we need a slightly different direction. Also, the reason I wrote that we wanted an array was to support proof sets, so we do want it to function that way. |
This was done in #142, closing. |
cryptosuites
should be an array of cryptosuite options objects that will be used by the issuer. It should look like this:cryptosuites: [{cryptosuite: 'cryptosuite name (same values as the old suiteName), options: {mandatoryPointers}}, {...}]
Support for
suiteName
should remain for backwards compatibility, but only one ofcryptosuites
orsuiteName
should be used.The text was updated successfully, but these errors were encountered: