[BACK]Return to PROTOCOL.key CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL.key between version 1.2 and 1.3

version 1.2, 2021/05/07 02:29:40 version 1.3, 2022/07/01 04:45:50
Line 11 
Line 11 
         string  ciphername          string  ciphername
         string  kdfname          string  kdfname
         string  kdfoptions          string  kdfoptions
         int     number of keys N          uint32  number of keys N
         string  publickey1          string  publickey1
         string  publickey2          string  publickey2
         ...          ...
Line 42 
Line 42 
         ...          ...
         string  privatekeyN          string  privatekeyN
         string  commentN          string  commentN
         char    1          byte    1
         char    2          byte    2
         char    3          byte    3
         ...          ...
         char    padlen % 255          byte    padlen % 255
   
 where each private key is encoded using the same rules as used for  where each private key is encoded using the same rules as used for
 SSH agent.  SSH agent.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3