aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-04cmake: Build ssh_server_fuzzer if enabledAndreas Schneider4-2/+48
2018-02-04tests: Added a fuzzer for the serverAlex Gaynor1-0/+101
2018-02-01Set channel as bound when accepting channel open requestMeng Tan1-0/+1
2018-01-29libssh: Bump the version to 0.7.90Andreas Schneider2-3/+3
2018-01-18dh: Use calloc() instead of malloc()Andreas Schneider1-1/+1
2018-01-18pki_gcrypt: Use calloc() instead of malloc()Andreas Schneider1-1/+1
2018-01-18threads: Use calloc() instead of malloc()Andreas Schneider1-1/+1
2018-01-18sftpserver: Use calloc() instead of malloc()Andreas Schneider1-2/+1
2018-01-18server: Use calloc() instead of malloc()Andreas Schneider1-2/+2
2018-01-18kex: Use calloc() instead of malloc()Andreas Schneider1-2/+2
2018-01-18channels: Use calloc() instead of malloc()Andreas Schneider1-3/+3
2018-01-18auth: Use calloc() instead of malloc()Andreas Schneider1-4/+2
2018-01-10torture_pki_ed25519: Add tests for private key with passphraseAndreas Schneider1-0/+43
2018-01-10torture_pki_ecdsa: Add tests for private key with passphraseAndreas Schneider1-0/+42
2018-01-10torture_key: Add ecdsa keys with passphraseAndreas Schneider1-3/+35
2018-01-10torture_pki_dsa: Add tests for private key with passphraseAndreas Schneider1-0/+42
2018-01-10torture_pki_rsa: Add tests for private key with passphraseAndreas Schneider1-0/+42
2018-01-10pki_crypto: Fix private key generation with passwordAndreas Schneider4-6/+6
2018-01-10tests: Move torture keys to own fileAndreas Schneider11-335/+410
2018-01-10cmake: Move ed25519 tests into unix partAndreas Schneider1-1/+1
2018-01-10tests: Move rsa tests to own test fileAndreas Schneider3-523/+549
2018-01-10tests: Remove obsolete setup_both_keys()Andreas Schneider1-10/+0
2018-01-10tests: Move ed25519 functions to the right fileAndreas Schneider2-289/+308
2018-01-10tests: Move ecdsa tests to own test fileAndreas Schneider3-487/+497
2018-01-10tests: Move dsa tests to own test fileAndreas Schneider3-387/+439
2018-01-10tests: Move helper functions to a common fileAndreas Schneider4-70/+101
2018-01-10libgcrypt: Add missing config.h includeAndreas Schneider2-0/+4
2018-01-10torture: Give sshd more time to start upAndreas Schneider1-1/+1
2018-01-04tests: Fix torture_pki with libcryptoAndreas Schneider1-1/+3
2018-01-02Happy new year!Andreas Schneider1-3/+5
2017-12-28pki: Fix accidental ECC switch case fallthroughs into ed25119 cases when buil...jvijtiuk2-3/+5
2017-12-28config: Avoid long -> int -> long casting for timeout configuration optionJakub Jelen1-5/+6
2017-12-28add mbedtls crypto supportJuraj Vijtiuk42-10/+3526
2017-12-28options: Rewrite set() description to get()Jakub Jelen1-6/+2
2017-12-21options: Move SSH_OPTIONS_ADD_IDENTITY to *set() function descriptionJakub Jelen1-14/+5
2017-12-21docs: correction for importing key fileEric Bentley1-1/+1
2017-12-21tests/client/algorithms: Respect global verbosity settingsJakub Jelen1-0/+3
2017-12-21tests/config: Verify LogLevel from config is appliedJakub Jelen1-0/+10
2017-12-21tests/config: Newly parsed optionsJakub Jelen1-3/+10
2017-12-21tests/config: Enable and disable authentication methodsJakub Jelen1-0/+80
2017-12-21tests/config: Verify known_hosts files are appliedJakub Jelen1-0/+26
2017-12-21tests: HostkeyAlgorithms passed from config to optionsJakub Jelen2-0/+32
2017-12-21config: Add CMake check for glob()Jakub Jelen4-2/+25
2017-12-21config: glob support for include with testNoName1152-1/+69
2017-12-15config: support for MACsJakub Jelen3-1/+23
2017-12-15tests/config: Text KexAlgorithms parsing in ssh_configJakub Jelen1-1/+5
2017-12-15tests/options: Verify key exchange algorithms are set properlyJakub Jelen1-0/+29
2017-12-15config: Set global log level from configuration fileJakub Jelen1-5/+10
2017-12-15options: Typo. The expand character is %dJakub Jelen1-1/+1
2017-12-15config: Remove MAC option (SSHv1)Jakub Jelen1-9/+1