-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support RSA signing #34
Comments
PR #35 implements RSA signing
|
I have integrated RSA in my own project along with a number of others (Elliptic curves, DSA) that can pass the RFC reference tests, and published this in packagist. Documentation for the entire library is published at Read the Docs: http-signatures-php - incomplete but being expanded regularly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like this library currently only supports HMAC signing. It would be great if it also supported RSA signing with a private key!
The text was updated successfully, but these errors were encountered: