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

Diff for /src/usr.bin/ssh/PROTOCOL.certkeys between version 1.6 and 1.7

version 1.6, 2010/05/20 23:46:02 version 1.7, 2010/08/04 05:40:39
Line 157 
Line 157 
     string       name      string       name
     string       data      string       data
   
   Options must be lexically ordered by "name" if they appear in the
   sequence.
   
 The name field identifies the option and the data field encodes  The name field identifies the option and the data field encodes
 option-specific information (see below). All options are  option-specific information (see below). All options are
 "critical", if an implementation does not recognise a option  "critical", if an implementation does not recognise a option
Line 185 
Line 188 
 ----------  ----------
   
 The extensions section of the certificate specifies zero or more  The extensions section of the certificate specifies zero or more
 non-critical certificate extensions. The encoding of extensions in this  non-critical certificate extensions. The encoding and ordering of
 field is identical to that of the critical options. If an implementation  extensions in this field is identical to that of the critical options.
 does not recognise an extension, then it should ignore it.  If an implementation does not recognise an extension, then it should
   ignore it.
   
 The supported extensions and the contents and structure of their data  The supported extensions and the contents and structure of their data
 fields are:  fields are:

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7