summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 leftover GOST tendrils.Bob Beck
2024-03-28Tidy includes.Joel Sing
2024-03-28Expand HASH_* defines.Joel Sing
2024-03-28Reorder functions.Joel Sing
2024-03-28Inline functions from md32_common.h for ripemd.Joel Sing
2024-03-28Fix line wrapping.Joel Sing
2024-03-28Delete pinsyscall(2) [which was specific only to SYS_execve] nowTheo de Raadt
2024-03-28Remove fallback files that are now always included in the build.Joel Sing
2024-03-28Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtlsjoshua
2024-03-28Move rc4.c to primary Makefile.Joel Sing
2024-03-28Use C functions for RC4 public API.Joel Sing
2024-03-28Check the return value of EVP_CIPHER_CTX_reset()Theo Buehler
2024-03-28Move des sources to primary Makefile.Joel Sing
2024-03-28Remove now unused des assembly.Joel Sing
2024-03-28Stop building the assembly implementation of des on sparc64.Joel Sing
2024-03-28Remove now unused ripemd i386 assembly.Joel Sing
2024-03-28Stop building the assembly implementation of des and ripemd on i386.Joel Sing
2024-03-28Consolidate most of the AES modes into a single C file.Joel Sing
2024-03-28PKCS#1.5 PBE: test and assignTheo Buehler
2024-03-28Stop pandering to the loadbalancer industrial complex.Bob Beck
2024-03-27Fix up server processing of key shares.Bob Beck
2024-03-27When the syscall number has to be loaded from a pc-relative location,Miod Vallat
2024-03-27Remove unused rc4 parisc assembly.Joel Sing