summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-16upstream: Import new moduli.dtucker@openbsd.org
2018-11-16upstream: mention ssh-ed25519-cert-v01@openssh.com in list of certdjm@openbsd.org
2018-11-16Remove fallback check for /usr/local/ssl.Darren Tucker
2018-11-16Fix check for OpenSSL 1.0.1 exactly.Darren Tucker
2018-11-11Improve warnings in cygwin service setup.Darren Tucker
2018-11-11Remove hardcoded service name in cygwin setup.Darren Tucker
2018-11-10AC_CHECK_SIZEOF() no longer needs a second argument.Dag-Erling Smørgrav
2018-11-10Fix error message w/out nistp521.Manoj Ampalam
2018-11-09fix compilation with openssl built without ECCEneas U de Queiroz
2018-11-08Simplify OpenSSL 1.1 function checks.Darren Tucker
2018-11-05Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker
2018-10-31Import new moduli.Darren Tucker
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