| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix LCRYPTO_UNUSED() in namespace builds | tb | 2024-03-30 | 1 | -4/+7 |
* | In _malloc_init(), round up the region being mprotected RW to the malloc | miod | 2024-03-30 | 1 | -11/+11 |
* | Hide symbols in aes | joshua | 2024-03-30 | 5 | -3/+74 |
* | Hide symbols in camellia | joshua | 2024-03-30 | 3 | -1/+60 |
* | Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB. | jsing | 2024-03-30 | 1 | -33/+99 |
* | Hide symbols in whrlpool | joshua | 2024-03-30 | 3 | -1/+45 |
* | Hide symbols in CMS | joshua | 2024-03-30 | 5 | -4/+30 |
* | Remove pointless guard in cms header | joshua | 2024-03-30 | 1 | -4/+2 |
* | Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt} | jsing | 2024-03-29 | 1 | -6/+9 |
* | Always use C functions for AES_{encrypt,decrypt}(). | jsing | 2024-03-29 | 14 | -84/+124 |
* | Remove previously missed idea file. | jsing | 2024-03-29 | 1 | -176/+0 |
* | Consolidate cast code. | jsing | 2024-03-29 | 7 | -703/+398 |
* | Consolidate camellia code. | jsing | 2024-03-29 | 9 | -640/+124 |
* | Move camellia to primary Makefile. | jsing | 2024-03-29 | 12 | -44/+14 |
* | Remove now unused camellia assembly implementations. | jsing | 2024-03-29 | 2 | -2001/+0 |
* | Stop building camellia assembly on amd64 and i386. | jsing | 2024-03-29 | 2 | -5/+8 |
* | Sprinkle a few references to RFC 8419 | tb | 2024-03-29 | 3 | -6/+15 |
* | Implement Ed25519 signatures for CMS (RFC 8419) | tb | 2024-03-29 | 2 | -21/+126 |
* | Move aes_core.c to the primary Makefile. | jsing | 2024-03-29 | 12 | -32/+12 |
* | Consolidate idea into a single C file. | jsing | 2024-03-29 | 5 | -357/+287 |
* | Remove unused n2ln, l2nn, n2l and l2n macros. | jsing | 2024-03-29 | 1 | -44/+1 |
* | Make X509_VERIFY_PARAM_set1_policies() less bad | tb | 2024-03-29 | 1 | -22/+34 |
* | Clean up X509_VERIFY_PARAM_add0_policy() | tb | 2024-03-29 | 1 | -6/+5 |
* | Always use C functions for AES_set_{encrypt,decrypt}_key(). | jsing | 2024-03-29 | 9 | -57/+100 |
* | Retire mime_debug() | tb | 2024-03-29 | 1 | -5/+1 |
* | Improve error checking in i2d_ASN1_bio_stream() | tb | 2024-03-29 | 1 | -23/+24 |
* | Consolidate whirlpool into a single C file. | jsing | 2024-03-29 | 4 | -284/+229 |
* | Remove now unused assembly implementations of whirlpool. | jsing | 2024-03-29 | 2 | -978/+0 |
* | Hide symbols in Blowfish | joshua | 2024-03-29 | 3 | -1/+51 |
* | Move wp_block.c to the primary Makefile. | jsing | 2024-03-29 | 12 | -35/+12 |
* | Stop playing #ifdef HEADER_PEM_H games in cms.h. | jsing | 2024-03-29 | 1 | -3/+4 |
* | Stop using pem2.h. | jsing | 2024-03-29 | 2 | -4/+3 |
* | Hide symbols in DES | joshua | 2024-03-29 | 22 | -20/+157 |
* | Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers. | jsing | 2024-03-29 | 1 | -4/+4 |
* | Stop building whirlpool assembly on amd64 and i386. | jsing | 2024-03-29 | 2 | -6/+3 |
* | Fix indent | tb | 2024-03-29 | 1 | -2/+2 |
* | Apply style(9) hammer. | jsing | 2024-03-29 | 1 | -118/+117 |
* | Hide symbols in RIPEMD | joshua | 2024-03-28 | 3 | -1/+45 |
* | Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms. | jsing | 2024-03-28 | 14 | -102/+43 |
* | Make AES_cbc_encrypt() always be a C function. | jsing | 2024-03-28 | 5 | -17/+32 |
* | Use static inline for rc4_set_key_internal(). | jsing | 2024-03-28 | 1 | -2/+2 |
* | Remove unused SM3_Transform() | jsing | 2024-03-28 | 1 | -9/+1 |
* | Rename SM3_block_data_order() and make static. | jsing | 2024-03-28 | 1 | -9/+8 |
* | Remove md32_common.h since it is now (finally) unused. | jsing | 2024-03-28 | 1 | -309/+0 |
* | Rework loads and stores for sm3. | jsing | 2024-03-28 | 1 | -61/+57 |
* | Remove .init section that calls OPENSSL_cpuid_setup on i386. | jsing | 2024-03-28 | 1 | -4/+0 |
* | Remove .init section that calls OPENSSL_cpuid_setup on amd64. | jsing | 2024-03-28 | 1 | -10/+0 |
* | Rework loads and stores in ripemd. | jsing | 2024-03-28 | 1 | -74/+53 |
* | Remove OPENSSL_UNISTD define | tb | 2024-03-28 | 13 | -39/+0 |
* | Expand ROTATE macro to crypto_rol_u32(). | jsing | 2024-03-28 | 1 | -8/+10 |