summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-27Initialize uvm_km_pages.mtx before use.Kurt Miller
2024-03-27Initialize pmap_tramp.pm_mtx before use.Kurt Miller
2024-03-27Support having bcmpcie(4) as both PCIe bus and simplebus to enablePatrick Wildt
2024-03-27printtime: use the Unix epoch if the file's timestamp is invalidTodd C. Miller
2024-03-27Remove unused rc4 parisc assembly.Joel Sing
2024-03-27Catch the blowfish that escaped.Joel Sing
2024-03-27Consolidate rc4 code.Joel Sing
2024-03-27Remove assembly for stitched modes.Joel Sing
2024-03-27Remove empty rc4_local.h include.Joel Sing
2024-03-27Remove private_RC4_set_key() from the public rc4.h header.Joel Sing
2024-03-27Unifdef BF_PTR2.Joel Sing
2024-03-27Remove unused c2l/c2ln/l2c/l2cn macros.Joel Sing
2024-03-27Consolidate blowfish code.Joel Sing
2024-03-27Replace GETU32 and PUTU32.Joel Sing
2024-03-27Remove now unused files.Joel Sing
2024-03-27Move bf_enc.c to the primary Makefile.Joel Sing
2024-03-27Stop building the assembly implementation of blowfish on i386.Joel Sing
2024-03-27Do not allow duplicate groups in supported groups.Bob Beck
2024-03-27zlib: sync with baseTheo Buehler
2024-03-27zlib: sync with upstreamTheo Buehler
2024-03-27Remove near duplicate AES_set_{encrypt,decrypt}_key() functions.Joel Sing
2024-03-27Explain the weird copy dance in EVP_DigestSignFinal()Theo Buehler
2024-03-27Add TLS_ERROR_INVALID_ARGUMENT error code to libtlsjoshua
2024-03-27Fix whitespaceTheo Buehler
2024-03-27Use crypto_rol_u32() instead of an undefined ROTATE macro.Joel Sing
2024-03-27Unify up_ref implementations in libsslTheo Buehler
2024-03-27Remove unused NDEBUG define.Joel Sing
2024-03-27Tidy includes and a comment.Joel Sing
2024-03-27Remove rather scary unused experimental code.Joel Sing
2024-03-27Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua
2024-03-27Demacro md4.Joel Sing
2024-03-27Hide symbols in engineTheo Buehler
2024-03-27drm: Fix drm_fixp2int_round() making it add 0.5Jonathan Gray
2024-03-27drm/amd/pm: Fix esm reg mask use to get pcie speedJonathan Gray
2024-03-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Jonathan Gray
2024-03-27drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'Jonathan Gray
2024-03-27drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()Jonathan Gray
2024-03-27drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Jonathan Gray
2024-03-27drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_...Jonathan Gray
2024-03-27drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Jonathan Gray
2024-03-27drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'Jonathan Gray
2024-03-27drm: Don't treat 0 as -1 in drm_fixp2int_ceilJonathan Gray
2024-03-27drm/amdgpu: Enable gpu reset for S3 abort cases on Raven seriesJonathan Gray
2024-03-27Recommit r1.20joshua
2024-03-27Revert to r1.19 while we track down a bug in the last two commits.Joel Sing
2024-03-27Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua
2024-03-27Use dsa for DSA and dh for DHTheo Buehler
2024-03-27Use dh for DH function arguments.Theo Buehler
2024-03-27Unify *_up_ref() implementationsTheo Buehler
2024-03-26Additional length check for IPv6 reassembled fragments.Alexander Bluhm