openbsd
2023-07-28 tbRemove OBJ_add_sigid() and OBJ_sigid_free()
2023-07-28 tbRemove more ERR cruft
2023-07-28 tbRemove ERR_{get,set}_implementation()
2023-07-28 tbMake ex_data implementations internal
2023-07-28 tbRemove BUF_[a-z]* API
2023-07-28 tbDrop BIO_n{read,write}{,0}()
2023-07-28 tbRemove the get_rfc*_prime_*() API
2023-07-28 tbMake BN_BLINDING internal
2023-07-28 tbRemove ASN1_bn_print() and ASN1_buf_print()
2023-07-28 tbMake ASN1_{primitive,template}_* internal
2023-07-28 tbMake ASN.1 BIO internal
2023-07-28 tbSet OPENSSL_NO_ENGINE, remove engine code
2023-07-28 tbsync
2023-07-28 tbDrop DSO and define OPENSSL_NO_DSO
2023-07-28 claudioProperly emulate wait_event_interruptible_locked().
2023-07-28 tbDrop the comp module
2023-07-28 claudioRemove local hack in intel_atomic_commit_fence_wait().
2023-07-28 mvsCompare m_pullup(9) return value against NULL instead...
2023-07-28 tbRemove some unneeded includes from ecdh.c
2023-07-28 tbPull up zeroing of out; drop unnecessary check
2023-07-28 tbRename buflen to buf_len, use calloc/freezero
2023-07-28 tbMove KDF handling to ECDH_compute_key()
2023-07-28 tbMerge ecdh.h into ec.h
2023-07-28 tbExcise ECDH_METHOD
2023-07-28 tbRemove ECDH errors
2023-07-28 tbRemove some unneeded includes from ecdsa.h
2023-07-28 tbMerge ecdsa.h into ec.h
2023-07-28 tbRemove ECDSA_METHOD
2023-07-28 tbRemove ecs_err.c
2023-07-28 tbPlace public ECDSA API next to the internal methods
2023-07-28 tbRemove ECDSA_{do_,}sign_ex()
2023-07-28 tbMake extended ECDSA signing routines internal
2023-07-28 claudioUse ibuf_data() instead of accessing the ibuf buf point...
2023-07-28 jsgRevert "drm/amd/display: edp do not add non-edid timings"
2023-07-28 jsgdrm/amd/display: Add polling method to handle MST reply...
2023-07-28 jsgdrm/amd/display: fix linux dp link lost handled only...
2023-07-28 jsgdrm/amd/display: Clean up errors & warnings in amdgpu_dm.c
2023-07-28 jsgdrm/amd/display: force connector state when bpc changes...
2023-07-28 jsgdrm/dp_mst: Clear MSG_RDY flag before sending new message
2023-07-28 jsgdrm/amd/display: fix some coding style issues
2023-07-28 jsgdrm/amd/display: use max_dsc_bpp in amdgpu_dm
2023-07-28 jsgdrm/ttm: fix bulk_move corruption when adding a entry
2023-07-28 jsgdrm/radeon: Fix integer overflow in radeon_cs_parser_init
2023-07-28 jsgdrm/amd/display: Keep PHY active for DP displays on...
2023-07-28 jsgdrm/amd/display: check TG is non-null before checking...
2023-07-28 jsgdrm/amd/display: Disable MPC split by default on specia...
2023-07-28 jsgdrm/amd/display: only accept async flips for fast updates
2023-07-28 jsgdrm/client: Fix memory leak in drm_client_modeset_probe
2023-07-28 guentherInclude a newline in a DPRINTF()
2023-07-28 jsgdrm/client: Fix memory leak in drm_client_target_cloned
2023-07-28 jsgdrm/amdgpu/pm: make mclk consistent for smu 13.0.7
2023-07-28 jsgdrm/amdgpu/pm: make gfxclock consistent for sienna...
2023-07-28 jsgdma-buf/dma-resv: Stop leaking on krealloc() failure
2023-07-28 guentherAdd CODEPATCH_CODE() macro to simplify defining a symbo...
2023-07-28 tbRemove ASN1_BIT_STRING_set doco
2023-07-28 tbRemove stale .Xr missed in previous
2023-07-28 tbsync
2023-07-28 tbRemove ASN1_BIT_STRING_num_asc.3
2023-07-28 jmc%C is a callable macro in mdoc(7) so, as we do for...
2023-07-28 djmdon't need to start a command here; use ssh -N instead.
2023-07-28 jsgFix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4.
2023-07-27 djmdon't incorrectly truncate logged strings retrieved...
2023-07-27 djmmake sshd_config AuthorizedPrincipalsCommand and Author...
2023-07-27 djmincrease default KDF work-factor for OpenSSH format...
2023-07-27 mvsFix routing message size check in route_output(). ...
2023-07-27 janFix inline vlan-tag handling of forwarded LRO packets...
2023-07-27 kettenisMake _eprol (and _etext) hidden. Fixes "cc -pg" on...
2023-07-27 chelohasched_init_cpu: move profclock staggering to clockintr_...
2023-07-27 guentherFix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4.
2023-07-27 dvvmd(8): fix verbose logging in child processes.
2023-07-27 tbPrepare the ssltest for the upcoming bump
2023-07-27 tbRemove antiquated options output
2023-07-27 tbAnnotate bogus output as incorrect
2023-07-27 tbFix two mandoc -Tlint warnings left in previous
2023-07-27 tbFix typo
2023-07-27 guentherReport speculation control bits in dmesg cpu lines.
2023-07-27 guentherThe interrupt resume (Xdoreti) and recurse (Xspllower...
2023-07-27 guentherFollow the lead of mips64 and make cpu_idle_cycle(...
2023-07-26 djmmake ssh -f (fork after authentication) work properly...
2023-07-26 tbPrepare this test for the upcoming bump
2023-07-26 tbRemove comment containing an outdated path
2023-07-26 jmcrevert previous: dlg tells me it's incorrect
2023-07-26 tbRemove ERR_get_{err_state,string}_table documentation
2023-07-26 tbRemove BUF_reverse and BUF_strdup documentation
2023-07-26 tbsync
2023-07-26 tbBN_BLINDING will be made internal-only. Remove its...
2023-07-26 tbsync
2023-07-26 tbBIO_f_asn1 and the prefix/suffix API will be removed
2023-07-26 tbDocument CMS_SignerInfos_get_version and CMS_get_versio...
2023-07-26 tbTweak EC_GROUP_check_discriminant()
2023-07-26 tbUnindent a big block in EC_GROUP_get_affine_coordinates()
2023-07-26 tbIntroduce and use ec_encode_scalar()
2023-07-26 tbGarbage collect the unused order in check_discriminant()
2023-07-26 tbStreamline check_discriminant()
2023-07-26 tbIntroduce ec_decode_scalar()
2023-07-26 tbUse EC_POINT_set_to_infinity() rather than inlining it
2023-07-26 kettenisShutd down the power domains suring suspend.
2023-07-26 jsgdrm/atomic: Fix potential use-after-free in nonblocking...
2023-07-26 jsgcall kref_init() in drm_attach() matching the call...
2023-07-26 jsingRemove constructor attribute for OPENSSL_cpuid_setup...
next