aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-19threads: Fix function defintions.Andreas Schneider1-2/+2
2012-02-19pcap: Fix definition of ssh_pcap_file_new().Andreas Schneider1-1/+1
2012-02-19packet: Make default_packet_handlers static.Andreas Schneider2-2/+2
2012-02-19misc: Improve byte swapping of ntohll().Andreas Schneider1-6/+8
2012-02-19misc: Fix definitions of ssh_list_new().Andreas Schneider1-1/+1
2012-02-19auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider1-3/+11
2012-02-08cmake: Update FindCMokery.Andreas Schneider2-43/+42
2012-02-08doc: Add a note about makefile generators on Windows.Andreas Schneider1-0/+2
2012-02-08doc: Add more infor about Windows binaries.Andreas Schneider1-1/+18
2012-02-07Fixed a compiling error in src/log.c on Win32 with MSVCzhengfish1-0/+4
2012-02-07tests: Fix known_hosts test.Andreas Schneider1-2/+2
2012-02-06SubmittingPatches: Fix version number and typo.Andreas Schneider1-3/+3
2012-02-06Add SubmittingPatches document.Andreas Schneider1-0/+118
2012-02-06auth: Fix SSHv1 build.Andreas Schneider1-2/+2
2012-02-05session: Use a struct for all options.Andreas Schneider16-227/+236
2012-02-05tests: Turn debug crypto on in ctest.Andreas Schneider1-1/+1
2012-02-05dh: Fix build with DEBUG_CRYPTO.Andreas Schneider2-6/+10
2012-02-04pki: Add ecdsa support for signature verification.Andreas Schneider1-8/+24
2012-02-04crypto: Add evp hashing function.Andreas Schneider4-0/+40
2012-02-04pki: Fix openssl ecdsa signature from blob.Andreas Schneider1-34/+62
2012-02-04pki: Fix ssh_pki_log function.Andreas Schneider1-1/+1
2012-02-04pki: Make a strcmp better readable.Andreas Schneider1-1/+1
2012-02-04kex: Add support for ecdsa hostkeys.Andreas Schneider1-2/+4
2012-02-04kex: Add a define for the kex method size.Andreas Schneider1-16/+19
2012-02-04pki: Don't free a const key!Andreas Schneider1-1/+0
2012-02-04sftp: Fix memory leak in sftp_free() on server.Andreas Schneider1-0/+3
2012-02-04ecdh: Fix a memory leak in ecdh_build_k().Andreas Schneider1-5/+9
2012-02-04ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider1-0/+1
2012-02-04pki: Update copyright.Andreas Schneider2-2/+2
2012-02-04cmake: Disable gcrypt ECC.Andreas Schneider1-2/+2
2012-02-04pki: Add ecdsa gcrypt stubs.Andreas Schneider1-0/+20
2012-02-04cmake: Enable ECC support for GCrypt 1.5.0 or newer.Andreas Schneider3-2/+9
2012-02-04cmake: Update GCrypt module.Andreas Schneider2-45/+50
2012-02-04pki: Fix build if you don't have ECC support.Andreas Schneider3-14/+34
2012-02-04tests: Test ecdsa key generation and signing.Andreas Schneider1-0/+45
2012-02-04pki: Add ecdsa support to do_sign_sessionid.Andreas Schneider1-0/+8
2012-02-04pki: Add ecdsa support to do_sign.Andreas Schneider1-0/+14
2012-02-04pki: Add ecdsa support for signature_verify.Andreas Schneider1-0/+14
2012-02-04pki: Add ecdsa support for signature_from_blob.Andreas Schneider1-0/+50
2012-02-04pki: Add ecdsa support for signature_to_blob.Andreas Schneider2-1/+42
2012-02-04pki: Add support to generate ecdsa keys.Andreas Schneider3-4/+48
2012-02-04tests: Add duplicate ecdsa key test.Andreas Schneider1-0/+49
2012-02-04tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider1-0/+44
2012-02-04tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider1-0/+26
2012-02-04pki: Fix ecdsa key dup.Andreas Schneider1-0/+2
2012-02-04tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider1-0/+40
2012-02-04pki: Add support to import ecdsa pubkeys.Andreas Schneider3-1/+93
2012-02-04cmake: Add a define to see if we have ecc support.Andreas Schneider2-0/+7
2012-02-04pki: Add support for export ecdsa pubkeys.Andreas Schneider1-0/+116
2012-02-04tests: Add test for reading ecdsa privkey.Andreas Schneider1-0/+39