summaryrefslogtreecommitdiffstats
path: root/cipher.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-18upstream: fix breakage of -W forwaring introduced in 1.554; reported bydjm@openbsd.org1-2/+3
naddy@ and sthen@, ok sthen@ OpenBSD-Commit-ID: f72558e643a26dc4150cff6e5097b5502f6c85fd
2021-05-17upstream: Regenerate moduli.dtucker@openbsd.org1-446/+449
OpenBSD-Commit-ID: 83c93a2a07c584c347ac6114d6329b18ce515557
2021-05-17Handle Android libc returning NULL pw->pw_passwdDamien Miller1-1/+1
Reported by Luke Dashjr
2021-05-14upstream: fix previous: test saved no_shell_flag, not the one that justdjm@openbsd.org1-2/+2
got clobbered OpenBSD-Commit-ID: b8deace085d9d941b2d02f810243b9c302e5355d
2021-05-14upstream: Fix ssh started with ControlPersist incorrectly executing adjm@openbsd.org1-2/+2
shell when the -N (no shell) option was specified. bz3290 reported by Richard Schwab; patch from markus@ ok me OpenBSD-Commit-ID: ea1ea4af16a95687302f7690bdbe36a6aabf87e1
2021-05-14upstream: Clarify language about moduli. While both ends of thedtucker@openbsd.org1-4/+3
connection do need to use the same parameters (ie groups), the DH-GEX protocol takes care of that and both ends do not need the same contents in the moduli file, which is what the previous text suggested. ok djm@ jmc@ OpenBSD-Commit-ID: f0c18cc8e79c2fbf537a432a9070ed94e96a622a
2021-05-10upstream: include pid in LogVerbose spamdjm@openbsd.org1-3/+4
OpenBSD-Commit-ID: aacb86f96ee90c7cb84ec27452374285f89a7f00
2021-05-10upstream: don't sigdie() in signal handler in privsep child process;djm@openbsd.org1-5/+8
this can end up causing sandbox violations per bz3286; ok dtucker@ OpenBSD-Commit-ID: a7f40b2141dca4287920da68ede812bff7ccfdda
2021-05-07upstream: Increase ConnectionAttempts from 4 to 10 as the testsdtucker@openbsd.org2-7/+7
occasionally time out on heavily loaded hosts. OpenBSD-Regress-ID: 29a8cdef354fc9da471a301f7f65184770434f3a
2021-05-07upstream: dump out a usable private key string too; inspired by Tysondjm@openbsd.org1-3/+77
Whitehead OpenBSD-Regress-ID: 65572d5333801cb2f650ebc778cbdc955e372058
2021-05-07upstream: correct mistake in spec - the private key blobs are encodeddjm@openbsd.org1-3/+6
verbatim and not as strings (i.e. no 4-byte length header) OpenBSD-Commit-ID: 3606b5d443d72118c5b76c4af6dd87a5d5a4f837
2021-05-05upstream: Don't pass NULL as a string in debugging as it does not workdtucker@openbsd.org1-2/+2
on some platforms in -portable. ok djm@ OpenBSD-Commit-ID: 937c892c99aa3c9c272a8ed78fa7c2aba3a44fc9
2021-05-03upstream: more debugging for UpdateHostKeys signature failuresdjm@openbsd.org1-2/+5
OpenBSD-Commit-ID: 1ee95f03875e1725df15d5e4bea3e73493d57d36
2021-05-01Add obsd69 test target.Darren Tucker1-0/+1
2021-04-30upstream: a little debugging in the main mux process for statusdjm@openbsd.org1-1/+3
confirmation failures in multiplexed sessions OpenBSD-Commit-ID: 6e27b87c95176107597035424e1439c3232bcb49
2021-04-30upstream: Remove now-unused skey function prototypes leftover fromdtucker@openbsd.org1-3/+1
skey removal. OpenBSD-Commit-ID: 2fc36d519fd37c6f10ce74854c628561555a94c3
2021-04-29Wrap sntrup761x25519 inside ifdef.Darren Tucker1-0/+2
From balu.gajjala at gmail.com via bz#3306.
2021-04-29Add status badges for Actions-based tests.Darren Tucker2-0/+5
2021-04-28Add obsdsnap (OpenBSD snapshot) test target.Darren Tucker1-0/+1