Maarten Bodewes

Results 4 comments of Maarten Bodewes

This issue was identified at the next link http://stackoverflow.com/q/38293211/589259 It seems to me that the idea to use secure defaults set to the maximum authentication tag size (16 bytes, the...

16 bytes is the only sensible default which is mostly backwards compatible with the current 16 byte authentication tag generated during GCM encryption, and setting no default would break backwards...

This seems to have turned into a question about a use case that is explicitly not on topic (conversion to JSON), it might be prudent to close the issue otherwise...

@sybrenstuvel Sorry for the late reply, flew under the radar for some time. ``` classmethod load_pkcs1_openssl_der(keyfile: bytes) → rsa.key.PublicKey Loads a SubjectPublicKeyInfo (SPKI) encoded public key [as specified in the...