summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-26typoTheo Buehler
2020-01-26Document the change in EVP_chacha20(3).Theo Buehler
2020-01-26Improve the comment explaining why the previous change matches OpenSSL'sTheo Buehler
2020-01-26When an SSL method is set, bump the max version back to that of theJoel Sing
2020-01-26When switching back to a legacy client or server, ensure we reset theJoel Sing
2020-01-26Fix basement bug where record layer would not correctly deal withBob Beck
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-26regenTed Unangst
2020-01-26add a new __tmpfd system call that creates a new unnamed file in /tmp.Ted Unangst
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-26vsdk -> vdsk in a panic messageTed Unangst
2020-01-26invert some if logic to shortcircuit some loops and reduce nesting.Ted Unangst
2020-01-26Add server side support for requesting client certificates in tls 1.3Bob Beck
2020-01-26Add client certificate support for tls 1.3Bob Beck
2020-01-26Add back the tests that were deleted in previous but not containedTheo Buehler
2020-01-26Add sigalgs for server side to enable client certificate processingBob Beck
2020-01-26server sigalgs test is now bogus, disable for nowBob Beck
2020-01-26Adjust tests to match the change in EVP_chacha20().Theo Buehler
2020-01-26Move pad and verify context into tls13_lib.cBob Beck
2020-01-26Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics:Theo Buehler
2020-01-26Insert two nop instructions after each svc #0 instruction in userland.Mark Kettenis
2020-01-26Fix comment.Mark Kettenis
2020-01-26Fix spacing issue.Mark Kettenis
2020-01-26Also test maxprefix out. Based on maxprefix test added a few days ago.Claudio Jeker
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-26for UpdateHostKeys, don't report errors for unsupported key types -Damien Miller
2020-01-26downgrade error() for missing subsequent known_hosts files to debug()Damien Miller
2020-01-26In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichJonathan Gray
2020-01-26unbreak unittests for recent API / source file changesDamien Miller
2020-01-25In nexthop_update() only add a nexthop to the nexthop_runners queue ifClaudio Jeker
2020-01-25clarify that BatchMode applies to all interactive prompts (e.g. host keyDamien Miller
2020-01-25tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.cDamien Miller
2020-01-25improve the error message for u2f enrollment errors by makingDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2020-01-25Minor cleanup, no functional change:Ingo Schwarze
2020-01-25add a comment describing the ranges of channel IDs that we use;Damien Miller
2020-01-25make sshd_config:ClientAliveCountMax=0 disable the connection killingDamien Miller
2020-01-25clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups;Damien Miller
2020-01-25physio() just needs to check for b_bcount overflow. Let the providedKenneth R Westerback
2020-01-25Drivers that implement their own *minphys() don't need to call theKenneth R Westerback
2020-01-25Ensure scsi_minphys() is always called on the physio() path.Kenneth R Westerback
2020-01-25Add an underbar for consistency.Theo Buehler
2020-01-25With -d, messages are now printed on stderrJeremie Courreges-Anglas
2020-01-25Remove a sleep call that I used for some testing that slipped in duringMartijn van Duren
2020-01-25add EXAMPLES and polish the wording and the order a bit;Ingo Schwarze
2020-01-25Mention swap-window -d, GitHub issue 2068.Nicholas Marriott
2020-01-25Disable cert interop tests for now.Joel Sing
2020-01-25Actually disable cipher interop tests.Joel Sing
2020-01-25Disable the cipher interop tests.Joel Sing
2020-01-25Accept both TLSv1.2 and TLSv1.3 protocols for netcat.Joel Sing