summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-08If a signature operation on a FIDO key fails with a "incorrect PIN"Damien Miller
2021-01-08don't try to use timespeccmp(3) directly as a qsort(3) comparisonDamien Miller
2021-01-08Update the sntrup761 creation script and generated code:Darren Tucker
2021-01-08mention that DisableForwarding is valid in a sshd_config Match blockDamien Miller
2021-01-07add a xenodm login class and bump openfiles to 512 to avoid running outRobert Nagy
2021-01-07Fix typo in comment.Mark Kettenis
2021-01-07bump VM shutdown event timeout ok mlarkin@ stsp@ florian@tracey
2021-01-07Rename two local variables ssl to s for consistencyTheo Buehler
2021-01-07Make tls12_record_layer_free() NULL safe.Joel Sing
2021-01-07Move the read MAC key into the TLSv1.2 record layer.Joel Sing
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha
2021-01-07Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.Claudio Jeker
2021-01-07Adjust comment about klist_invalidate()Visa Hankala
2021-01-07Fix multiple shift/reduce conflicts in the parser because of the dependonClaudio Jeker
2021-01-06if getting the vpd data fails, don't try and parse the vpd data.David Gwynne
2021-01-06Use tls13_secret_{init,cleanup}() for the finished_keyTheo Buehler
2021-01-06Fix two issues related to thread private data in asr.Otto Moerbeek
2021-01-06Let a process open a video(4) device multiple timesJeremie Courreges-Anglas
2021-01-06double word fix; from sean daviesJason McIntyre
2021-01-06do not call log_addr() when the address is NULLanton
2021-01-06Bump default datasize-max and datasize-cur since clang now seems toMark Kettenis
2021-01-06Mark a layer 2 address as expired by setting the length to 0 when theFlorian Obser
2021-01-06Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to theClaudio Jeker
2021-01-06Insert joined pane before the target pane with -b, like for split. FromNicholas Marriott
2021-01-06Remove unused variable, from Ben Boeckel.Nicholas Marriott
2021-01-06Allocate pages for the F00F bug fix using km_alloc(9) instead ofJonathan Matthew
2021-01-05pppoeintr() is no morekn
2021-01-05unwrap a lineTheo Buehler
2021-01-05Avoid local variable in tls13_secret_init().Theo Buehler
2021-01-05Refactor how traphandler verifies the code.Martijn van Duren
2021-01-05Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Convert tls13_exporter() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Use KNF for licence commentTheo Buehler
2021-01-05Move tls13_secrets_destroy() below _create()Theo Buehler
2021-01-05Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Add tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Fix indent.Joel Sing
2021-01-05Use consistent names in tls13_{client,server}_finished_{recv,send}().Joel Sing
2021-01-05Use legacy verifier when building auto chains.Joel Sing
2021-01-05Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.Joel Sing
2021-01-05Gracefully handle root certificates being both trusted and untrusted.Joel Sing
2021-01-05Remove memset that was made redundant with the ASN1_time_parse()Theo Buehler
2021-01-05distribute the gzip'd version of bsd.rd on platforms where we all bootTheo de Raadt
2021-01-05It is safe to call addr2sa with a bgpd_addr NULL pointerClaudio Jeker
2021-01-05Revert part of the last addr2sa change. When addr is NULL or AID_UNSPECClaudio Jeker
2021-01-05Add AID_VPN_IPv[46] support to addr2sa. It only converts the address partClaudio Jeker
2021-01-05double word fix; from martin vahlensieckJason McIntyre
2021-01-04the tx doorbell is next to the rx doorbell, not on top of it.David Gwynne
2021-01-04estructure sntrup761.sh to process all files in a single list, which willDarren Tucker
2021-01-04Process pppoe(4) packets directly, do not queue through netiskn