summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move aes_core.c to the primary Makefile.jsing2024-03-2912-32/+12
* Consolidate idea into a single C file.jsing2024-03-295-357/+287
* Remove unused n2ln, l2nn, n2l and l2n macros.jsing2024-03-291-44/+1
* Make X509_VERIFY_PARAM_set1_policies() less badtb2024-03-291-22/+34
* Clean up X509_VERIFY_PARAM_add0_policy()tb2024-03-291-6/+5
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-299-57/+100
* Retire mime_debug()tb2024-03-291-5/+1
* Improve error checking in i2d_ASN1_bio_stream()tb2024-03-291-23/+24
* Consolidate whirlpool into a single C file.jsing2024-03-294-284/+229
* Remove now unused assembly implementations of whirlpool.jsing2024-03-292-978/+0
* Hide symbols in Blowfishjoshua2024-03-293-1/+51
* Move wp_block.c to the primary Makefile.jsing2024-03-2912-35/+12
* Stop playing #ifdef HEADER_PEM_H games in cms.h.jsing2024-03-291-3/+4
* Stop using pem2.h.jsing2024-03-292-4/+3
* Hide symbols in DESjoshua2024-03-2922-20/+157
* Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.jsing2024-03-291-4/+4
* Stop building whirlpool assembly on amd64 and i386.jsing2024-03-292-6/+3
* Fix indenttb2024-03-291-2/+2
* Apply style(9) hammer.jsing2024-03-291-118/+117
* Hide symbols in RIPEMDjoshua2024-03-283-1/+45
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-2814-102/+43
* Make AES_cbc_encrypt() always be a C function.jsing2024-03-285-17/+32
* Use static inline for rc4_set_key_internal().jsing2024-03-281-2/+2
* Remove unused SM3_Transform()jsing2024-03-281-9/+1
* Rename SM3_block_data_order() and make static.jsing2024-03-281-9/+8
* Remove md32_common.h since it is now (finally) unused.jsing2024-03-281-309/+0
* Rework loads and stores for sm3.jsing2024-03-281-61/+57
* Remove .init section that calls OPENSSL_cpuid_setup on i386.jsing2024-03-281-4/+0
* Remove .init section that calls OPENSSL_cpuid_setup on amd64.jsing2024-03-281-10/+0
* Rework loads and stores in ripemd.jsing2024-03-281-74/+53
* Remove OPENSSL_UNISTD definetb2024-03-2813-39/+0
* Expand ROTATE macro to crypto_rol_u32().jsing2024-03-281-8/+10
* Include stdint.h since we use uint*_t types.jsing2024-03-281-1/+2
* Inline initial hash values.jsing2024-03-281-18/+11
* Remove no unnecessary do { } while (0);jsing2024-03-281-3/+1
* Inline HASH_MAKE_STRING.jsing2024-03-281-17/+20
* Expand HASH_* defines.jsing2024-03-281-26/+28
* Hide symbols in RC4joshua2024-03-283-1/+36
* Reorder functions.jsing2024-03-281-116/+115
* Tidy includes.jsing2024-03-281-5/+5
* Inline functions from md32_common.h.jsing2024-03-281-1/+101
* Load in the top of the loop, as we do for other hash implementations.jsing2024-03-282-20/+20
* Remove now unnecessary do { } while (0);jsing2024-03-281-3/+1
* Inline HASH_MAKE_STRING.jsing2024-03-281-14/+14
* Expand ROTATE macro to crypto_rol_u32().jsing2024-03-281-11/+16
* Demacro sha1.jsing2024-03-281-164/+252
* Inline initial hash values.jsing2024-03-281-12/+8
* Clean up various defines and prototypes.jsing2024-03-281-28/+2
* Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errorsjoshua2024-03-282-8/+9
* Nuke more leftover GOST tendrils.beck2024-03-281-2/+1