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

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

version 1.2, 2013/01/18 00:24:58 version 1.3, 2015/01/30 01:10:33
Line 37 
Line 37 
 #define KRL_SECTION_FINGERPRINT_SHA1            3  #define KRL_SECTION_FINGERPRINT_SHA1            3
 #define KRL_SECTION_SIGNATURE                   4  #define KRL_SECTION_SIGNATURE                   4
   
 3. Certificate serial section  2. Certificate section
   
 These sections use type KRL_SECTION_CERTIFICATES to revoke certificates by  These sections use type KRL_SECTION_CERTIFICATES to revoke certificates by
 serial number or key ID. The consist of the CA key that issued the  serial number or key ID. The consist of the CA key that issued the
Line 46 
Line 46 
   
         string ca_key          string ca_key
         string reserved          string reserved
   
   Where "ca_key" is the standard SSH wire serialisation of the CA's
   public key. Alternately, "ca_key" may be an empty string to indicate
   the certificate section applies to all CAs (this is most useful when
   revoking key IDs).
   
 Followed by one or more sections:  Followed by one or more sections:
   

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