summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstream: Request RSA-SHA2 signatures forV_7_9djm@openbsd.org2018-12-281-3/+5
* fix configure test for OpenSSL versionDamien Miller2018-11-231-1/+1
* upstream: fix bug in HostbasedAcceptedKeyTypes anddjm@openbsd.org2018-11-161-5/+34
* Remove hardcoded service name in cygwin setup.Darren Tucker2018-11-111-1/+1
* Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker2018-11-081-1/+1
* Include openssl compatibility.Darren Tucker2018-10-222-0/+3
* fix compile for openssl 1.0.x w/ --with-ssl-engineDamien Miller2018-10-221-1/+1
* Require OpenSSL 1.1.x series 1.1.0g or greaterV_7_9_P1Damien Miller2018-10-171-9/+13
* unbreak compilation with --with-ssl-engineDamien Miller2018-10-171-1/+1
* Remove gcc spectre mitigation flags.Darren Tucker2018-10-161-9/+0
* Avoid deprecated OPENSSL_config when using 1.1.xDamien Miller2018-10-161-0/+6
* Don't avoid our *sprintf replacements.Darren Tucker2018-10-121-0/+9
* Check if snprintf understands %zu.Darren Tucker2018-10-121-0/+23
* remove stale link, tweakDamien Miller2018-10-121-5/+1
* update version numbers ahead of releaseDamien Miller2018-10-123-3/+3
* upstream: don't send new-style rsa-sha2-*-cert-v01@openssh.com names todjm@openbsd.org2018-10-121-2/+3
* update dependsDamien Miller2018-10-111-3/+3
* some more duplicated key algorithm linesDamien Miller2018-10-111-4/+0
* fix duplicated algorithm specification linesDamien Miller2018-10-111-4/+0
* upstream: typo in plain RSA algorithm counterpart names fordjm@openbsd.org2018-10-111-3/+3
* check pw_passwd != NULL here tooDamien Miller2018-10-111-0/+3
* check for NULL return from shadow_pw()Damien Miller2018-10-111-0/+3
* upstream: introducing openssh 7.9deraadt@openbsd.org2018-10-111-2/+2
* supply callback to PEM_read_bio_PrivateKeyDamien Miller2018-10-111-1/+15
* in pick_salt() avoid dereference of NULL passwordsDamien Miller2018-10-101-1/+2
* upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrasedjm@openbsd.org2018-10-091-2/+11
* upstream: Support using service names for port numbers.naddy@openbsd.org2018-10-072-10/+23
* upstream: when the peer sends a channel-close message, make sure wedjm@openbsd.org2018-10-041-1/+23
* upstream: factor out channel status formatting fromdjm@openbsd.org2018-10-041-13/+24
* upstream: include a little more information about the status anddjm@openbsd.org2018-10-044-29/+64
* upstream: explicit_bzero here to be consistent with other kex*.c;djm@openbsd.org2018-10-041-1/+2
* upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org2018-10-036-16/+72
* upstream: mention INFO@openssh.com for sending SIGINFOdjm@openbsd.org2018-10-021-1/+8
* only support SIGINFO on systems with SIGINFODamien Miller2018-10-021-0/+2
* upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org2018-10-022-2/+77
* upstream: remove big ugly TODO comment from start of file. Some ofdjm@openbsd.org2018-09-261-14/+1
* upstream: Document mux proxy mode; added by Markus in openssh-7.4djm@openbsd.org2018-09-261-37/+107
* upstream: s/process_mux_master/mux_master_process/ in mux masterdjm@openbsd.org2018-09-261-36/+38
* Remove unused variable in _ssh_compat_fflush.Darren Tucker2018-09-221-4/+4
* Import updated moduli.Darren Tucker2018-09-221-437/+427
* upstream: Allow ssh_config ForwardX11Timeout=0 to disable thedjm@openbsd.org2018-09-212-16/+33
* upstream: when compiled with GSSAPI support, cache supported methoddjm@openbsd.org2018-09-211-3/+2
* upstream: In sshkey_in_file(), ignore keys that are considered fordjm@openbsd.org2018-09-211-4/+10
* upstream: Treat connections with ProxyJump specified the same as onesdjm@openbsd.org2018-09-212-7/+8
* upstream: actually make CASignatureAlgorithms available as a configdjm@openbsd.org2018-09-211-1/+2
* upstream: Import updated moduli.dtucker@openbsd.org2018-09-211-0/+1
* upstream: reorder CASignatureAlgorithms, and add them to thejmc@openbsd.org2018-09-214-19/+22
* upstream: fix "ssh -Q sig" to show correct signature algorithm listdjm@openbsd.org2018-09-201-2/+2
* upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org2018-09-204-10/+42
* upstream: Add sshd_config CASignatureAlgorithms option to allowdjm@openbsd.org2018-09-205-9/+45