summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-19convert sshconnect2.c to new packet APIDamien Miller
2019-01-19convert clientloop.c to new packet APIDamien Miller
2019-01-19allow sshpkt_fatal() to take a varargs format; we'll use this to giveDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2019-01-19Since there is no more exec()'ing, there is no need toKenneth R Westerback
2019-01-19change the default digest used byJonathan Gray
2019-01-19Since dhclient no longer tries to clean up when exiting, there is noKenneth R Westerback
2019-01-19properly error out instead of only printing a warning when some join commandsPeter Hessler
2019-01-19document pwraction in the example fileTed Unangst
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-19spelling;Jason McIntyre
2019-01-19Change transfer schedule of split interrupt transfer,SASANO Takayoshi
2019-01-19remove mmap test for nowanton
2019-01-19backout previous; syzkaller did not cope well with this changeanton
2019-01-19In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) andIngo Schwarze
2019-01-19tweak the previous ixl commit, and add an entry to pci;Jason McIntyre
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-19viomb: tweak feature negotiationStefan Fritsch
2019-01-19Clean-up unused directoriesMatthieu Herrb
2019-01-19Use mnemonic PFCTL_SHOW_* macros, terminate string with null characterkn
2019-01-19Print an \r in front of the password prompt so parts of a passwordTheo Buehler
2019-01-19enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while.Peter Hessler
2019-01-19Sort HDRS/SRCS lists and use one line per source file for maintainability.Joel Sing
2019-01-19Finish randominzing remaining layers of pmap_kernelMike Larkin
2019-01-19Add handshake message type checking and special case certificate requests.Joel Sing
2019-01-19Tweak return value handling in the TLSv1.3 handshake code.Joel Sing
2019-01-19now that it works, enable ixl(4) on amd64Jonathan Matthew
2019-01-19Hook record regress.Joel Sing
2019-01-19Add regress for TLSv1.3 record handling.Joel Sing
2019-01-19IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart.Kenneth R Westerback
2019-01-19Provide a TLS record handling implementation.Joel Sing
2019-01-19Drop pseudo-signal idiom. Rename INTERNALSIG to TERMINATE. Use RESTARTKenneth R Westerback
2019-01-19'quit' no longer holds signals, so strsignal(quit) is both pointlessKenneth R Westerback
2019-01-19Move boottime into the timehands.cheloha
2019-01-19'quit' is no longer set in a signal handler so it no longer needs toKenneth R Westerback
2019-01-19syncTheo Buehler
2019-01-19bump minors after symbol additionTheo Buehler
2019-01-19provide EVP_ENCODE_CTX_{new,free}().Theo Buehler
2019-01-19$OpenBSD$Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19syncTheo de Raadt
2019-01-19jmatthew@ got my crappy ixl code to work, so I'm pretending to beDavid Gwynne
2019-01-19actually set CAUSE_ENA on the rx and tx queues, and re-enable interruptsJonathan Matthew
2019-01-19CXXFLAGS are the correct spelling for c++ options.Ted Unangst
2019-01-18switch the default algorithm for the dgst command from MD5 to SHA256Christian Weisgerber
2019-01-18Don't store the mpe information in struct ktable but instead pass theClaudio Jeker
2019-01-18pack hmc bits in the right orderJonathan Matthew
2019-01-18Add -iter and -pbkdf2 to the usage synopsis.Christian Weisgerber