summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29Didn't intend to commit the CPU_IS_RUNNING() changes just yet, so revertMark Kettenis
2021-06-29SMP support. Mostly works, but occasionally craps out during boot.Mark Kettenis
2021-06-29whitespaceMark Kettenis
2021-06-29syncTheo de Raadt
2021-06-29Pull sigalg selection up into ssl3_send_client_verify().Joel Sing
2021-06-29Track sigalg used by ourselves and our peer in the legacy stack.Joel Sing
2021-06-29Pull up and dedup the TLS version check in ssl_sigalg_pkey_ok().Joel Sing
2021-06-29Simplify RSA PSS key size comment.Joel Sing
2021-06-29Use appropriate TLS version when building client sigalg extensions.Joel Sing
2021-06-29Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.Joel Sing
2021-06-29Make various sigalg functions static now that they're only used internally.Joel Sing
2021-06-29Convert legacy stack server to ssl_sigalg_for_peer().Joel Sing
2021-06-29Convert legacy stack client to ssl_sigalg_for_peer().Joel Sing
2021-06-29Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.Joel Sing
2021-06-29Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().Joel Sing
2021-06-29Factor out handling of legacy default signature algorithms.Joel Sing
2021-06-29Mop up now unused variables.Joel Sing
2021-06-29Require a ServerHello following a HelloRetryRequest to use the same cipher.Joel Sing
2021-06-29delete pre-EFI boot kernel location scriptingTheo de Raadt
2021-06-29Reject zero-length non-application data fragments in the legacy stack.Joel Sing
2021-06-29sync maxusers with other 64bits architectures. ok kettenis@, deraadt@.Matthieu Herrb
2021-06-29Flip the -r RRDP switch, which went through community testing for half a year.Theo de Raadt
2021-06-29more precision because the argument is signed,Ingo Schwarze
2021-06-29remove unused prototypeClaudio Jeker
2021-06-29Send AUTHENTICATION_FAILED in case of unexpected auth method or authtobhe
2021-06-29function args must not use .Ar and EDOM and ERANGE require .Er;Ingo Schwarze
2021-06-29insert missing .NsIngo Schwarze
2021-06-29basic mdoc(7) macro cleanup; patch from me at EmilEngler dot comIngo Schwarze
2021-06-29rktcphy(4)Patrick Wildt
2021-06-29When configuring the USB3 phy, try the OFW PHY API first, and if there'sPatrick Wildt
2021-06-29Enable rktcphy(4).Patrick Wildt
2021-06-29Add rktcphy(4), a driver for the Type-C PHY controller found on thePatrick Wildt
2021-06-29The way we boot OpenBSD, there is no need to play the hart lottery.Mark Kettenis
2021-06-29Adjust unveil_find_cover() to return -1 if the root vnode is passed in.Claudio Jeker
2021-06-29remove arch ifdefs around drm.h includeJonathan Gray
2021-06-29move some config lines to ensure drm.h is always createdJonathan Gray
2021-06-28delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze
2021-06-28Add another epicycle to -A processing that ensures ONLY theKenneth R Westerback
2021-06-28In terminal output of man(7) documents, stop printing two extra blankIngo Schwarze
2021-06-28do not need .align 2 or 4 after .text, the ABI's .text will decide whatTheo de Raadt
2021-06-28whitespaceTheo de Raadt
2021-06-28Use the order action->sender == ctx->mode everywhere for consistency.Theo Buehler
2021-06-28ctx->alert is not a boolean, so compare it explicitly against 0.Theo Buehler
2021-06-28Fix assembly in #ifdef MULTIPROCESSOR case.Mark Kettenis
2021-06-28Add speculation-blocking sequence after syscalls like we did for libc a whileMark Kettenis
2021-06-28delete .align inside sigtramp stubs, as the stack alignment requirementTheo de Raadt
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2021-06-28The state machine now takes care of setting the legacy state,Theo Buehler
2021-06-28Expand info callback support for TLSv1.3Theo Buehler
2021-06-28Have tcpdump split the 802.11 sequence number field into its sequence numberStefan Sperling