summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-31Remove unused {,N}CONF_dump_{bio,fp}()Theo Buehler
2024-08-31Remove EVP_PKEY_*check againTheo Buehler
2024-08-31syncTheo Buehler
2024-08-31Retire the whirlpool testTheo Buehler
2024-08-31unhook whirlpool from the treeTheo Buehler
2024-08-31rport(4) for p2p l3 connectivity between route domains.David Gwynne
2024-08-31add rport(4) for p2p l3 connectivity between route domains.David Gwynne
2024-08-31provide an example config for ikev1 with isakmpd and ipsecctlDavid Gwynne
2024-08-30minor grammar fixes;Jason McIntyre
2024-08-30SpellingMarcus Glocker
2024-08-30Garbage collect the DH_check*_ex() APITheo Buehler
2024-08-30Add and use local copy of X509V3_add_value()Theo Buehler
2024-08-30a few people have bugged me for an example. hopefully this is enough.David Gwynne
2024-08-30tweak the example to use veb instead of bridge.David Gwynne
2024-08-30try and keep in line with language used in other manual pages.David Gwynne
2024-08-30prefer "IPv4 and IPv6" over "IP[46]".David Gwynne
2024-08-30use strtonum() to parse numeric option values instead of atoi()Omar Polo
2024-08-30Remove cross references to whirlpoolTheo Buehler
2024-08-30zap line missed in previous removal; ok tbJason McIntyre
2024-08-30Adjust freenull test for upcoming conf_api.h removalTheo Buehler
2024-08-30drm/amdgpu/vcn: not pause dpg for unified queueJonathan Gray
2024-08-30drm/amdgpu/vcn: identify unified queue in sw initJonathan Gray
2024-08-30drm/amdgpu: Validate TA binary sizeJonathan Gray
2024-08-30drm/amdkfd: reserve the BO before validating itJonathan Gray
2024-08-30drm/amd/amdgpu: command submission parser for JPEGJonathan Gray
2024-08-30drm/amd/display: fix cursor offset on rotation 180Jonathan Gray
2024-08-30drm/amd/display: Enable otg synchronization logic for DCN321Jonathan Gray
2024-08-30drm/amd/display: Adjust cursor positionJonathan Gray
2024-08-30drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_p...Jonathan Gray
2024-08-30drm/amdkfd: Move dma unmapping after TLB flushJonathan Gray
2024-08-30drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtimeJonathan Gray
2024-08-30drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values ...Jonathan Gray
2024-08-30drm/amd/pm: fix error flow in sensor fetchingJonathan Gray
2024-08-30drm/amdgpu/jpeg4: properly set atomics vmid fieldJonathan Gray
2024-08-30Revert commitid KcCtsA53F9UQzc0t:Philip Guenther
2024-08-30drm/amdgpu/jpeg2: properly set atomics vmid fieldJonathan Gray
2024-08-30drm/amdgpu: Actually check flags for all context ops.Jonathan Gray
2024-08-29fix handling of Return-PathOmar Polo
2024-08-29syncTheo Buehler
2024-08-29Remove documentation of EVP_whirlpoolTheo Buehler
2024-08-29Remove documentation of ERR_add_error_{,v}data()Theo Buehler
2024-08-29HMAC_Init() is dead. Long live HMAC_Init_ex()Theo Buehler
2024-08-29Remove documentation of (caveat on) X509_TRUST_DEFAULTTheo Buehler
2024-08-29Hide all EPT-related bits behind #ifdef in amd64 pmap.Dave Voutila
2024-08-29Disable hmac and pkey_ec tests until after the bumpTheo Buehler
2024-08-29Adjust documentation for check/pubcheck removalTheo Buehler
2024-08-29Remove check and pubcheck from openssl pkey and pkeyparamTheo Buehler
2024-08-29Remove the pkey_{,public_,param_}check() handlersTheo Buehler
2024-08-29Remove evp_pkey_check testTheo Buehler
2024-08-29In m_pulldown() replace memmove() with memcpy().Alexander Bluhm