summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02__remq.S will be needed soon.Theo de Raadt
2021-07-01delete sbin/restoreTheo de Raadt
2021-07-01Merge SSL_METHOD_INTERNAL into SSL_METHOD.Joel Sing
2021-07-01Prevent athn(4) from calling ieee80211_find_rxnode() on bad frames.Stefan Sperling
2021-07-01Just in case another developer besides anton@ and myself even wants toIngo Schwarze
2021-07-01We already tested all corner cases for two-byte and three-byte UTF-8Ingo Schwarze
2021-07-01remove useless and confusing log message when client has no certificateEric Faurot
2021-07-01We moved myname parsing from /etc/netstart to /etc/rc nov 2020, butTheo de Raadt
2021-06-30Simplify the way we track the FPU state, using powerpc64 as a model.Mark Kettenis
2021-06-30The byte \0363 is not invalid in UTF-8.Ingo Schwarze
2021-06-30more trivial .Ar -> .Fa replacements in syscall manualsIngo Schwarze
2021-06-30use .Fa rather than .Ar; patch from me at EmilEngler dot comIngo Schwarze
2021-06-30Disable some code that reaches into libssl internals.Joel Sing
2021-06-30Disable some tests that probably no longer make sense.Joel Sing
2021-06-30Pull in ssl_locl.h to allow for move of struct ssl_session_st.Joel Sing
2021-06-30Prepare to provide SSL_get_signature_nid() and friends.Joel Sing
2021-06-30Move some structs from public to private headers.Joel Sing
2021-06-30... way too much white space!Claudio Jeker
2021-06-30Remove splnet() from ifnewlladdr(), it is not needed anymore.Alexander Bluhm
2021-06-30Remove TODO.md, this file is not up-to-date and also not really a goodClaudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-06-30Remove unused variable cryptodesc_pool. Document global variablesAlexander Bluhm
2021-06-30grow ramdisk area due to increased firmware sizes..Theo de Raadt
2021-06-30use @ to silently execute "exec make"Theo de Raadt
2021-06-30For path MTU discovery tcp_mtudisc() should resend a TCP packet byAlexander Bluhm
2021-06-30TLS error messages have changed slightly, adapt regex for expectedAlexander Bluhm
2021-06-30document and deprecate the macros X509_extract_key(3)Ingo Schwarze
2021-06-30Correct sigalg hash usage when signing content for client verify.Joel Sing
2021-06-30Align HT protection flags we send to iwx(4) firmware with flags used byStefan Sperling
2021-06-30Make the iwx(4) mac context task send its command only if we are still inStefan Sperling
2021-06-30Make Tx-done interrupt processing in iwx(4) more similar to iwlwifi.Stefan Sperling
2021-06-30Fix Tx queue flushing in iwm(4).Stefan Sperling
2021-06-30Align HT protection flags we send to iwm(4) firmware with flags used byStefan Sperling
2021-06-30Make the iwm(4) mac context task send its command only if we are still inStefan Sperling
2021-06-30Make Tx-done interrupt processing in iwm(4) more similar to iwlwifi.Stefan Sperling
2021-06-30add missing call to sbi_remote_fence_i()Jonathan Gray
2021-06-30MULTIPTOCESSOR -> MULTIPROCESSORJonathan Gray
2021-06-29syncTheo de Raadt
2021-06-29include bsd.mp (but don't change isntall.md to choose it yet)Theo de Raadt
2021-06-29build bsd.mpTheo de Raadt
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