summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-26Additional length check for IPv6 reassembled fragments.Alexander Bluhm
2024-03-26Remove superfluous parentheses in X509_REQ settersTheo Buehler
2024-03-26Cosmetics, mostly removal of silly parenthesesTheo Buehler
2024-03-26Drop superfluous parentheses in X509_set_version()Theo Buehler
2024-03-26The devicetree standard allows for multiple /memory nodes, each withMark Kettenis
2024-03-26Tweak versions comment for CRLsTheo Buehler
2024-03-26piuid and psuid have annoyed me for long enoughTheo Buehler
2024-03-26x509 trust: remove unneeded headersTheo Buehler
2024-03-26Implement support for the RISC-V UEFI Boot Protocol. This provides usMark Kettenis
2024-03-26add cfi instructions to repair this test on amd64 and arm64.Miod Vallat
2024-03-26Improve spinning in mtx_enter().Alexander Bluhm
2024-03-26Implement the chmod a-x bsd.upgrade trick in the sparc64 ofwboot bootloader.Claudio Jeker
2024-03-26Rework input and output handling for sha1.Joel Sing
2024-03-26Move the SendHoldTimer code into start_timer_sendholdtime() and ensureClaudio Jeker
2024-03-26Inline initial values.Joel Sing
2024-03-26Rework input and output handling for md4.Joel Sing
2024-03-26Simplify HMAC_CTX_new()joshua
2024-03-26Clean up EVP_DigestSignFinaljoshua
2024-03-26Temporarily change the connector to unregistered when adding the backlightJonathan Gray
2024-03-26Reject setting invalid versions for certs, CRLs and CSRsTheo Buehler
2024-03-26test bl_idx instead of the connector type to check for backlightJonathan Gray
2024-03-26Fix selection present check, reported by M Kelly.Nicholas Marriott
2024-03-26Avoid NULL pointer dereference in routing table an_match().Alexander Bluhm
2024-03-26Use `sb_mtx' to protect `so_rcv' receive buffer of unix(4) sockets.Vitaliy Makkoveev
2024-03-26Add TLS_ERROR_INVALID_CONTEXT error code to libtlsjoshua
2024-03-26test -h is the POSIXly way of testing for a symlink. Reduces diff vsDarren Tucker
2024-03-26Remove now unnecessary do {} while (0);Joel Sing
2024-03-26Inline HASH_MAKE_STRING.Joel Sing
2024-03-26Remove PKCS5_pbe2_set_iv()Theo Buehler
2024-03-26Reorder functions expanded from md32_common.h.Joel Sing
2024-03-26Unifdef PBE_PRF_TESTTheo Buehler
2024-03-26Expand HASH_* defines.Joel Sing
2024-03-26Inline hash functions from md32_common.h.Joel Sing
2024-03-26Fix previous commit.Joel Sing
2024-03-26Add error code support to libtlsjoshua
2024-03-26Reorder functions.Joel Sing
2024-03-26Provide an optimised bn_subw() for amd64.Joel Sing
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinaljoshua
2024-03-26Stop including md32_common.h in md5.c and remove unused defines.Joel Sing
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinaljoshua
2024-03-26Include stdint.h for uintptr_t.Joel Sing
2024-03-26Add back x509_local.h for PBKDF2PARAMTheo Buehler
2024-03-26PKCS5_pbe2_set_iv() can be local to p5_pbev2Theo Buehler
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS1_MGF1joshua
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua
2024-03-26Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInitjoshua
2024-03-26Demacro MD5 and improve data loading.Joel Sing
2024-03-26Mark internal functions as static.Joel Sing
2024-03-26Move bn_montgomery_reduce() and drop prototype.Joel Sing
2024-03-26Fix function guards.Joel Sing