summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arch/amd64/Makefile.inc
AgeCommit message (Expand)Author
5 daysProvide a SHA-256 assembly implementation for amd64 using SHA-NI.Joel Sing
6 daysProvide a replacement assembly implementation for SHA-512 on amd64.Joel Sing
14 daysProvide a replacement assembly implementation for SHA-256 on amd64.Joel Sing
2024-10-18Provide crypto_cpu_caps_init() for amd64.Joel Sing
2024-08-11Provide and use crypto_arch.h.Joel Sing
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all theTheo de Raadt
2024-03-29Always use C functions for AES_{encrypt,decrypt}().Joel Sing
2024-03-29Move camellia to primary Makefile.Joel Sing
2024-03-29Stop building camellia assembly on amd64 and i386.Joel Sing
2024-03-29Move aes_core.c to the primary Makefile.Joel Sing
2024-03-29Always use C functions for AES_set_{encrypt,decrypt}_key().Joel Sing
2024-03-29Move wp_block.c to the primary Makefile.Joel Sing
2024-03-29Stop building whirlpool assembly on amd64 and i386.Joel Sing
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-28Move rc4.c to primary Makefile.Joel Sing
2024-03-28Use C functions for RC4 public API.Joel Sing
2024-03-28Move des sources to primary Makefile.Joel Sing
2024-03-27Remove assembly for stitched modes.Joel Sing
2024-03-27Move bf_enc.c to the primary Makefile.Joel Sing
2023-04-15Stop building GF2m assemblyTheo Buehler
2023-02-16Enable s2n-bignum word_clz() on amd64.Joel Sing
2023-01-29Use s2n-bignum assembly implementations for libcrypto bignum on amd64.Joel Sing
2023-01-21Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().Joel Sing
2023-01-14Remove unused Elliptic Curve code.Joel Sing
2017-08-20sprinkle a few missing dependencies on perl scripts internal bits.Marc Espie
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpBob Beck
2016-11-04Ride the current major bump and enable assembler code for nist 256p curve,Miod Vallat
2015-09-11Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblerMiod Vallat
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedBrent Cook
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makeMiod Vallat
2014-04-17Move the machine-specific parts of the libcrypto Makefile to per-arch makefileMiod Vallat