summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-23unusedFlorian Obser
2020-01-23Add checking int the client to check the magic values which areBob Beck
2020-01-23do not Xr both pppx and pppac in SEE ALSO, since they are the same page;Jason McIntyre
2020-01-23new sentence, new line;Jason McIntyre
2020-01-23punctuation fixes;Jason McIntyre
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-23Add code to build and send a server hello for tls 1.3Bob Beck
2020-01-23Save the legacy session id in the client, and enforce that it is returnedBob Beck
2020-01-23we've been using LBA48 for < 137GB drives for 17 years, so perhapsTed Unangst
2020-01-23When opening a device, loop over the alternate devices list in theAlexandre Ratchov
2020-01-23Accept MIDI clients that don't reset status during sysex messages.Alexandre Ratchov
2020-01-23Implement pending for TLSv1.3.Joel Sing
2020-01-23missing header change from previous; spotted by dtucker@Damien Miller
2020-01-23regenJonathan Gray
2020-01-23add ids for coffee lake and comet lake graphics with known marketing namesJonathan Gray
2020-01-23The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to findTheo Buehler
2020-01-23Check for and warn about StrictModes permission problems. ok tb@Darren Tucker
2020-01-23Remove lies from the SSL_pending man page, Our implementation neverBob Beck
2020-01-23Make -peekaboo mode also use SSL_pending after peeking, to ensureBob Beck
2020-01-23Also test PuTTY chacha20.Darren Tucker
2020-01-23Hook sxisid(4) up to the nvmem "framework".Mark Kettenis
2020-01-23Also test PuTTY ecdh kex methods.Darren Tucker
2020-01-23Switch back to a function pointer for ssl_pending.Joel Sing
2020-01-23remove PIPEX from tun(4) now that pppac(4) should be used instead.David Gwynne
2020-01-23use pppac(4) instead of tun(4)David Gwynne
2020-01-23Use information from nvmem (provided by sxisid(4)) to calibrate theMark Kettenis
2020-01-23regen for pppac(4)David Gwynne
2020-01-23Add an interface to read an nvmem "cell".Mark Kettenis
2020-01-23regen after adding pppacDavid Gwynne
2020-01-23Add a TLS13_IO_ALERT return value so that we can explicitly signal whenJoel Sing
2020-01-23wire up pppac(4).David Gwynne
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2020-01-23add a new signature operations "find-principal" to look up theDamien Miller
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-23Pass a CBB to TLSv1.3 send handlers.Joel Sing
2020-01-23ciss(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-23fix some ioctl/kq weirdness in the pppx(4) side of things.David Gwynne
2020-01-23add /etc/protocols to the magic unveil whitelist that the dns pledge hasDavid Gwynne
2020-01-23the pppx(4) driver also provides pppac(4) interfacesDavid Gwynne
2020-01-23ciss(4): ciss_cmd: split polling loop into two loopscheloha
2020-01-23allow npppd to use pppac(4) (once i wire it up)David Gwynne
2020-01-22add pppac(4) code for a dedicated PPP Access Concentrator interface.David Gwynne
2020-01-22document ml_hdatalen and mq_hdatalenDavid Gwynne
2020-01-22add ml_hdatalen and mq_hdatalen as workalikes of ifq_hdatalen.David Gwynne
2020-01-22The length of the IV of EVP_chacha20 is currently 64 bits, not 96.Theo Buehler
2020-01-22use the correct length to allocate the right amount, broken by previous.Ted Unangst
2020-01-22Wire up the TLSv1.3 server.Joel Sing
2020-01-22Unbreak !DIAGNOSTIC build.Martin Pieuchot
2020-01-22syncTheo de Raadt
2020-01-22update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener]Stuart Henderson