Liam Dennehy

Results 67 comments of Liam Dennehy

I meant a warning in the dialog you provide, perhaps above/below the "Save Edits/Cancel Edits" buttons, or even disabling the "Save Edits" command if it would not queue with the...

Hi @ejholmes, I'm looking at adding EC support to [99designs/http-signatures-php](https://github.com/99designs/http-signatures-php) , and I'm also working on improving the RFC itself. Agreed it's not up to scratch, what specifically are you...

PR #35 implements RSA signing - Supports SHA256 (you really shouldn't be implementing anything new on SHA1) - Tested against servers enforcing Signature & Authorization headers - Does not contain...

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

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](https://packagist.org/packages/liamdennehy/http-signatures-php). Documentation...