ojarva / python-sshpubkeys

OpenSSH public key parser for Python
BSD 3-Clause "New" or "Revised" License
101 stars 42 forks source link

ecdsa: check for AssertionError #10

Closed oyarzun closed 8 years ago

oyarzun commented 9 years ago

ecdsaVerifyingKey.from_string can raise AssertionError if the key is invalid.

ojarva commented 8 years ago

Thanks! And sorry about way too long delay :(