Expand description
Utility functions for dealing with SSH certificates, signatures or conversions
Functions§
- Takes an ASN1 encoded ECDSA signature and attempts to parse it into it’s R and S constituent parts
- Some protocols require the signature be in SSH format. This function takes a DER encoded signature and formats it for SSH compatibility.
- 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