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 6120 by maya, Fri Nov 13 05:06:34 2015 UTC revision 6145 by maya, Tue Nov 17 04:37:00 2015 UTC
# Line 41  int key_verify(Key *key, Line 41  int key_verify(Key *key,
41  RSA *duplicate_RSA(RSA *src);  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    BOOL key_copy(Key *dest, Key *src);
45    
46  char *key_fingerprint_raw(Key *k, enum digest_algorithm dgst_alg, int *dgst_raw_length);  char *key_fingerprint_raw(Key *k, enum digest_algorithm dgst_alg, int *dgst_raw_length);
47  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);

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

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