summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-29Move wp_block.c to the primary Makefile.jsing12-35/+12
2024-03-29Remove CMS special now that we do not depend on pem.h being included first.jsing1-2/+1
2024-03-29Stop playing #ifdef HEADER_PEM_H games in cms.h.jsing1-3/+4
2024-03-29Stop using pem2.h.jsing2-4/+3
2024-03-29Hide symbols in DESjoshua22-20/+157
2024-03-29Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.jsing1-4/+4
2024-03-29Stop building whirlpool assembly on amd64 and i386.jsing2-6/+3
2024-03-29Fix indenttb1-2/+2
2024-03-29Apply style(9) hammer.jsing1-118/+117
2024-03-28Hide symbols in RIPEMDjoshua3-1/+45
2024-03-28Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing14-102/+43
2024-03-28Make AES_cbc_encrypt() always be a C function.jsing5-17/+32
2024-03-28Use static inline for rc4_set_key_internal().jsing1-2/+2
2024-03-28Remove unused SM3_Transform()jsing1-9/+1
2024-03-28Rename SM3_block_data_order() and make static.jsing1-9/+8
2024-03-28Remove md32_common.h since it is now (finally) unused.jsing1-309/+0
2024-03-28Rework loads and stores for sm3.jsing1-61/+57
2024-03-28Remove .init section that calls OPENSSL_cpuid_setup on i386.jsing1-4/+0
2024-03-28Remove .init section that calls OPENSSL_cpuid_setup on amd64.jsing1-10/+0
2024-03-28Rework loads and stores in ripemd.jsing1-74/+53
2024-03-28Remove OPENSSL_UNISTD definetb13-39/+0
2024-03-28Expand ROTATE macro to crypto_rol_u32().jsing1-8/+10
2024-03-28Include stdint.h since we use uint*_t types.jsing1-1/+2
2024-03-28Inline initial hash values.jsing1-18/+11
2024-03-28Remove no unnecessary do { } while (0);jsing1-3/+1
2024-03-28Inline HASH_MAKE_STRING.jsing1-17/+20
2024-03-28Expand HASH_* defines.jsing1-26/+28
2024-03-28Hide symbols in RC4joshua3-1/+36
2024-03-28Reorder functions.jsing1-116/+115
2024-03-28Tidy includes.jsing1-5/+5
2024-03-28Inline functions from md32_common.h.jsing1-1/+101
2024-03-28Load in the top of the loop, as we do for other hash implementations.jsing2-20/+20
2024-03-28Remove now unnecessary do { } while (0);jsing1-3/+1
2024-03-28Inline HASH_MAKE_STRING.jsing1-14/+14
2024-03-28Expand ROTATE macro to crypto_rol_u32().jsing1-11/+16
2024-03-28Demacro sha1.jsing1-164/+252
2024-03-28Inline initial hash values.jsing1-12/+8
2024-03-28Clean up various defines and prototypes.jsing1-28/+2
2024-03-28Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errorsjoshua2-8/+9
2024-03-28Nuke more gostbeck2-0/+0
2024-03-28Nuke more leftover GOST tendrils.beck4-1499/+2
2024-03-28Tidy includes.jsing1-4/+4
2024-03-28Expand HASH_* defines.jsing1-27/+29
2024-03-28Reorder functions.jsing1-109/+109
2024-03-28Inline functions from md32_common.h for ripemd.jsing1-1/+101
2024-03-28Fix line wrapping.jsing1-6/+4
2024-03-28Remove fallback files that are now always included in the build.jsing1-5/+1
2024-03-28Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtlsjoshua1-6/+7
2024-03-28Move rc4.c to primary Makefile.jsing12-32/+14
2024-03-28Use C functions for RC4 public API.jsing5-21/+52