kjur / jsjws

(IMPORTANT NOTICE: END OF SUPPORT! jsjws have been merged into http://kjur.github.io/jsrsasign/. So please move to jsrsasign. The 'jsjws' is a pure JavaScript implementation of JSON Web Signature(JWS) and JSON Web Token(JWT).
http://kjur.github.io/jsjws/
Other
227 stars 47 forks source link

PHP Akita JOSE does not implement ESxxx alg #13

Closed Spomky closed 9 years ago

Spomky commented 10 years ago

In file index_mat.html we can read that PHP Akita JOSE implements ES256, ES384 and SC512.

This is wrong. In the source code of this library, there is no implementation of such algorithm.

kjur commented 9 years ago

Thank you for the report. I've fixed and pushed the page.