openbsd
2023-04-17 tbSkip binary curves in ec_point_conversion
2023-04-17 claudioReverse the polarity of flowspec_cmp() so it works...
2023-04-17 tbSwitch all ec tests to using dynamic linking
2023-04-17 tbSimplify Makefile
2023-04-17 tbDrop GF2m tests
2023-04-17 tbAllow overriding the bc implementation used in run-bc
2023-04-17 tbFix typo
2023-04-17 nicmIgnore the user keys range when checking if a key is...
2023-04-17 kettenisMake -mbranch-protection=bti the default on OpenBSD.
2023-04-17 nicmIt seems silly to use progname for version, just always...
2023-04-17 nicmMake the check if printing is allowed the same as writi...
2023-04-17 nicmDiscard mouse sequences that have the right form but...
2023-04-17 tbDrop two useless READMEs
2023-04-17 opfix buffer overflow in displaymatch(); ok/tweak tb@
2023-04-17 tbSkip sect* curve checks
2023-04-17 knIndent interface and disk listings
2023-04-17 claudioConvert all users of parse_number() to also process...
2023-04-17 tbc_zlib.c needs bio_local.h with -DZLIB.
2023-04-17 jsingTweak indent and use named registers.
2023-04-17 claudioIn parse_prefix and parse_addr only touch the addr...
2023-04-17 jsingHook sha3 up to build.
2023-04-17 jsingMove BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
2023-04-17 claudioPassing argv as tripple indirect pointer to match_token...
2023-04-17 claudioRework how communities are parsed. Use tha fact that...
2023-04-17 opfix a few dobeep_msgs() calls: a space is already added...
2023-04-17 opadd doindent() prototype at the start of the file;...
2023-04-17 opresurrect mg' no-tab-mode
2023-04-17 tbUse C99 initializers for the default_pctx and mark...
2023-04-17 claudioAdd basic flowspec regress test.
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...
next