openbsd
2022-07-02 deraadtAvoid c99 features, come on, this is supposed to be...
2022-07-02 tbAdjust to new tls1_ec_nid2group_id API.
2022-07-02 tbRename uses 'curve' to 'group' and rework tls1 group...
2022-07-02 tbFix off-by-one in length check.
2022-07-02 jsgremove machine/lock.h where unused
2022-07-02 mvsUnlock peer in the SOCK_STREAM and SOCK_SEQPACKET error...
2022-07-02 tbMake tls1_ec_curve_id2nid() return explicit NID_undef...
2022-07-02 visaRemove unused device poll functions.
2022-07-02 danjAdd /etc/rpki/skiplist
2022-07-02 deraadtsync
2022-07-01 mvsRemove PIPEXCSESSION ioctl(2) call only from npppd(8).
2022-07-01 mvsMake fine grained unix(4) domain sockets locking. Use...
2022-07-01 dtuckerRemove extra line leftover from merge conflict. ok...
2022-07-01 djmuse consistent field names (s/char/byte) in format...
2022-07-01 djmbump up loglevel from debug to info when unable to...
2022-07-01 dtuckerDon't leak the strings allocated by order_hostkeyalgs...
2022-07-01 dtuckerAlways return allocated strings from the kex filtering...
2022-07-01 djmignore SIGPIPE earlier in main(), specifically before...
2022-06-30 jmc- do not talk about non-standard conversions, because...
2022-06-30 claudioOnly have one version of send_rtmsg() which uses struct...
2022-06-30 mpiReduce allocations and possible failures in uvm_pagerma...
2022-06-30 stspFix bwfm(4) crash during detach on USB.
2022-06-30 guentherTo figure our whether a large allocation can be grown...
2022-06-30 tbRemove redundant comments
2022-06-30 tbCheck security level for supported groups.
2022-06-30 antonAs we now have two bios_consdev_t structures, make...
2022-06-30 knZap trailing spaces to be "mandoc -Tlint ts.1" clean
2022-06-30 claudioAllow sysctl mib CTL_NET.PF_INET6 with a length of...
2022-06-30 mpiRemove an incorrect KASSERT() introduced in previous.
2022-06-30 mlarkinamd64/pmap: Change the wording of a panic string
2022-06-30 dvvmm(4): reference count vm's and vcpu's
2022-06-30 martijnBe more explicit in filter-pf-addresses deprication...
2022-06-30 martijnIntroduce a blocklist backend and keyword.
2022-06-30 tbRename variable from tls_version to version since it...
2022-06-30 tbCheck whether the security level allows session tickets.
2022-06-30 tbAdd checks to ensure we do not initiate or negotiate...
2022-06-30 tbReplace obj_mac.h with object.h
2022-06-30 florianUpdate to nsd 4.6.0; OK sthen
2022-06-30 jobzap whitespace
2022-06-30 nicmAdd support for OSC 8 hyperlinks (a VTE extension now...
2022-06-30 martijnRewrite smi_print_element to be more concise and complete.
2022-06-30 mlarkinamd64 pmap: Zero out the EPTP on pmap_create
2022-06-30 beckAdd valid time test from ruby regress, and check ASN1_t...
2022-06-30 tbRename use_* to ssl_use_* for consistency.
2022-06-30 beckadd valid utc time that should fail to parse as generalized
2022-06-30 beckAdd tests for times missing seconds, and to be able...
2022-06-30 tbwhitespace nit
2022-06-30 florianTrack doc/README, makes merging new releases easier.
2022-06-30 jobFix err()
2022-06-30 claudioFix interval timers by forcing TZ to UTC, else some...
2022-06-30 tbWith recent a_time_tm.c changes, we also need the bytes...
2022-06-30 tbRemove obj_mac.h include. Requested by jsing
2022-06-29 bluhmPass a pointer to mbuf pointer further down into ip6_pr...
2022-06-29 bluhmBetween the calls to art_match() and SRPL_FIRST() anoth...
2022-06-29 tbDon't check the signature if a cert is self signed.
2022-06-29 tbMake ssl_cert_add{0,1}_chain_cert() take ssl/ctx
2022-06-29 tbssl_cert_set{0,1}_chain() take ssl/ctx
2022-06-29 tbAdd a security check to ssl_set_cert()
2022-06-29 tbMake ssl_set_{cert,pkey} take an ssl/ctx
2022-06-29 tbRefactor use_certificate_chain_* to take ssl/ctx instea...
2022-06-29 tbAdd functions that check security level in certs and...
2022-06-29 tbMake sure the verifier checks the security level in...
2022-06-29 tbRemove a confusing comment
2022-06-29 tbParse the @SECLEVEL=n annotation in cipher strings
2022-06-29 jobManual page improvements from Leon Fischer
2022-06-29 dvvmd(8): fix off by one in vm memory range check
2022-06-29 beckAdd support for sending QUIC transport parameters
2022-06-29 jobsync
2022-06-29 jobClarify the shorter default format string only applies...
2022-06-29 mvsRemove switch(4) remains.
2022-06-29 jobAdd -m option to ts(1)
2022-06-29 tbUse relative paths so beck can run regress in his git...
2022-06-29 dvremove archaic comment from original import of i386...
2022-06-29 jcaRegen syscalls files as they were meant to be, correcti...
2022-06-29 jcaUnlock the pledge(2) system call
2022-06-29 jcaSimplify the locking dance around pledge_syscall()
2022-06-29 tbwhitespace nit
2022-06-29 jcaUse READ_ONCE() when saving pr->ps_pledge to a local...
2022-06-29 tbmissing blank line
2022-06-29 bluhmPass down the pointer to mbuf pointer into ip6_hbhchche...
2022-06-29 claudioMove the deep check back into the loop. There are ways...
2022-06-29 jsgdrm/i915: Implement w/a 22010492432 for adl-s
2022-06-29 jsgcorrect vararg use in kasprintf/kvasprintf
2022-06-29 sthensync
2022-06-29 martijnUse strncasecmp instead of strncmp when comparing the...
2022-06-29 mvsether_input() called with shared netlock, but pppoe...
2022-06-29 mvsNullify `ipsecflowinfo' when mbuf(9) has no ipsec flowi...
2022-06-29 beckRefactor asn1 time parsing to use CBS - enforce valid...
2022-06-29 jobImport ts(1) - a timestamp utility
2022-06-29 tbAlso check the security level in SSL_get1_supported_ciphers
2022-06-29 tbCheck security level when convertin a cipher list to...
2022-06-29 tbAlso check the security level when choosing a shared...
2022-06-29 tbThere's tentacles, tentacles everywhere
2022-06-29 tbAlso check the security level of the 'tmp dh'
2022-06-29 tbCheck the security of DH key shares
2022-06-29 tbRename one s to ssl for consistency
2022-06-29 tbCheck sigalg security level when selecting them.
2022-06-29 tbCheck the security bits of the sigalgs' pkey
2022-06-29 tbCheck the security level when building sigalgs
2022-06-29 tbAnnotate sigalgs with their security level.
next