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 6147 by maya, Tue Nov 17 09:31:03 2015 UTC revision 6817 by maya, Fri Jun 23 14:58:54 2017 UTC
# Line 50  const char *ssh_key_type(ssh_keytype typ Line 50  const char *ssh_key_type(ssh_keytype typ
50  char *get_sshname_from_key(Key *key);  char *get_sshname_from_key(Key *key);
51  enum hostkey_type get_keytype_from_name(char *name);  enum hostkey_type get_keytype_from_name(char *name);
52  char *curve_keytype_to_name(ssh_keytype type);  char *curve_keytype_to_name(ssh_keytype type);
53    ssh_keytype key_curve_name_to_keytype(char *name);
54    
55  Key *key_new_private(int type);  Key *key_new_private(int type);
56  Key *key_new(int type);  Key *key_new(int type);
# Line 68  ssh_keytype nid_to_keytype(int nid); Line 69  ssh_keytype nid_to_keytype(int nid);
69  void key_private_serialize(Key *key, buffer_t *b);  void key_private_serialize(Key *key, buffer_t *b);
70  Key *key_private_deserialize(buffer_t *blob);  Key *key_private_deserialize(buffer_t *blob);
71    
72    int key_ec_validate_private(EC_KEY *key);
73    int key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public);
74    
75  int update_client_input_hostkeys(PTInstVar pvar, char *dataptr, int datalen);  int update_client_input_hostkeys(PTInstVar pvar, char *dataptr, int datalen);
76    
77  #endif  #endif

Legend:
Removed from v.6147  
changed lines
  Added in v.6817

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