summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-09-20upstream: Make "ssh-add -q" do what it says on the tin: silencedjm@openbsd.org
2018-09-20upstream: When choosing a prime from the moduli file, avoidmillert@openbsd.org
2018-09-15Fix openssl-1.1 fallout for --without-openssl.Darren Tucker
2018-09-15add futex(2) syscall to seccomp sandboxDamien Miller
2018-09-15really add source for authopt_fuzz this timeDamien Miller
2018-09-15remove accidentally checked-in authopt_fuzz binaryDamien Miller
2018-09-14upstream: second try, deals properly with missing and private-onlydjm@openbsd.org
2018-09-14fuzzer harness for authorized_keys option parsingDamien Miller
2018-09-14upstream: revert following; deals badly with agent keysdjm@openbsd.org
2018-09-14upstream: garbage-collect moribund ssh_new_private() API.djm@openbsd.org
2018-09-14upstream: Use consistent format in debug log for keys readied,djm@openbsd.org
2018-09-14upstream: Fix warnings caused by user_from_uid() and group_from_gid()millert@openbsd.org
2018-09-14allow SIGUSR1 as synonym for SIGINFODamien Miller
2018-09-13add compat headerDamien Miller
2018-09-13upstream: missed a bit of openssl-1.0.x API in this unittestdjm@openbsd.org
2018-09-13upstream: use only openssl-1.1.x API here toodjm@openbsd.org
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