summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arch
AgeCommit message (Expand)Author
2023-04-15Stop building GF2m assemblyTheo Buehler
2023-04-05Sprinkle a few BTI instructions into the arm64 assembly files and passMark Kettenis
2023-02-22Replace bn_sub_part_words() with bn_sub().Joel Sing
2023-02-16Enable s2n-bignum word_clz() on amd64.Joel Sing
2023-01-31Remove the now empty bn_asm.c.Joel Sing
2023-01-31Remove sparc related files from libcrypto.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-20Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).Joel Sing
2023-01-17Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_addMiod Vallat
2023-01-14Remove unused Elliptic Curve code.Joel Sing
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2023-01-11based upon inspection of obj/*.S ...Theo de Raadt
2023-01-11temporarily force hppa libcrypto to be built --no-execute-only becauseTheo de Raadt
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-03-25use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64Robert Nagy
2022-03-23Start disentangling armv7 and aarch64 codeTheo Buehler
2021-05-02riscv64 openssl configDale Rahn
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2020-06-29Disable assembly code for powerpc64; more work is needed to make it work.Mark Kettenis
2020-06-28Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tMark Kettenis
2020-06-26Accidentally doubled these files on first commit. Correcting.Dale Rahn
2020-06-25Intial attempt at powerpc64 libcrypto pieces.Dale Rahn
2019-07-02Add cpuid support for arm64 so that we can recognize whichPatrick Wildt
2019-05-11Remove commented out rc5 bitsTheo Buehler
2017-08-20sprinkle a few missing dependencies on perl scripts internal bits.Marc Espie
2017-01-11Add support for AArch64.Patrick Wildt
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
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2016-09-04Less vax.Joel Sing
2016-09-01remove sparc supportTed Unangst
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2015-09-11Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblerMiod Vallat
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
2015-03-18In the neverending saga of enabling and disabling assembler code for shaMiod Vallat
2015-03-05Do not use sha512-parisc for now, as it is subtly bugged - passes the shaMiod Vallat
2014-12-07Revert to the use of C code for the basic BN routines (bn_add_words,Miod Vallat
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-09-27Revert r1.5 and reenable assembler version of ghash now that it has beenMiod Vallat
2014-09-27Disable assembler code for ghash on hppa, causes wrong computations in someMiod Vallat
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedBrent Cook
2014-07-11i'm a dumbdumb. fix build.Ted Unangst
2014-07-11move all the feature settings to a common header.Ted Unangst
2014-07-11Make sure we leave OPENSSL_NO_PSK in the conf files so thingsBob Beck
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer
2014-05-07miod forgot about fcrypt_b.c being needed, before he went off to get hisTheo de Raadt
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makeMiod Vallat