summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Andreas Schneider2012-03-092-2/+2
* auth: Fix build warning.Andreas Schneider2012-02-201-1/+1
* server: Add ecdsa hostkey support.Andreas Schneider2012-02-194-13/+80
* examples: Fix sparse warnings in sshd examples.Andreas Schneider2012-02-192-14/+12
* examples: Make variabes static in client sample.Andreas Schneider2012-02-191-6/+7
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-2/+3
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-4/+4
* threads: Make libcrypto_mutexes static.Andreas Schneider2012-02-191-1/+1
* threads: Fix function defintions.Andreas Schneider2012-02-191-2/+2
* pcap: Fix definition of ssh_pcap_file_new().Andreas Schneider2012-02-191-1/+1
* packet: Make default_packet_handlers static.Andreas Schneider2012-02-192-2/+2
* misc: Improve byte swapping of ntohll().Andreas Schneider2012-02-191-6/+8
* misc: Fix definitions of ssh_list_new().Andreas Schneider2012-02-191-1/+1
* auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider2012-02-191-3/+11
* cmake: Update FindCMokery.Andreas Schneider2012-02-082-43/+42
* doc: Add a note about makefile generators on Windows.Andreas Schneider2012-02-081-0/+2
* doc: Add more infor about Windows binaries.Andreas Schneider2012-02-081-1/+18
* Fixed a compiling error in src/log.c on Win32 with MSVCzhengfish2012-02-071-0/+4
* tests: Fix known_hosts test.Andreas Schneider2012-02-071-2/+2
* SubmittingPatches: Fix version number and typo.Andreas Schneider2012-02-061-3/+3
* Add SubmittingPatches document.Andreas Schneider2012-02-061-0/+118
* auth: Fix SSHv1 build.Andreas Schneider2012-02-061-2/+2
* session: Use a struct for all options.Andreas Schneider2012-02-0516-227/+236
* tests: Turn debug crypto on in ctest.Andreas Schneider2012-02-051-1/+1
* dh: Fix build with DEBUG_CRYPTO.Andreas Schneider2012-02-052-6/+10
* pki: Add ecdsa support for signature verification.Andreas Schneider2012-02-041-8/+24
* crypto: Add evp hashing function.Andreas Schneider2012-02-044-0/+40
* pki: Fix openssl ecdsa signature from blob.Andreas Schneider2012-02-041-34/+62
* pki: Fix ssh_pki_log function.Andreas Schneider2012-02-041-1/+1
* pki: Make a strcmp better readable.Andreas Schneider2012-02-041-1/+1
* kex: Add support for ecdsa hostkeys.Andreas Schneider2012-02-041-2/+4
* kex: Add a define for the kex method size.Andreas Schneider2012-02-041-16/+19
* pki: Don't free a const key!Andreas Schneider2012-02-041-1/+0
* sftp: Fix memory leak in sftp_free() on server.Andreas Schneider2012-02-041-0/+3
* ecdh: Fix a memory leak in ecdh_build_k().Andreas Schneider2012-02-041-5/+9
* ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider2012-02-041-0/+1
* pki: Update copyright.Andreas Schneider2012-02-042-2/+2
* cmake: Disable gcrypt ECC.Andreas Schneider2012-02-041-2/+2
* pki: Add ecdsa gcrypt stubs.Andreas Schneider2012-02-041-0/+20
* cmake: Enable ECC support for GCrypt 1.5.0 or newer.Andreas Schneider2012-02-043-2/+9
* cmake: Update GCrypt module.Andreas Schneider2012-02-042-45/+50
* pki: Fix build if you don't have ECC support.Andreas Schneider2012-02-043-14/+34
* tests: Test ecdsa key generation and signing.Andreas Schneider2012-02-041-0/+45
* pki: Add ecdsa support to do_sign_sessionid.Andreas Schneider2012-02-041-0/+8
* pki: Add ecdsa support to do_sign.Andreas Schneider2012-02-041-0/+14
* pki: Add ecdsa support for signature_verify.Andreas Schneider2012-02-041-0/+14
* pki: Add ecdsa support for signature_from_blob.Andreas Schneider2012-02-041-0/+50
* pki: Add ecdsa support for signature_to_blob.Andreas Schneider2012-02-042-1/+42
* pki: Add support to generate ecdsa keys.Andreas Schneider2012-02-043-4/+48
* tests: Add duplicate ecdsa key test.Andreas Schneider2012-02-041-0/+49