summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23When checking for unsafe directories, ignore non-directories (ie symlinks,Darren Tucker
2020-01-23Fix the mask that we applied when setting the voltage.Mark Kettenis
2020-01-23Build the encrypted extensions for the 1.3 serverBob Beck
2020-01-23Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.Florian Obser
2020-01-23Remove socket types that we are not going to use, like AF_UNIX sockets.Florian Obser
2020-01-23We can always create IPv4 and IPv6 sockets.Florian Obser
2020-01-23If we are building a legacy server hello, check to see if we areBob Beck
2020-01-23remove trailing period characters from pub/priv key pathnames -Damien Miller
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
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