-
Notifications
You must be signed in to change notification settings - Fork 29
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
Other signing algorithms? #60
Comments
I guess we would have to store this as a part of the Partner configuration. I do not have the time to pick this right now, would you be able to open a PR |
chadgates
added a commit
to chadgates/pyas2-lib
that referenced
this issue
Mar 20, 2024
chadgates
added a commit
to chadgates/pyas2-lib
that referenced
this issue
Apr 17, 2024
Extending Partner with Signature Algo and pass the setting to signing function.
@jon-torodash : which other algos are you looking at beside the following that are there? |
abhishek-ram
pushed a commit
that referenced
this issue
May 1, 2024
… function. * Fix github action build fail due to: https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click * Added partner setting to force canonicalize binary. * Formatted with black * #60 Extending Partner with Signature Algo and pass the setting to signing function.
I assume Ed25519 / EdDSA is the mainstream now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The call to sign
does not pass down
sign_alg
, so any non-RSA key won't work. Can this be updated?The text was updated successfully, but these errors were encountered: