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

Diff for /src/usr.bin/ssh/krl.h between version 1.4 and 1.5

version 1.4, 2015/01/13 19:06:49 version 1.5, 2015/12/30 23:46:14
Line 43 
Line 43 
 struct ssh_krl *ssh_krl_init(void);  struct ssh_krl *ssh_krl_init(void);
 void ssh_krl_free(struct ssh_krl *krl);  void ssh_krl_free(struct ssh_krl *krl);
 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);  void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
 void ssh_krl_set_sign_key(struct ssh_krl *krl, const struct sshkey *sign_key);  
 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);  int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl,  int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl,
     const struct sshkey *ca_key, u_int64_t serial);      const struct sshkey *ca_key, u_int64_t serial);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5