IdentityPython / pyjwkest

Implementation of JWT, JWS, JWE and JWK
Apache License 2.0
92 stars 55 forks source link

Fix epk reversal in original ECDH-ES implementation #62

Closed techguy613 closed 8 years ago

techguy613 commented 8 years ago

The RFC specifies that epk is the key of the originator and this implementation uses the epk as the receiver's public key. This has been fixed + unittests updated.

techguy613 commented 8 years ago

Thanks @rohe! Please let me know when you plan to release the latest to PyPI :)