summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arch
AgeCommit message (Expand)Author
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
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itMiod Vallat
2014-05-04Enable the assembler code for BN, which was lost quite some time ago.Miod Vallat
2014-05-03Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.Miod Vallat
2014-05-03Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.Miod Vallat
2014-05-03Correctly enable Montgomery code.Miod Vallat
2014-05-03Enable assembler bits for BN (Montgomery), SHA1 and SHA256.Miod Vallat
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesMiod Vallat
2014-05-02Disable assembler version of SHA512 for now, it produces wrong results.Miod Vallat
2014-05-01Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.Miod Vallat
2014-05-01Enable use of the assembly code for BN (Montgomery) and SHA1.Miod Vallat
2014-05-01Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.Miod Vallat
2014-04-18first round of static config. ok miodTed Unangst
2014-04-17Move the machine-specific parts of the libcrypto Makefile to per-arch makefileMiod Vallat
2014-04-15The more you remove Chtulhu^WVMS tentacles, the more there areMiod Vallat
2014-04-14revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsideStuart Henderson
2014-04-13No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djmMiod Vallat