summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Add POWER8 SPECK-128 implementationJeffrey Walton2018-08-121-2/+2
* Add VectorLoad and VectorStore test codeJeffrey Walton2018-08-061-0/+3
* Update commentsJeffrey Walton2018-08-051-5/+4
* Rework Makefile and ppc-simd.h for XLC and LLVM front-end changesJeffrey Walton2018-08-051-48/+88
* Fix typo in SM4 recipe on PowerPCJeffrey Walton2018-08-041-1/+1
* Clean *.lst files created by XLCJeffrey Walton2018-08-041-2/+3
* Fix compile when adhoc.cpp is missingJeffrey Walton2018-07-311-6/+12
* Rework GNUmakefiles for XL C/C++ changesJeffrey Walton2018-07-311-29/+29
* Add -qxlcompatmacros for IBM XL C/C++ when availableJeffrey Walton2018-07-301-2/+7
* Remove automatic bitness selection on PPC64Jeffrey Walton2018-07-301-8/+0
* Fix compile for AIX using GCC and IBM XL C/C++Jeffrey Walton2018-07-301-6/+26
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-1/+1
* Remove addition of -m32|-m64 from GNUmakefileJeffrey Walton2018-07-291-54/+12
* Cleanup Makefiles and Android and iOS scriptsJeffrey Walton2018-07-281-3/+3
* Split validat*.cpp source filesJeffrey Walton2018-07-281-1/+1
* Add additional artifacts to autotools-clean ruleJeffrey Walton2018-07-281-2/+3
* Add -Wa,--noexecstack for aes-armv4.SJeffrey Walton2018-07-281-0/+1
* Add cryptest-results.txt to clean ruleJeffrey Walton2018-07-281-2/+2
* Add autotools-clean and cmake-clean rules to GNUmakefileJeffrey Walton2018-07-281-7/+14
* Remove -marm from aes-armv4.S flagsJeffrey Walton2018-07-271-3/+2
* Split regtest2.cpp into two filesJeffrey Walton2018-07-271-1/+1
* Split bench1.cpp into two filesJeffrey Walton2018-07-271-1/+1
* Fix 'make sources' recipeJeffrey Walton2018-07-251-2/+2
* Fix older Solaris and SunCC compileJeffrey Walton2018-07-211-7/+8
* Fix Solaris 11/Sparc crash in SHA-384 (GH #689, GH #403)Jeffrey Walton2018-07-201-4/+0
* Fix xompile on downlevel assemblersJeffrey Walton2018-07-161-4/+4
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-1/+3
* Fix ARM compile for sm4-simd.cppJeffrey Walton2018-07-131-0/+6
* Add AES-NI accelerated SM4 encryption (GH #540)Jeffrey Walton2018-07-131-0/+6
* Add ARM AES asm implementation from Cryptogams (GH #683)Jeffrey Walton2018-07-111-0/+18
* Make GNUmakefile aware of *.S filesJeffrey Walton2018-07-091-18/+26
* Update Makefile DLLSRCS to include latest filesJeffrey Walton2018-07-061-1/+1
* Update Makefile DLLSRCS to include latest filesJeffrey Walton2018-07-061-1/+1
* Fix CHAM compile on ARMv7Jeffrey Walton2018-07-041-0/+2
* Add SIMECK-64 SSSE3 implementation (GH #675)Jeffrey Walton2018-07-011-0/+12
* Add LEA-128 NEON and ARMv8 implementation (GH #669)Jeffrey Walton2018-06-231-0/+2
* Add LEA-128 SSSE3 implementation (GH #669)Jeffrey Walton2018-06-221-0/+6
* Add CHAM128 SSSE3 implementation (PR #670)Jeffrey Walton2018-06-191-0/+6
* Add recipe to install the library only (GH #653)Jeffrey Walton2018-05-061-10/+15
* Post-release version incrementJeffrey Walton2018-04-081-1/+1
* Prepare for Crypto++ 7.0 releaseCRYPTOPP_7_0_0Jeffrey Walton2018-04-081-1/+1
* Freeze ABI compatibility with LIB_MAJOR (#589)Nicolas Chauvet (kwizart)2018-02-201-2/+2
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+28
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-28/+0
* Use INSTALL_PROGRAM for shared objects (GH #582)Jeffrey Walton2018-02-051-4/+9
* Use install program for Makefile (GH #582)Jeffrey Walton2018-02-051-39/+48
* Avoid a compiler warning in Makefile testsJeffrey Walton2018-01-281-2/+3
* Fix ARM detection (GH #573)Jeffrey Walton2018-01-281-2/+3
* Fix MinGW misdetection (GH #573)Jeffrey Walton2018-01-271-54/+42
* Use /bin/sh (GH #573)Jeffrey Walton2018-01-251-2/+3