[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.1 and 1.2

version 1.1, 2013/12/06 13:34:54 version 1.2, 2021/05/07 02:29:40
Line 35 
Line 35 
   
         uint32  checkint          uint32  checkint
         uint32  checkint          uint32  checkint
         string  privatekey1          byte[]  privatekey1
         string  comment1          string  comment1
         string  privatekey2          byte[]  privatekey2
         string  comment2          string  comment2
         ...          ...
         string  privatekeyN          string  privatekeyN
Line 47 
Line 47 
         char    3          char    3
         ...          ...
         char    padlen % 255          char    padlen % 255
   
   where each private key is encoded using the same rules as used for
   SSH agent.
   
 Before the key is encrypted, a random integer is assigned  Before the key is encrypted, a random integer is assigned
 to both checkint fields so successful decryption can be  to both checkint fields so successful decryption can be

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