clabru

Results 1 comments of clabru

Also, to be able to check signed assertions, I had to: - Add ``` if not isinstance(signedtext, bytes): signedtext = signedtext.encode("utf-8") ``` in the _validate_signature_ method of the CryptoBackendXMLSecurity object....