[BACK]Return to sk-api.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sk-api.h between version 1.10 and 1.11

version 1.10, 2020/08/27 01:08:19 version 1.11, 2020/09/09 03:08:01
Line 45 
Line 45 
         size_t signature_len;          size_t signature_len;
         uint8_t *attestation_cert;          uint8_t *attestation_cert;
         size_t attestation_cert_len;          size_t attestation_cert_len;
           uint8_t *authdata;
           size_t authdata_len;
 };  };
   
 struct sk_sign_response {  struct sk_sign_response {
Line 70 
Line 72 
         uint8_t required;          uint8_t required;
 };  };
   
 #define SSH_SK_VERSION_MAJOR            0x00060000 /* current API version */  #define SSH_SK_VERSION_MAJOR            0x00070000 /* current API version */
 #define SSH_SK_VERSION_MAJOR_MASK       0xffff0000  #define SSH_SK_VERSION_MAJOR_MASK       0xffff0000
   
 /* Return the version of the middleware API */  /* Return the version of the middleware API */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11