summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-29Move wp_block.c to the primary Makefile.Joel Sing
2024-03-29Sync EVP_MD_meth removal with what landed upstreamTheo Buehler
2024-03-29Remove CMS special now that we do not depend on pem.h being included first.Joel Sing
2024-03-29Stop playing #ifdef HEADER_PEM_H games in cms.h.Joel Sing
2024-03-29Stop using pem2.h.Joel Sing
2024-03-29Hide symbols in DESjoshua
2024-03-29Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.Joel Sing
2024-03-29Stop building whirlpool assembly on amd64 and i386.Joel Sing
2024-03-29Back out tzset(3) change, it is not effective.Todd C. Miller
2024-03-29Call tzset() in main() so we don't need to check TZ repeatedly.Todd C. Miller
2024-03-29Fix indentTheo Buehler
2024-03-29Apply style(9) hammer.Joel Sing
2024-03-28Hide symbols in RIPEMDjoshua
2024-03-28Alder Lake-N eMMC needs the 0V quirkJonathan Gray
2024-03-28Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.Joel Sing
2024-03-28Make AES_cbc_encrypt() always be a C function.Joel Sing
2024-03-28Use static inline for rc4_set_key_internal().Joel Sing
2024-03-28Remove unused SM3_Transform()Joel Sing
2024-03-28Rename SM3_block_data_order() and make static.Joel Sing
2024-03-28Remove md32_common.h since it is now (finally) unused.Joel Sing
2024-03-28Rework loads and stores for sm3.Joel Sing
2024-03-28Remove .init section that calls OPENSSL_cpuid_setup on i386.Joel Sing
2024-03-28Remove .init section that calls OPENSSL_cpuid_setup on amd64.Joel Sing
2024-03-28Rework loads and stores in ripemd.Joel Sing
2024-03-28Remove OPENSSL_UNISTD defineTheo Buehler
2024-03-28Expand ROTATE macro to crypto_rol_u32().Joel Sing
2024-03-28Include stdint.h since we use uint*_t types.Joel Sing
2024-03-28Inline initial hash values.Joel Sing
2024-03-28Remove no unnecessary do { } while (0);Joel Sing
2024-03-28Inline HASH_MAKE_STRING.Joel Sing
2024-03-28Expand HASH_* defines.Joel Sing
2024-03-28Hide symbols in RC4joshua
2024-03-28Reorder functions.Joel Sing
2024-03-28Tidy includes.Joel Sing
2024-03-28Inline functions from md32_common.h.Joel Sing
2024-03-28Load in the top of the loop, as we do for other hash implementations.Joel Sing
2024-03-28Remove now unnecessary do { } while (0);Joel Sing
2024-03-28Inline HASH_MAKE_STRING.Joel Sing
2024-03-28Expand ROTATE macro to crypto_rol_u32().Joel Sing
2024-03-28Demacro sha1.Joel Sing
2024-03-28Inline initial hash values.Joel Sing
2024-03-28Clean up various defines and prototypes.Joel Sing
2024-03-28Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errorsjoshua
2024-03-28Nuke more gostBob Beck
2024-03-28Nuke more leftover GOST tendrils.Bob Beck
2024-03-28unstub guc functionsJonathan Gray
2024-03-28add more iosys_map interfaces used by inteldrm guc codeJonathan Gray
2024-03-28Tidy includes.Joel Sing
2024-03-28Expand HASH_* defines.Joel Sing
2024-03-28Reorder functions.Joel Sing