summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-29Disable assembly code for powerpc64; more work is needed to make it work.kettenis1-8/+9
2020-06-28Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tkettenis1-3/+3
2020-06-26Accidentally doubled these files on first commit. Correcting.drahn2-194/+1
2020-06-25Intial attempt at powerpc64 libcrypto pieces.drahn2-0/+386
2019-07-02Add cpuid support for arm64 so that we can recognize whichpatrick1-1/+4
2019-05-11Remove commented out rc5 bitstb7-17/+32
2017-08-20sprinkle a few missing dependencies on perl scripts internal bits.espie2-8/+14
2017-01-11Add support for AArch64.patrick2-0/+182
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck1-4/+4
2016-11-04Ride the current major bump and enable assembler code for nist 256p curve,miod4-3/+19
2016-11-04Remove I386_ONLY define. It was only used to prefer amiod11-30/+154
2016-09-04Less vax.jsing3-614/+0
2016-09-01remove sparc supporttedu2-186/+0
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-157/+0
2015-09-11Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblermiod1-2/+2
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).bcook13-13/+0
2015-03-18In the neverending saga of enabling and disabling assembler code for shamiod1-5/+1
2015-03-05Do not use sha512-parisc for now, as it is subtly bugged - passes the shamiod1-1/+3
2014-12-07Revert to the use of C code for the basic BN routines (bn_add_words,miod1-2/+7
2014-11-22mop up a barely started project... getting in the way of grepping the tree!deraadt1-4/+0
2014-11-17Add the Cammelia cipher to libcrypto.miod10-9/+30
2014-09-27Revert r1.5 and reenable assembler version of ghash now that it has beenmiod1-3/+3
2014-09-27Disable assembler code for ghash on hppa, causes wrong computations in somemiod1-3/+3
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedbcook1-1/+3
2014-07-11i'm a dumbdumb. fix build.tedu14-15/+15
2014-07-11move all the feature settings to a common header.tedu14-937/+15
2014-07-11Make sure we leave OPENSSL_NO_PSK in the conf files so thingsbeck13-0/+13
2014-05-27Fix ia64 cross-gcc target.tobiasu1-0/+3
2014-05-07miod forgot about fcrypt_b.c being needed, before he went off to get hisderaadt1-1/+2
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makemiod2-68/+83
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itmiod1-0/+27
2014-05-04Enable the assembler code for BN, which was lost quite some time ago.miod1-0/+19
2014-05-03Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.miod1-0/+46
2014-05-03Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod1-0/+45
2014-05-03Correctly enable Montgomery code.miod1-1/+2
2014-05-03Enable assembler bits for BN (Montgomery), SHA1 and SHA256.miod1-0/+44
2014-05-02Correctly enable assembler Montgomery routine.miod1-1/+2
2014-05-02Correctly enable assembler Montgomery routine.miod1-1/+2
2014-05-02Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesmiod1-3/+3
2014-05-02Disable assembler version of SHA512 for now, it produces wrong results.miod1-3/+3
2014-05-01Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.miod1-0/+50
2014-05-01Enable use of the assembly code for BN (Montgomery) and SHA1.miod1-0/+40
2014-05-01Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.miod1-0/+36
2014-04-18first round of static config. ok miodtedu13-559/+0
2014-04-17Move the machine-specific parts of the libcrypto Makefile to per-arch makefilemiod2-0/+118
2014-04-15The more you remove Chtulhu^WVMS tentacles, the more there aremiod13-26/+0
2014-04-14revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsidesthen1-0/+3
2014-04-13No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djmmiod1-3/+0
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod14-0/+3978