summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-03-26Add an indicator that an extension has been processed.Bob Beck
2024-03-26Fix expected client hello value to allow for supported_groups change.Bob Beck
2024-03-26Garbage collect the unused verifyctx() and verifyctx_init()Theo Buehler
2024-03-26adapt ttm fault handler to OpenBSDJonathan Gray
2024-03-26Import regenerated moduli.Darren Tucker
2024-03-26Process supported groups before key share.Bob Beck
2024-03-26Disable client handshake test for now for pending changes.Bob Beck
2024-03-26Use errno_value instead of num for readabilityjoshua
2024-03-26print amps and wattsDavid Gwynne
2024-03-26amps and watts typesDavid Gwynne
2024-03-26Use errno_value instead of num for readabilityjoshua
2024-03-26Change ts to only support one second precision.Bob Beck
2024-03-26Clean up conf's module_init()Theo Buehler
2024-03-25Add missing SFENCE.VMA instructions after switching page tables duringMark Kettenis
2024-03-25Add the VLAN_HWTAGGING capability. Big thanks to bket@ for testing,Moritz Buhl
2024-03-25optional debuggingDamien Miller
2024-03-25remove possibly bogus length checkOmar Polo
2024-03-25Move the "no (hard) linking directories" and "no cross-mount links"Philip Guenther
2024-03-25regenVitaliy Makkoveev
2024-03-25Unlock shutdown(2).Vitaliy Makkoveev
2024-03-25Add rpigpio(4), a driver for the RP1 GPIO controller on the Raspberry Pi 5.Patrick Wildt
2024-03-25whois: use getline(3) instead of fgetln(3)Todd C. Miller
2024-03-25Rewrite HKDF_expand().Joel Sing