summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Thanks to Tom Judge for the report.
* ecdh: Fix a memory leak in ecdh_build_k().Andreas Schneider2012-02-041-5/+9
| | | | Thanks to Tom Judge for the report.
* ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider2012-02-041-0/+1
| | | | Thanks to Tom Judge for the report.
* 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
|
* tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider2012-02-041-0/+44
|
* tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider2012-02-041-0/+26
|
* pki: Fix ecdsa key dup.Andreas Schneider2012-02-041-0/+2
|
* tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider2012-02-041-0/+40
|
* pki: Add support to import ecdsa pubkeys.Andreas Schneider2012-02-043-1/+93
|
* cmake: Add a define to see if we have ecc support.Andreas Schneider2012-02-042-0/+7
|
* pki: Add support for export ecdsa pubkeys.Andreas Schneider2012-02-041-0/+116
|
* tests: Add test for reading ecdsa privkey.Andreas Schneider2012-02-041-0/+39
|
* pki: Add support to import ecdsa private keys.Andreas Schneider2012-02-043-0/+58
|
* pki: Add ECDSA for key compare.Andreas Schneider2012-02-041-0/+29
|
* pki: Fix typo in error message.Andreas Schneider2012-02-041-1/+1
|
* examples: Fix PTY allocation error.Anthony VEREZ2012-01-301-1/+6
|
* Ignore and debug messages can be sent using public APIMartin Drasar2012-01-052-0/+92
| | | | | Signed-off-by: Martin Drasar <drasar@ics.muni.cz> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Fix logic erorr with brace-less conditional statementLee Hambley2012-01-031-1/+2
|
* patch pki_gcrypt.c to be compilable without CMakerofl0r2012-01-021-0/+4
|
* commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r2012-01-022-0/+12
|
* session: Cleanup timeout functions.rofl0r2012-01-023-22/+40
| | | | | | It is possible that we get unrelated packets while waiting for termination, thus waiting indefinitely. As a workaround we have to check the user-supplied timeout.
* message: Fix compiler warning.Andreas Schneider2012-01-021-1/+1
|
* auth: Fix public key authentication so we can continue.Andreas Schneider2012-01-011-1/+3
|
* auth: Fix a possible double free.Andreas Schneider2012-01-011-0/+2
|
* message: Handle all unknown global messages.rofl0r2012-01-011-1/+4
| | | | | Reply to unknown global messages as required by the RFC. Therefore keepalive@openssh.com style messages should get treated in a sane way.
* torture: Fix compilation with cmockery.Andreas Schneider2011-12-271-1/+2
|