Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/hostkey.h

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

revision 10068 by doda, Sun Jul 17 15:39:53 2022 UTC revision 10069 by doda, Sun Jul 17 15:40:06 2022 UTC
# Line 91  typedef enum { Line 91  typedef enum {
91  ssh_keytype get_hostkey_type_from_name(char *name);  ssh_keytype get_hostkey_type_from_name(char *name);
92  char* get_ssh2_hostkey_type_name(ssh_keytype type);  char* get_ssh2_hostkey_type_name(ssh_keytype type);
93  char *get_ssh2_hostkey_type_name_from_key(Key *key);  char *get_ssh2_hostkey_type_name_from_key(Key *key);
94  ssh_keyalgo get_ssh2_keyalgo_from_name(const char *name);  ssh_keyalgo get_ssh2_hostkey_algorithm_from_name(const char *name);
95  char* get_ssh2_keyalgo_name(ssh_keyalgo algo);  char* get_ssh2_hostkey_algorithm_name(ssh_keyalgo algo);
96  int get_ssh2_key_hashtype(ssh_keyalgo algo);  int get_ssh2_key_hashtype(ssh_keyalgo algo);
97  ssh_keytype get_ssh2_keytype_from_keyalgo(ssh_keyalgo algo);  ssh_keytype get_ssh2_hostkey_type_from_algorithm(ssh_keyalgo algo);
98  const char* get_ssh2_keytype_name_from_keyalgo(ssh_keyalgo algo);  const char* get_ssh2_hostkey_type_name_from_algorithm(ssh_keyalgo algo);
99  char* get_digest_algorithm_name(digest_algorithm id);  char* get_digest_algorithm_name(digest_algorithm id);
100    
101  void normalize_host_key_order(char *buf);  void normalize_host_key_order(char *buf);

Legend:
Removed from v.10068  
changed lines
  Added in v.10069

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