summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-30Add missing LCRYPTO_ALIAS()Theo Buehler
2024-03-30Fix LCRYPTO_UNUSED() in namespace buildsTheo Buehler
2024-03-30In _malloc_init(), round up the region being mprotected RW to the mallocMiod Vallat
2024-03-30Hide symbols in aesjoshua
2024-03-30Hide symbols in camelliajoshua
2024-03-30Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.Joel Sing
2024-03-30Hide symbols in whrlpooljoshua
2024-03-30Hide symbols in CMSjoshua
2024-03-30Remove pointless guard in cms headerjoshua
2024-03-29Do not include <machine/frame.h> in libc sparc64 fpu routines, they don'tMiod Vallat
2024-03-29Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}Joel Sing
2024-03-29Always use C functions for AES_{encrypt,decrypt}().Joel Sing
2024-03-29Remove previously missed idea file.Joel Sing
2024-03-29Consolidate cast code.Joel Sing
2024-03-29Consolidate camellia code.Joel Sing
2024-03-29Move camellia to primary Makefile.Joel Sing
2024-03-29Remove now unused camellia assembly implementations.Joel Sing
2024-03-29Stop building camellia assembly on amd64 and i386.Joel Sing
2024-03-29Simplify the conditionals for architectures which do not need any particularMiod Vallat
2024-03-29the msyscall(2) manual page can be deleted.Theo de Raadt
2024-03-29Sprinkle a few references to RFC 8419Theo Buehler
2024-03-29Implement Ed25519 signatures for CMS (RFC 8419)Theo Buehler
2024-03-29Move aes_core.c to the primary Makefile.Joel Sing
2024-03-29Consolidate idea into a single C file.Joel Sing
2024-03-29Remove unused n2ln, l2nn, n2l and l2n macros.Joel Sing
2024-03-29Make X509_VERIFY_PARAM_set1_policies() less badTheo Buehler
2024-03-29Clean up X509_VERIFY_PARAM_add0_policy()Theo Buehler
2024-03-29Always use C functions for AES_set_{encrypt,decrypt}_key().Joel Sing
2024-03-29Retire mime_debug()Theo Buehler
2024-03-29Improve error checking in i2d_ASN1_bio_stream()Theo Buehler
2024-03-29Consolidate whirlpool into a single C file.Joel Sing
2024-03-29Remove now unused assembly implementations of whirlpool.Joel Sing
2024-03-29Hide symbols in Blowfishjoshua
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-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-29Fix indentTheo Buehler
2024-03-29Apply style(9) hammer.Joel Sing
2024-03-28Hide symbols in RIPEMDjoshua
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