aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/pki.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-15pki: Add ssh_pki_publickey_to_string().Andreas Schneider1-0/+2
2011-08-15pki: Flags are a bit mask so use hex.Andreas Schneider1-3/+3
2011-08-15pki: Cleanup pki header.Andreas Schneider1-11/+15
2011-08-15pki: Added ssh_key_dup().Andreas Schneider1-1/+2
2011-08-13pki: Add ssh_pki_import_pubkey_string().Andreas Schneider1-0/+3
2011-08-13pki: Use const.Andreas Schneider1-3/+4
2011-08-08pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider1-0/+8
2011-08-08pki: Add pki_do_sign().Andreas Schneider1-0/+2
2011-08-08pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider1-0/+1
2011-08-08pki: Create pki_publickey_from_privatekey().Andreas Schneider1-0/+1
2011-08-08pki: Improve ssh_key_import_private().Andreas Schneider1-2/+1
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider1-0/+3
2011-08-08pki: Add pki_privatekey_type_from_string().Andreas Schneider1-0/+6
2011-08-08pki: Add placeholder for ecdsa and certs.Andreas Schneider1-0/+2
2011-06-15pki: Make ssh_key_is_private() a public function.Andreas Schneider1-2/+0
2011-06-15pki: Make ssh_key_is_public() a public function.Andreas Schneider1-1/+0
2011-06-11pki: Make ssh_key_type a public function.Andreas Schneider1-1/+0
2011-04-18[pki] remove unused functionsmilo1-3/+0
2011-04-14[pki] added ssh_pki_do_sign() functionmilo1-0/+2
2011-04-14[pki] Added conversion functions to migrate seemlessly to ssh_keymilo1-0/+6
2011-04-14[pki] Added ssh_pki_publickey_from_privatekey() functionmilo1-0/+3
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo1-0/+3
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo1-2/+0
2010-09-28pki: Added GPL to header file.Andreas Schneider1-0/+21
2010-05-02Forgot the pki filesAris Adamantiadis1-0/+28