summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-28upstream: Request RSA-SHA2 signatures forV_7_9djm@openbsd.org
2018-11-23fix configure test for OpenSSL versionDamien Miller
2018-11-16upstream: fix bug in HostbasedAcceptedKeyTypes anddjm@openbsd.org
2018-11-11Remove hardcoded service name in cygwin setup.Darren Tucker
2018-11-08Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker
2018-10-22Include openssl compatibility.Darren Tucker
2018-10-22fix compile for openssl 1.0.x w/ --with-ssl-engineDamien Miller
2018-10-17Require OpenSSL 1.1.x series 1.1.0g or greaterV_7_9_P1Damien Miller
2018-10-17unbreak compilation with --with-ssl-engineDamien Miller
2018-10-16Remove gcc spectre mitigation flags.Darren Tucker
2018-10-16Avoid deprecated OPENSSL_config when using 1.1.xDamien Miller
2018-10-12Don't avoid our *sprintf replacements.Darren Tucker
2018-10-12Check if snprintf understands %zu.Darren Tucker
2018-10-12remove stale link, tweakDamien Miller
2018-10-12update version numbers ahead of releaseDamien Miller
2018-10-12upstream: don't send new-style rsa-sha2-*-cert-v01@openssh.com names todjm@openbsd.org
2018-10-11update dependsDamien Miller
2018-10-11some more duplicated key algorithm linesDamien Miller
2018-10-11fix duplicated algorithm specification linesDamien Miller
2018-10-11upstream: typo in plain RSA algorithm counterpart names fordjm@openbsd.org
2018-10-11check pw_passwd != NULL here tooDamien Miller
2018-10-11check for NULL return from shadow_pw()Damien Miller
2018-10-11upstream: introducing openssh 7.9deraadt@openbsd.org
2018-10-11supply callback to PEM_read_bio_PrivateKeyDamien Miller
2018-10-10in pick_salt() avoid dereference of NULL passwordsDamien Miller
2018-10-09upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrasedjm@openbsd.org
2018-10-07upstream: Support using service names for port numbers.naddy@openbsd.org
2018-10-04upstream: when the peer sends a channel-close message, make sure wedjm@openbsd.org
2018-10-04upstream: factor out channel status formatting fromdjm@openbsd.org
2018-10-04upstream: include a little more information about the status anddjm@openbsd.org
2018-10-04upstream: explicit_bzero here to be consistent with other kex*.c;djm@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-10-02upstream: mention INFO@openssh.com for sending SIGINFOdjm@openbsd.org
2018-10-02only support SIGINFO on systems with SIGINFODamien Miller
2018-10-02upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org
2018-09-26upstream: remove big ugly TODO comment from start of file. Some ofdjm@openbsd.org
2018-09-26upstream: Document mux proxy mode; added by Markus in openssh-7.4djm@openbsd.org
2018-09-26upstream: s/process_mux_master/mux_master_process/ in mux masterdjm@openbsd.org
2018-09-22Remove unused variable in _ssh_compat_fflush.Darren Tucker
2018-09-22Import updated moduli.Darren Tucker
2018-09-21upstream: Allow ssh_config ForwardX11Timeout=0 to disable thedjm@openbsd.org
2018-09-21upstream: when compiled with GSSAPI support, cache supported methoddjm@openbsd.org
2018-09-21upstream: In sshkey_in_file(), ignore keys that are considered fordjm@openbsd.org
2018-09-21upstream: Treat connections with ProxyJump specified the same as onesdjm@openbsd.org
2018-09-21upstream: actually make CASignatureAlgorithms available as a configdjm@openbsd.org
2018-09-21upstream: Import updated moduli.dtucker@openbsd.org
2018-09-21upstream: reorder CASignatureAlgorithms, and add them to thejmc@openbsd.org
2018-09-20upstream: fix "ssh -Q sig" to show correct signature algorithm listdjm@openbsd.org
2018-09-20upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org
2018-09-20upstream: Add sshd_config CASignatureAlgorithms option to allowdjm@openbsd.org