openbsd
2023-04-17 claudioImplement a basic API to work with flowspec NLRI.
2023-04-17 tbAdd missing const qualifiers to the v3_* externs
2023-04-17 tbFix whitespace in DHparam_print_fp()
2023-04-17 tbRemove now unused dh_prn.c
2023-04-17 tbDrop dh_prn.c
2023-04-17 tbMove DHparam_print_fp() next to DHparam_print()
2023-04-17 jmcremove bad Pp;
2023-04-17 jmcfix a macro and tweak punctuation;
2023-04-17 jsgdrm/i915: Split icl_color_commit_noarm() from skl_color...
2023-04-17 jsgdrm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLOR
2023-04-17 jsgdrm/i915/dp_mst: Fix payload removal during output...
2023-04-17 jsgdrm/display/dp_mst: Handle old/new payload states in...
2023-04-17 jsgdrm/amdgpu: skip psp suspend for IMU enabled ASICs...
2023-04-17 jsgdrm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
2023-04-17 jsgdrm/amd/display: Clear MST topology if it fails to...
2023-04-17 jsgdrm/i915: fix race condition UAF in i915_perf_add_confi...
2023-04-17 jsgdrm/i915: Fix context runtime accounting
2023-04-17 jsgfix double word
2023-04-17 deraadtOops, ramdisk case should be -fcf-protection=none
2023-04-17 jsgEnable Indirect Branch Tracking (IBT) for the kernel
2023-04-17 deraadtFor future userland IBT, the sigcode needs to start...
2023-04-17 deraadtThe bootblocks are 32-bit binaries which use the ENTRY...
2023-04-17 deraadtIDTVEC_NOALIGN() was the incorrect way to create a...
2023-04-17 deraadtAdd endbr64 instructions to most of the ENTRY() macros.
2023-04-16 deraadtcompile regular kernels with -fcf-protection=branch...
2023-04-16 tbFix previous: add a missing and
2023-04-16 chelohaclockintr: add shadow copy of running clock interrupt...
2023-04-16 deraadtif (actually... when) the compiler is flipped to do...
2023-04-16 ottoDump (leak) info using utrace(2) and compile the code...
2023-04-16 ottoAdd a -u label option to print selected utrace records...
2023-04-16 tbGarbage collect the now unused obfuscating macro string...
2023-04-16 tbInline the three uses of string_stack_free()
2023-04-16 tbRemove the now unused vpm_int.h
2023-04-16 tbx509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
2023-04-16 tbMove X509_VERIFY_PARAM_st from vpm_int.h to x509_local.h
2023-04-16 kettenisFix (and simplify) link speed reporting.
2023-04-16 jsingProvide EVP methods for SHA3 224/256/384/512.
2023-04-16 jsingProvide EVP methods for SHA512/224 and SHA512/256.
2023-04-16 jsingBounds check mdlen that is passed to sha3_init().
2023-04-16 kettenisAdd PT_GNU_PROPERTY define.
2023-04-16 dvvmd(8): correct comment in vioraw, cleanup formatting.
2023-04-16 dvvmd(8): clean up fd closing in vmm process.
2023-04-16 kettenisAdd support for the PCIe controller found on M2 Pro...
2023-04-16 tbShuffle ext_cmp() and ext_list_free() up a bit
2023-04-16 tbRemove unnecessary prototypes in the middle of the...
2023-04-16 tbUse more usual version of inlined nitems(). No binary...
2023-04-16 tbFix comment formatting and grammar, drop usless and...
2023-04-16 tbRemove now empty/unused ext_dat.h
2023-04-16 tbMerge ext_dat.h back into x509_lib.c
2023-04-16 kettenisToo many ACPI implementations advertise serial ports...
2023-04-16 kettenisAdd no-op implementations of the WSDISPLAYIO_GVIDEO...
2023-04-16 kettenisMake enabling the BTI feature a per-pmap thing by stori...
2023-04-16 kettenisClear BTYPE bits when setting up a signal handler and...
2023-04-16 tbMark X9.31 BN API for removal
2023-04-16 tbThe BN reciprocal API will also become internal-only
2023-04-16 tbVarious BN*init() will be removed from the public API
2023-04-16 tbMark public bn_nist and ec_nist API for removal
2023-04-16 tbMark EC_KEY_{get,insert}_method_data() for removal
2023-04-16 tbMark TS_VERIFY_CTX_init() for removal
2023-04-16 tbPrepare addition of X509_STORE_CTX_get1_{certs,crls}(3)
2023-04-16 tbMark remaining policy tree public API for removal
2023-04-16 tbAnnotate policy tree STACK_OF() goo for removal from...
2023-04-16 tbThe policy tree types become internal ony. Annotate...
2023-04-16 tbCipher text stealing will go away. Mark it for removal.
2023-04-16 tbMark proxy policy API for removal in upcoming bump
2023-04-16 tbRemove the now unused ex_pcpathlen from the X509 struct
2023-04-16 tbMore ProxyCertInfo tentacles go to the attic
2023-04-16 kettenisThe lowest performance level state for the E-cores...
2023-04-16 tbRemove some dead code from the new verifier
2023-04-16 tbDrop support for the ProxyCertInfo extension
2023-04-16 tbMake pcy_int.h pull in x509_local.h it will need it...
2023-04-16 ajacoutotAdd /etc/mixerctl.conf to changelist(5).
2023-04-16 jsgcall default db_ktrap() with tf_err, not 0 for exceptio...
2023-04-16 guentherHandle T_CP traps from userland by generating SIGILL...
2023-04-16 guentherTrap 17 (T_ALIGNFLT) supplies an error code in hardware...
2023-04-16 guentherBoth trap 21 (T_CP) and trap 17 (T_ALIGNFLT) supply...
2023-04-16 dvvmm(4): save and restore Intel CET state on vm entry...
2023-04-15 tbec_point_conversion: do not rely on ec.h pulling in...
2023-04-15 jsingUse size_t rather than int.
2023-04-15 jsingAdd SHA3 digest length define that was previously missed.
2023-04-15 jsingRemove sha3() function, which will not be used or exposed.
2023-04-15 jsingMark sha3_keccakf() as static and remove prototype...
2023-04-15 jsingUse memset() to zero the context, instead of zeroing...
2023-04-15 jsingProvide SHA3 length related defines.
2023-04-15 jsingUse the same byte order tests as we do elsewhere in...
2023-04-15 tbAdjust documentation of X9.31 padding mode
2023-04-15 tbStop supporting the long-retired X9.31 standard
2023-04-15 tbPrepare rsa.h for X9.31 support removal
2023-04-15 tbRemove now unused GF2m perlasm generators
2023-04-15 jsingRename SHA3 context struct field from 'st' to 'state'.
2023-04-15 jsingRename SHA3 context to align with existing code.
2023-04-15 jsingMove some defines out of the sha3_internal.h header.
2023-04-15 tbStop building GF2m assembly
2023-04-15 jsingRevise header guards.
2023-04-15 jsingPull constant tables out of sha3_keccakf().
2023-04-15 jsingStrip and reformat comments.
2023-04-15 jsingApply style(9) (first pass).
2023-04-15 jsingImport sha3_internal.h.
2023-04-15 jsingAdd license to sha3 files.
2023-04-15 jsingImport tiny_sha3
next