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