Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/key.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6117 by maya, Wed Nov 11 22:38:30 2015 UTC revision 6120 by maya, Fri Nov 13 05:06:34 2015 UTC
# Line 42  RSA *duplicate_RSA(RSA *src); Line 42  RSA *duplicate_RSA(RSA *src);
42  DSA *duplicate_DSA(DSA *src);  DSA *duplicate_DSA(DSA *src);
43  unsigned char *duplicate_ED25519_PK(unsigned char *src);  unsigned char *duplicate_ED25519_PK(unsigned char *src);
44    
45  char *key_fingerprint_raw(Key *k, enum fp_type dgst_type, int *dgst_raw_length);  char *key_fingerprint_raw(Key *k, enum digest_algorithm dgst_alg, int *dgst_raw_length);
46  char *key_fingerprint(Key *key, enum fp_rep dgst_rep, enum fp_type dgst_type);  char *key_fingerprint(Key *key, enum fp_rep dgst_rep, enum fp_type dgst_type);
47    
48  const char *ssh_key_type(ssh_keytype type);  const char *ssh_key_type(ssh_keytype type);

Legend:
Removed from v.6117  
changed lines
  Added in v.6120

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26