IdentityPython / pyjwkest

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

DSASigner returns False, should raise BadSignature? #69

Closed jschlyter closed 7 years ago

jschlyter commented 8 years ago

The DSASigner returns False when it fails to validate a signature, all other verify functions seems to return either True or raise BadSignature.

https://github.com/rohe/pyjwkest/blob/master/src/jwkest/jws.py#L162

jschlyter commented 7 years ago

Fixed by 15b09f4a400d0d3ef6bc100270bd61e1d4dc71ca.