Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/hostkey.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|