summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-28Update check for minimum OpenSSL version.Darren Tucker
2018-10-28Update required OpenSSL versions to match current.Darren Tucker
2018-10-28Use detected version functions in openssl compat.Darren Tucker
2018-10-27Check for the existence of openssl version funcs.Darren Tucker
2018-10-26fix builds on OpenSSL <= 1.0.xDamien Miller
2018-10-23remove remaining references to SSLeayDamien Miller
2018-10-23regen dependDamien Miller
2018-10-23upstream: refer to OpenSSL not SSLeay;djm@openbsd.org
2018-10-23fix compile for openssl 1.0.x w/ --with-ssl-engineDamien Miller
2018-10-22Include openssl compatibility.Darren Tucker
2018-10-22upstream: when printing certificate contents "ssh-keygen -Lfdjm@openbsd.org
2018-10-22upstream: struct sockaddr_storage is guaranteed to be large enough,florian@openbsd.org
2018-10-17Require OpenSSL 1.1.x series 1.1.0g or greaterDamien 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