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

Diff for /src/usr.bin/ssh/sshkey.h between version 1.6 and 1.7

version 1.6, 2015/05/21 04:55:51 version 1.7, 2015/07/03 03:43:18
Line 56 
Line 56 
         KEY_DSA_CERT,          KEY_DSA_CERT,
         KEY_ECDSA_CERT,          KEY_ECDSA_CERT,
         KEY_ED25519_CERT,          KEY_ED25519_CERT,
         KEY_RSA_CERT_V00,  
         KEY_DSA_CERT_V00,  
         KEY_UNSPEC          KEY_UNSPEC
 };  };
   
Line 131 
Line 129 
 int      sshkey_is_cert(const struct sshkey *);  int      sshkey_is_cert(const struct sshkey *);
 int      sshkey_type_is_cert(int);  int      sshkey_type_is_cert(int);
 int      sshkey_type_plain(int);  int      sshkey_type_plain(int);
 int      sshkey_to_certified(struct sshkey *, int);  int      sshkey_to_certified(struct sshkey *);
 int      sshkey_drop_cert(struct sshkey *);  int      sshkey_drop_cert(struct sshkey *);
 int      sshkey_certify(struct sshkey *, struct sshkey *);  int      sshkey_certify(struct sshkey *, struct sshkey *);
 int      sshkey_cert_copy(const struct sshkey *, struct sshkey *);  int      sshkey_cert_copy(const struct sshkey *, struct sshkey *);
 int      sshkey_cert_check_authority(const struct sshkey *, int, int,  int      sshkey_cert_check_authority(const struct sshkey *, int, int,
     const char *, const char **);      const char *, const char **);
 int      sshkey_cert_is_legacy(const struct sshkey *);  
   
 int              sshkey_ecdsa_nid_from_name(const char *);  int              sshkey_ecdsa_nid_from_name(const char *);
 int              sshkey_curve_name_to_nid(const char *);  int              sshkey_curve_name_to_nid(const char *);

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