99designs / http-signatures-php

Sign and verify PSR-7 HTTP messages in PHP.
MIT License
44 stars 32 forks source link

Support RSA signing #34

Open aaronpk opened 6 years ago

aaronpk commented 6 years ago

It looks like this library currently only supports HMAC signing. It would be great if it also supported RSA signing with a private key!

liamdennehy commented 6 years ago

PR #35 implements RSA signing

liamdennehy commented 5 years ago

Update: #35 Has full suite of unit tests, and in combination with #43 now passes the Reference Tests.

liamdennehy commented 5 years ago

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.