summaryrefslogtreecommitdiffstats
path: root/src/pki_gcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* pki: Ensure sig_blob isn't used uninitialized.Andreas Schneider2011-08-221-1/+3
* pki: Fix ssh_key_dup() with gcrypt.Andreas Schneider2011-08-211-3/+3
* pki: Fix setting flags in ssh_key_dup().Andreas Schneider2011-08-211-8/+13
* pki: Create a pki private header file.Andreas Schneider2011-08-211-0/+1
* pki: Add ssh_pki_import_signature_blob().Andreas Schneider2011-08-211-0/+80
* pki: Add ssh_pki_export_signature_blob().Andreas Schneider2011-08-211-0/+64
* pki: Remove unused variables.Andreas Schneider2011-08-201-3/+0
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-1/+1
* misc: Remove session from ssh_get_local_username().Andreas Schneider2011-08-161-1/+1
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-21/+15
* pki: Make publickey_from_file() a legacy function.Andreas Schneider2011-08-161-85/+0
* pki: Move ssh_privatekey_type and privatekey_free to legacy.Andreas Schneider2011-08-161-35/+0
* Fixed typos in ssh_pki_publickey_to_stringmilo2011-08-151-10/+10
* pki: Add ssh_pki_publickey_to_string().Andreas Schneider2011-08-151-0/+178
* pki: Fix ssh_key_dup().Andreas Schneider2011-08-151-2/+2
* pki: Added ssh_key_dup().Andreas Schneider2011-08-151-41/+144
* pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider2011-08-081-0/+32
* pki: Add pki_do_sign().Andreas Schneider2011-08-081-0/+43
* pki: Move _privatekey_from_file to legacy.c.Andreas Schneider2011-08-081-366/+0
* pki: Create pki_publickey_from_privatekey().Andreas Schneider2011-08-081-0/+157
* pki: Improve ssh_key_import_private().Andreas Schneider2011-08-081-62/+0
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-081-178/+91
* pki: Move keyfiles to pki_gcrypt.c.Andreas Schneider2011-08-081-0/+1563