summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-30Add checks to ensure we do not initiate or negotiate handshakes withTheo Buehler
2022-06-30Replace obj_mac.h with object.hTheo Buehler
2022-06-30Update to nsd 4.6.0; OK sthenFlorian Obser
2022-06-30zap whitespaceJob Snijders
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-06-30Rewrite smi_print_element to be more concise and complete.Martijn van Duren
2022-06-30amd64 pmap: Zero out the EPTP on pmap_createMike Larkin
2022-06-30Add valid time test from ruby regress, and check ASN1_time_to_tmBob Beck
2022-06-30Rename use_* to ssl_use_* for consistency.Theo Buehler
2022-06-30add valid utc time that should fail to parse as generalizedBob Beck
2022-06-30Add tests for times missing seconds, and to be able to testBob Beck
2022-06-30whitespace nitTheo Buehler
2022-06-30Track doc/README, makes merging new releases easier.Florian Obser
2022-06-30Fix err()Job Snijders
2022-06-30Fix interval timers by forcing TZ to UTC, else some strftime formatsClaudio Jeker
2022-06-30With recent a_time_tm.c changes, we also need the bytestring API.Theo Buehler
2022-06-30Remove obj_mac.h include. Requested by jsingTheo Buehler
2022-06-29Pass a pointer to mbuf pointer further down into ip6_process_hopopts()Alexander Bluhm
2022-06-29Between the calls to art_match() and SRPL_FIRST() another CPU mayAlexander Bluhm
2022-06-29Don't check the signature if a cert is self signed.Theo Buehler
2022-06-29Make ssl_cert_add{0,1}_chain_cert() take ssl/ctxTheo Buehler
2022-06-29ssl_cert_set{0,1}_chain() take ssl/ctxTheo Buehler
2022-06-29Add a security check to ssl_set_cert()Theo Buehler
2022-06-29Make ssl_set_{cert,pkey} take an ssl/ctxTheo Buehler
2022-06-29Refactor use_certificate_chain_* to take ssl/ctx instead of a certTheo Buehler
2022-06-29Add functions that check security level in certs and cert chains.Theo Buehler
2022-06-29Make sure the verifier checks the security level in cert chainsTheo Buehler
2022-06-29Remove a confusing commentTheo Buehler
2022-06-29Parse the @SECLEVEL=n annotation in cipher stringsTheo Buehler
2022-06-29Manual page improvements from Leon FischerJob Snijders
2022-06-29vmd(8): fix off by one in vm memory range checkDave Voutila
2022-06-29Add support for sending QUIC transport parametersBob Beck
2022-06-29syncJob Snijders
2022-06-29Clarify the shorter default format string only applies to -i and -sJob Snijders
2022-06-29Remove switch(4) remains.Vitaliy Makkoveev
2022-06-29Add -m option to ts(1)Job Snijders
2022-06-29Use relative paths so beck can run regress in his git tree and haveTheo Buehler
2022-06-29remove archaic comment from original import of i386 pmapDave Voutila
2022-06-29Regen syscalls files as they were meant to be, correcting the "created from:"...Jeremie Courreges-Anglas
2022-06-29Unlock the pledge(2) system callJeremie Courreges-Anglas
2022-06-29Simplify the locking dance around pledge_syscall()Jeremie Courreges-Anglas
2022-06-29whitespace nitTheo Buehler
2022-06-29Use READ_ONCE() when saving pr->ps_pledge to a local variableJeremie Courreges-Anglas
2022-06-29missing blank lineTheo Buehler
2022-06-29Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). ThisAlexander Bluhm
2022-06-29Move the deep check back into the loop. There are ways that even thoughClaudio Jeker
2022-06-29drm/i915: Implement w/a 22010492432 for adl-sJonathan Gray
2022-06-29correct vararg use in kasprintf/kvasprintfJonathan Gray
2022-06-29syncStuart Henderson
2022-06-29Use strncasecmp instead of strncmp when comparing the password scheme.Martijn van Duren