summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-09Add support for certificate status requests in TLS 1.3 clientBob Beck
2020-05-09Make the test for the legacy_compression_method vector in the ClientHelloTheo Buehler
2020-05-09Drop a redundant test. It's effectively doing the same test twiceTheo Buehler
2020-05-09On receiving an overlong session ID terminate with an illegal_parameterTheo Buehler
2020-05-09Add support for HelloRetryRequests in the TLSv1.3 server.Joel Sing
2020-05-09aml_die() doesn't return, hint the compilerJeremie Courreges-Anglas
2020-05-09Initialize the srp_ref in the non-MP version of srp_enterJeremie Courreges-Anglas
2020-05-09crazy whitespace on one lineTheo Buehler
2020-05-09Pull the sending of alerts up into tls13_handshake_perform().Joel Sing
2020-05-09Use MSI-X interrupts where available. The first vector is used forJonathan Matthew
2020-05-09Refactor tls13_server_hello_sent().Joel Sing
2020-05-09No need to look at _STA here, all we care about is _PSR.Jeremie Courreges-Anglas
2020-05-08Use a union to ensure cmsg buffer is properly alignedJeremie Courreges-Anglas
2020-05-08Use a union to ensure cmsg buffer is properly alignedJeremie Courreges-Anglas
2020-05-08Remove unneccessary X509_NAME_oneline wrapper. Passing NULL as buftobhe
2020-05-08Nuke unneeded 'inits' field in struct proposal. 'mtu' being 0 is enough of a ...Kenneth R Westerback
2020-05-08Nuke 'set but never used' addrs field in struct proposal.Kenneth R Westerback
2020-05-08Use proper function pointer type instead of void *Jeremie Courreges-Anglas
2020-05-08imsg.h needs uio.h, pointed out by deraadtNicholas Marriott
2020-05-08Fix obvious copy-past-O in calculation of maximum length of "Available"Martijn van Duren
2020-05-08Move parsing of _CRS into acpi(4) and pass the parsed address and interruptMark Kettenis
2020-05-08Make sure cmsgbufs are properly aligned by using the idiom from theOtto Moerbeek
2020-05-08ld.so(1) also ignores LD_LIBRARY_PATH an friends for set-group-ID executablesJeremie Courreges-Anglas
2020-05-08LD_DEBUG is ignored for set-user-ID and set-group-ID executablesJeremie Courreges-Anglas
2020-05-08Do not use string litterals in the grammar ("{") it is not POSIX compliantClaudio Jeker
2020-05-08Just a bit of KNF.Claudio Jeker
2020-05-08Do not wait indefinitely for flushing when closing a tty.Martin Pieuchot
2020-05-08fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@Damien Miller
2020-05-08less ugly upstream namesTheo de Raadt
2020-05-07On receiving a handshake or alert record with empty inner plaintext,Theo Buehler
2020-05-07post-6.7 development continuesTheo de Raadt
2020-05-06openssh-8.3; ok deraadt@Damien Miller
2020-05-06another case where a utimes() failure could make scp send aDamien Miller
2020-05-06Currently LibreSSL reports an unknown SSL_internal error. AdjustAlexander Bluhm
2020-05-06Only allow forkmda() to be called from a local action dispatcher.Todd C. Miller
2020-05-06Bump LibreSSL version to 3.1.1Theo Buehler
2020-05-06The error message from LibreSSL has changed. Adjust regex in test.Alexander Bluhm
2020-05-06Same fix for ospfd lsupdate.c applies in ospf6d as well.Claudio Jeker
2020-05-06Do not use the pointer returned by ibuf_reserve() after calling anotherClaudio Jeker
2020-05-06rpki-client is only interested in real files. Don't tell rsync toClaudio Jeker
2020-05-06Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).Martin Pieuchot
2020-05-05Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down.Stefan Sperling
2020-05-05watch the /.profile and the /.cshrc in the root directory;Ingo Schwarze
2020-05-05Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressedStefan Sperling
2020-05-04Remove redundant code testing if a terminal is a usb stream.Alexandre Ratchov
2020-05-04Use a larger (2048 bit) RSA test key.Joel Sing
2020-05-04Using int64_t together with printf %llu is not portable. Either add aClaudio Jeker
2020-05-04leave -beta.Theo de Raadt
2020-05-04Check v6 availablilty mask instead of v4.Gerhard Roth
2020-05-04Partially reverse a commit from 2019/12/28denis