openbsd
2022-07-04 tobheFix error in the comparison of the Child SA nonces...
2022-07-04 nicmSort panes by index not by ID, GitHub issue 3249.
2022-07-04 nicmMouse clicks could change current item, so work it...
2022-07-03 tbReword a comment
2022-07-03 tbUnwrap a line
2022-07-03 jobRevert previous changeset: While using .Nm without...
2022-07-03 florianuse sys/types.h to get at __dead.
2022-07-03 deraadtthou shalt not include sys/cdefs.h because it is not...
2022-07-03 sthenUpdate instructions for using curl's mk-ca-bundle script.
2022-07-03 jsingSimplify certificate list handling code in legacy server.
2022-07-03 jsingSimplify certificate list handling code in legacy client.
2022-07-03 schwarzeInstead of the custom <div class="manual-text">, use...
2022-07-03 jobNm is already defined
2022-07-03 knCreate virtual interfaces upfront if specified on the...
2022-07-03 florianImplement SVCB and HTTPS record types.
2022-07-03 tbSimplify tls1_ec_nid2group_id()
2022-07-03 tbSimplify tls1_ec_group_id2{bits,nid}()
2022-07-02 jsingCall certificate variables cert and certs, rather than...
2022-07-02 knMake -s accept HUP like kill(1) and GNU timeout(1) do
2022-07-02 jsingUse ASN1_INTEGER to parse/build (Z)LONG_it
2022-07-02 deraadtsync
2022-07-02 deraadtdhclient(8) has been undergoing replacement with "ifcon...
2022-07-02 jsingRemove references to openssl/obj_mac.h
2022-07-02 tbStop using ssl{_ctx,}_security() outside of ssl_seclevel.c
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()
next