Expand description
Utility functions for dealing with SSH certificates, signatures or conversions
Functions§
- asn_
der_ to_ r_ s - Takes an ASN1 encoded ECDSA signature and attempts to parse it into it’s R and S constituent parts
- format_
signature_ for_ ssh - Some protocols require the signature be in SSH format. This function takes a DER encoded signature and formats it for SSH compatibility.
- signature_
convert_ asn1_ ecdsa_ to_ ssh - Most signature systems generate ECDSA signatures encoded in ASN1 format. This function will take an ASN1 encoded ECDSA signature and return an SSH Signature blob