summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-13adapt -portable to OpenSSL 1.1x APIDamien Miller
2018-09-13forgot to stage these test files in commit d70d061Damien Miller
2018-09-13upstream: hold our collective noses and use the openssl-1.1.x API indjm@openbsd.org
2018-09-12upstream: Include certs with multiple RSA signature variants indjm@openbsd.org
2018-09-12upstream: test revocation by explicit hash and by fingerprintdjm@openbsd.org
2018-09-12upstream: s/sshkey_demote/sshkey_from_private/gdjm@openbsd.org
2018-09-12delete the correct thing; kexfuzz binaryDamien Miller
2018-09-12upstream: fix edit mistake; spotted by jmc@djm@openbsd.org
2018-09-12upstream: add SSH_ALLOWED_CA_SIGALGS - the default list ofdjm@openbsd.org
2018-09-12upstream: add sshkey_check_cert_sigtype() that checks adjm@openbsd.org
2018-09-12upstream: add cert->signature_type field and keep it in sync withdjm@openbsd.org
2018-09-12upstream: Add "ssh -Q sig" to allow listing supported signaturedjm@openbsd.org
2018-09-12upstream: allow key revocation by SHA256 hash and allow ssh-keygendjm@openbsd.org
2018-09-12upstream: log certificate fingerprint in authenticationdjm@openbsd.org
2018-09-09upstream: Add FALLTHROUGH comments where appropriate. Patch fromdtucker@openbsd.org
2018-09-09upstream: ssh -MM requires confirmation for all operations thatdjm@openbsd.org
2018-09-09upstream: fix misplaced parenthesis inside if-clause. it's harmlessmestre@openbsd.org
2018-09-09upstream: fix build with DEBUG_PK enabledmestre@openbsd.org
2018-09-07Handle ngroups>_SC_NGROUPS_MAX.Darren Tucker
2018-09-07Initial len for the fmt=NULL case.Darren Tucker
2018-09-07Include stdlib.h.Darren Tucker
2018-08-27document some more regress control env variablesDamien Miller
2018-08-23shorten temporary SSH_REGRESS_TMP pathDamien Miller
2018-08-23rebuild dependenciesDamien Miller
2018-08-23fix path in distclean targetDamien Miller
2018-08-23upstream: memleak introduced in r1.83; from Colin Watsondjm@openbsd.org
2018-08-22upstream: AIX reports the CODESET as "ISO8859-1" in the POSIX locale.schwarze@openbsd.org
2018-08-21 modified: openbsd-compat/port-uw.cTim Rice
2018-08-20Missing unistd.h for regress/mkdtemp.cDamien Miller
2018-08-17update version numbers in anticipation of releaseDamien Miller
2018-08-13configure: work around GCC shortcoming on CygwinCorinna Vinschen
2018-08-13cygwin: add missing stdarg.h includeCorinna Vinschen
2018-08-13upstream: revert compat.[ch] section of the following change. Itdjm@openbsd.org
2018-08-13upstream: better diagnosics on alg list assembly errors; okdjm@openbsd.org
2018-08-11Some AIX fixes; report from Michael FeltDamien Miller
2018-08-10upstream: The script that cooks up PuTTY format host keys does notdtucker@openbsd.org
2018-08-10upstream: improvedjm@openbsd.org
2018-08-10upstream: Describe pubkey format, prompted by bz#2853djm@openbsd.org
2018-08-10upstream: fix numberingdjm@openbsd.org
2018-08-08upstream: Use new private key format by default. This format isdjm@openbsd.org
2018-08-06upstream: invalidate dh->priv_key after freeing it in error path;djm@openbsd.org
2018-07-31upstream: delay bailout for invalid authenticdjm@openbsd.org
2018-07-31upstream: fix some memory leaks spotted by Coverity via Jakub Jelendjm@openbsd.org
2018-07-31Remove support for S/KeyDamien Miller
2018-07-31upstream: avoid expensive channel_open_message() calls; ok djm@markus@openbsd.org
2018-07-31upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org
2018-07-31upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org
2018-07-27upstream: ssh(1) no longer supports being setuid root. Remove referencedtucker@openbsd.org
2018-07-27correct snprintf truncation check in closefrom()Damien Miller
2018-07-27Include stdarg.h in mkdtemp for va_list.Darren Tucker