aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-04pki: Add support to import ecdsa private keys.Andreas Schneider3-0/+58
2012-02-04pki: Add ECDSA for key compare.Andreas Schneider1-0/+29
2012-02-04pki: Fix typo in error message.Andreas Schneider1-1/+1
2012-01-30examples: Fix PTY allocation error.Anthony VEREZ1-1/+6
2012-01-05Ignore and debug messages can be sent using public APIMartin Drasar2-0/+92
2012-01-03Fix logic erorr with brace-less conditional statementLee Hambley1-1/+2
2012-01-02patch pki_gcrypt.c to be compilable without CMakerofl0r1-0/+4
2012-01-02commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r2-0/+12
2012-01-02session: Cleanup timeout functions.rofl0r3-22/+40
2012-01-02message: Fix compiler warning.Andreas Schneider1-1/+1
2012-01-01auth: Fix public key authentication so we can continue.Andreas Schneider1-1/+3
2012-01-01auth: Fix a possible double free.Andreas Schneider1-0/+2
2012-01-01message: Handle all unknown global messages.rofl0r1-1/+4
2011-12-27torture: Fix compilation with cmockery.Andreas Schneider1-1/+2
2011-12-14options: Fix typo in ssh_options_get() docs.Andreas Schneider1-1/+1
2011-11-17sftp: Add references to sftp_get_error() to docs.Andreas Schneider1-0/+36