diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-05 03:21:51 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-05 03:21:51 +0100 |
commit | d06196ab8760ec567a9f043b757a789755a6aed7 (patch) | |
tree | bfa0a473bc11676385a723a8cd81aee0961600a3 /sys/man | |
parent | 58914b4b0b0c4c3e5e16a1ba043ccdbb7e76ac84 (diff) |
auth/asn12rsa: also convert ASN.1 encoded public key to plan9 format
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/rsa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/8/rsa b/sys/man/8/rsa index 20b444b59..197028075 100644 --- a/sys/man/8/rsa +++ b/sys/man/8/rsa @@ -149,7 +149,7 @@ attributes if they are missing, and prints a full key. .PP .I Asn12rsa -reads an RSA private key stored as ASN.1 +reads an RSA private or public key stored as ASN.1 encoded in the binary Distinguished Encoding Rules (DER) and prints a Plan 9 RSA key, inserting |