aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-23auth: Rename ask_userauth.Andreas Schneider1-11/+15
2011-08-23pki: Add more return values for file importing functions.Andreas Schneider1-3/+28
2011-08-23poll: Just make the code a bit more readable.Andreas Schneider1-4/+6
2011-08-23server: Fix a build warning.Andreas Schneider1-1/+1
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider3-74/+44
2011-08-22agent: Fix memory leak.Andreas Schneider2-5/+21
2011-08-22pki: Fix memleak in gcrypt pki_publickey_to_blob().Andreas Schneider1-0/+1
2011-08-22dh: Remove obsolete signature functions.Andreas Schneider1-140/+0
2011-08-22client: Migrate to new signature pki.Andreas Schneider1-6/+10
2011-08-22server: Migrate more functions to new pki.Andreas Schneider2-59/+83
2011-08-22pki: Improve pki gcrypt error reports.Andreas Schneider1-4/+8
2011-08-22pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider1-0/+38
2011-08-22pki: Add ssh_pki_signature_verify_blob().Andreas Schneider3-0/+172
2011-08-22pki: Fix gcrypt pki_signature_from_blob().Andreas Schneider1-0/+1
2011-08-22misc: Add ssh_match_group().Andreas Schneider2-25/+29
2011-08-22server: Migrate hostkey check to new pki.Andreas Schneider2-7/+8
2011-08-22auth: Fix ssh_auth_list() documentation.Andreas Schneider1-1/+1
2011-08-22keys: Remove unused obsolete ssh_sign_session_id().Andreas Schneider1-95/+0
2011-08-22server: Use new pki infrastructure.Andreas Schneider3-59/+37
2011-08-22pki: Fix switch in crypto pki_signature_to_blob().Andreas Schneider1-0/+2
2011-08-22kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.Andreas Schneider2-64/+66
2011-08-22pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider3-0/+138
2011-08-22messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider2-65/+119
2011-08-22pki: Migrate signature functions to legacy code.Andreas Schneider2-331/+85
2011-08-22pki: Ensure sig_blob isn't used uninitialized.Andreas Schneider2-3/+6
2011-08-21pki: Add ssh_pki_do_sign_agent().Andreas Schneider1-0/+53
2011-08-21agent: Add ssh_agent_sign_data().Andreas Schneider1-1/+89
2011-08-21pki: Fix possible segfault in ssh_key_type_from_name().Andreas Schneider1-19/+23
2011-08-21pki: Fix ssh_key_dup() with gcrypt.Andreas Schneider1-3/+3
2011-08-21pki: Fix setting flags in ssh_key_dup().Andreas Schneider2-9/+18
2011-08-21pki: Create a pki private header file.Andreas Schneider4-0/+4
2011-08-21pki: Add ssh_pki_import_signature_blob().Andreas Schneider3-0/+244
2011-08-21pki: Add ssh_pki_export_signature_blob().Andreas Schneider3-0/+166
2011-08-20pki: Introduce ssh_signature.Andreas Schneider1-0/+43
2011-08-20pki: Add _RSA_do_sign to pki_crypto.Andreas Schneider1-1/+31
2011-08-20pki: Fix build warnings.Andreas Schneider1-0/+1
2011-08-20pki: Remove unused variables.Andreas Schneider1-3/+0
2011-08-20session: Fix ssh_free() with NULL argument.Andreas Schneider1-1/+1
2011-08-19pki: Use a consistent naming scheme.Andreas Schneider4-12/+12
2011-08-16tests: Added test for pubkey from privkey.Andreas Schneider1-5/+5
2011-08-16pki: Add ssh_pki_export_publickey_file().Andreas Schneider1-1/+60
2011-08-16misc: Remove session from ssh_get_local_username().Andreas Schneider3-22/+18
2011-08-16pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider1-7/+7
2011-08-16pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider3-42/+28
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider5-115/+153
2011-08-16pki: Make publickey_to_string a legacy function.Andreas Schneider2-233/+23
2011-08-16pki: Make publickey_from_string a legacy function.Andreas Schneider2-199/+29
2011-08-16pki: Fix memleak in privatekey_from_file().Andreas Schneider1-0/+5
2011-08-16pki: Fix memleak in pki_import_pubkey_buffer().Andreas Schneider1-0/+2
2011-08-16pki: Add ssh_pki_log function.Andreas Schneider1-2/+8