summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01indent the only other label in this fileTheo Buehler
2020-09-01Indent label and remove dangling elseTheo Buehler
2020-09-01Zap NULL check before SSL_SESSION_free()Theo Buehler
2020-09-01Rename the session pointer ret to sessTheo Buehler
2020-09-01Hoist ERR_clear_error() call into the derr: labelTheo Buehler
2020-09-01simplify tls1_process_ticket() exit pathTheo Buehler
2020-09-01Use sysctl_bounded_args for simple cases in cpu_sysctl on loongsongnezdo
2020-09-01Document sysctl_bounded_args(9)gnezdo
2020-09-01Remove unused sysctl_int_arr(9)gnezdo
2020-09-01Convert *_sysctl in ipsec_input.c to sysctl_bounded_arrgnezdo
2020-09-01Convert icmp6_sysct to sysctl_bounded_argsgnezdo
2020-09-01syncTheo de Raadt
2020-08-31syncTheo de Raadt
2020-08-316.9 packages keyChristian Weisgerber
2020-08-31Do not register a read/write callback on fd -1 (e.g. if connection failed).tobhe
2020-08-31Both ocsp_req_ctx and ocsp_req must be freed. Don't free ocsp_id as ittobhe
2020-08-31Use SA header (SPIs) to map OCSP connect requests to their respectivetobhe
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-31bsd.mp is now much more reliable, so the installer can use the regularTheo de Raadt
2020-08-31Return code tweaks for session ticket handlersTheo Buehler
2020-08-31Send alert on ssl_get_prev_session failureTheo Buehler
2020-08-31Backout clear endpoint stall on open(2). It seems to break an illuminatedPatrick Wildt
2020-08-31refuse to add verify-required (PINful) FIDO keys to ssh-agent untilDamien Miller
2020-08-31Delete my leftover comment.gkoehler
2020-08-31Add RCS IDs to the few files that are missing them;Damien Miller
2020-08-30Remove duplicate definition of _null_auth.mortimer
2020-08-30Fix multiple variable definitions to avoid errors with -fno-common.mortimer
2020-08-30Don't include "net/netisr.h" header. It's not needed here.mvs
2020-08-30pppac(4) uses per cpu counters for collect `ifnet' statistics, but inmvs
2020-08-30Compactify SDEV_/ADEV_ flags & quirks to eliminate the gaps in bit use and thusKenneth R Westerback
2020-08-30Reorganize the interrupt handler code to avoid a potential bogus KASSERT,Mark Kettenis
2020-08-30Lock all kernel PTE entries into the page tables, even "managed" onesMark Kettenis
2020-08-30Allow multiple global options.tobhe
2020-08-30syncTheo de Raadt
2020-08-30If no replies are received for a while due to connectivity issuesOtto Moerbeek
2020-08-30Start replacing the existing TLSv1.2 record layer.Joel Sing
2020-08-30add missing wakeup for the unlikely dying caseanton
2020-08-30use unique wait messages with msleep_nsec()anton
2020-08-30Add regress test case for make/varmodifiers.c r1.48Theo Buehler
2020-08-30Fix :S with anchors and replacementTheo Buehler
2020-08-30avoid a invalid pointer deref in hvn_stop()Jonathan Gray
2020-08-30PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+SASANO Takayoshi
2020-08-30old keys are boringTheo de Raadt
2020-08-30signify key for 6.9 baseTheo de Raadt
2020-08-29Use SO_REUSEADDR on the listening socketsJeremie Courreges-Anglas
2020-08-29Add 'enforcesingleikesa' test.tobhe
2020-08-29More recent MMC specificiations add READ(12)/WRITE(12). So add cd_cmd_rw12()Kenneth R Westerback
2020-08-29Use ISSET() to check b_flags for B_READ.Kenneth R Westerback
2020-08-29Missing u_int -> u_int32_t chunks from previous.Kenneth R Westerback
2020-08-29Use u_int32_t for nsecs, making it crystal clear that the valuesKenneth R Westerback