summaryrefslogtreecommitdiffstats
path: root/src/pki_gcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* pki: Use the standard logging functionAndreas Schneider2015-09-071-14/+20
* Revert "pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519"Aris Adamantiadis2015-02-031-9/+0
* libgcrypt: Make the PEM parser ed25519 awareAris Adamantiadis2015-02-021-0/+54
* pki_gcrypt: fix DSA signature extractionJon Simons2014-12-091-3/+29
* pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+9
* pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'Artyom V. Poptsov2014-10-021-0/+1
* pki: Use ssh_buffer_add_data() in pki_gcrypt..Andreas Schneider2014-01-221-3/+3
* pki: Do not use deprecated string functions.Andreas Schneider2014-01-171-1/+1
* pki: fix gcrypt signature processAris Adamantiadis2014-01-071-1/+1
* pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider2013-11-271-0/+13
* pki: Add ecdsa gcrypt stubs.Andreas Schneider2012-02-041-0/+20
* patch pki_gcrypt.c to be compilable without CMakerofl0r2012-01-021-0/+4
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-291-0/+99
* pki: ssh_pki_generateAris Adamantiadis2011-09-241-0/+27
* pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider2011-09-051-0/+45
* keys: Remove keys.h where it is obsolete.Andreas Schneider2011-08-301-1/+0
* Include stdio.h for snprintfmilo2011-08-301-0/+1
* pki: Fix gcrypt includes and update copyright.Andreas Schneider2011-08-281-8/+3
* pki: Get rid of the string.h include in pki_gcrypt.c.Andreas Schneider2011-08-281-17/+28
* pki: Compile pki_gcrypt.c only if we need it.Andreas Schneider2011-08-281-29/+1
* keyfiles: Remove keyfiles.h.Andreas Schneider2011-08-281-1/+0
* keyfiles: Remove try_publickey_from_file().Andreas Schneider2011-08-281-83/+0
* keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2011-08-281-63/+0
* keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2011-08-281-78/+0
* pki: Handle hash correctly.Andreas Schneider2011-08-261-26/+33
* Quick fix for gcrypt DSA signaturemilo2011-08-261-5/+22
* pki: Migrate ssh_pki_do_sign to new pki.Andreas Schneider2011-08-261-23/+36
* pki: Fix memleak in gcrypt pki_publickey_to_blob().Andreas Schneider2011-08-221-0/+1
* pki: Improve pki gcrypt error reports.Andreas Schneider2011-08-221-4/+8
* pki: Add ssh_pki_signature_verify_blob().Andreas Schneider2011-08-221-0/+66
* pki: Fix gcrypt pki_signature_from_blob().Andreas Schneider2011-08-221-0/+1
* pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider2011-08-221-0/+58
* 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