summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable assembly code for powerpc64; more work is needed to make it work.kettenis2020-06-291-8/+9
* Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tkettenis2020-06-281-3/+3
* Accidentally doubled these files on first commit. Correcting.drahn2020-06-262-194/+1
* Intial attempt at powerpc64 libcrypto pieces.drahn2020-06-252-0/+386
* Add cpuid support for arm64 so that we can recognize whichpatrick2019-07-021-1/+4
* Remove commented out rc5 bitstb2019-05-117-20/+6
* sprinkle a few missing dependencies on perl scripts internal bits.espie2017-08-202-8/+14
* Add support for AArch64.patrick2017-01-112-0/+182
* Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck2016-11-111-4/+4
* Ride the current major bump and enable assembler code for nist 256p curve,miod2016-11-044-3/+19
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-0411-33/+0
* Less vax.jsing2016-09-043-614/+0
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-157/+0
* Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblermiod2015-09-111-2/+2
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-1913-13/+0
* In the neverending saga of enabling and disabling assembler code for shamiod2015-03-181-5/+1
* Do not use sha512-parisc for now, as it is subtly bugged - passes the shamiod2015-03-051-1/+3
* Revert to the use of C code for the basic BN routines (bn_add_words,miod2014-12-071-2/+7
* mop up a barely started project... getting in the way of grepping the tree!deraadt2014-11-221-4/+0
* Add the Cammelia cipher to libcrypto.miod2014-11-1710-9/+30
* Revert r1.5 and reenable assembler version of ghash now that it has beenmiod2014-09-271-3/+3
* Disable assembler code for ghash on hppa, causes wrong computations in somemiod2014-09-271-3/+3
* Guard RSA / RC4-5 ASM when NO_ASM is not definedbcook2014-08-111-1/+3
* i'm a dumbdumb. fix build.tedu2014-07-1114-15/+15
* move all the feature settings to a common header.tedu2014-07-1114-937/+15
* Make sure we leave OPENSSL_NO_PSK in the conf files so thingsbeck2014-07-1113-0/+13
* Fix ia64 cross-gcc target.tobiasu2014-05-271-0/+3
* miod forgot about fcrypt_b.c being needed, before he went off to get hisderaadt2014-05-071-1/+2
* Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makemiod2014-05-062-68/+83
* Enable assembler code for DES. Assembler code for BN is commented out as itmiod2014-05-051-0/+27
* Enable the assembler code for BN, which was lost quite some time ago.miod2014-05-041-0/+19
* Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.miod2014-05-031-0/+46
* Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2014-05-031-0/+45
* Correctly enable Montgomery code.miod2014-05-031-1/+2
* Enable assembler bits for BN (Montgomery), SHA1 and SHA256.miod2014-05-031-0/+44
* Correctly enable assembler Montgomery routine.miod2014-05-021-1/+2
* Correctly enable assembler Montgomery routine.miod2014-05-021-1/+2
* Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesmiod2014-05-021-3/+3
* Disable assembler version of SHA512 for now, it produces wrong results.miod2014-05-021-3/+3
* Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.miod2014-05-011-0/+50
* Enable use of the assembly code for BN (Montgomery) and SHA1.miod2014-05-011-0/+40
* Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.miod2014-05-011-0/+36
* first round of static config. ok miodtedu2014-04-1813-559/+0
* Move the machine-specific parts of the libcrypto Makefile to per-arch makefilemiod2014-04-172-0/+118
* The more you remove Chtulhu^WVMS tentacles, the more there aremiod2014-04-1513-26/+0
* revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsidesthen2014-04-141-0/+3
* No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djmmiod2014-04-131-3/+0
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-1114-0/+3978