summaryrefslogtreecommitdiff
path: root/cryptest.sh
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)Jeffrey Walton2017-09-191-0/+57
* Fix dead code strip test on AIXJeffrey Walton2017-09-181-1/+2
* Remove CMake testing support (GH #506)Jeffrey Walton2017-09-161-67/+0
* Fix failed feature detections under IBM XL C/C++ compilerJeffrey Walton2017-09-091-0/+17
* Fix IBM XL C/C++ compiler version output in test scriptJeffrey Walton2017-09-091-0/+5
* Add Power8 support to cryptest.shJeffrey Walton2017-09-091-5/+76
* Update test scriptJeffrey Walton2017-09-021-21/+48
* Update test scriptJeffrey Walton2017-09-011-2/+2
* Update test script for AIXJeffrey Walton2017-08-311-0/+9
* Update commentsJeffrey Walton2017-08-301-11/+11
* Add ARMv7-a NEON tests (GH #481)Jeffrey Walton2017-08-301-10/+28
* Use optimization level -O3 for release testing (GH #454)Jeffrey Walton2017-08-301-28/+24
* Remove PLATFORM_CXXFLAGS tests (GH #481)Jeffrey Walton2017-08-301-272/+91
* Consistent use of grep and sed (GH #476)Jeffrey Walton2017-08-291-87/+70
* Remove DISABLE_NATIVE_ARCH from test script (GH #380)Jeffrey Walton2017-08-251-11/+11
* Remove Platform CXXFLAGS testJeffrey Walton2017-08-251-57/+126
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-70/+213
* Fix test script when running on machine with RO mount of /Jeffrey Walton2017-08-141-1/+1
* Fix test script when running on machine with RO mount of /Jeffrey Walton2017-08-141-100/+104
* Updated test scriptJeffrey Walton2017-05-261-1/+1
* Updated test scriptJeffrey Walton2017-05-261-4/+4
* Updated test scriptJeffrey Walton2017-05-261-1/+1
* Updated test scriptJeffrey Walton2017-05-261-1/+1
* Updated test scriptJeffrey Walton2017-05-261-1/+1
* Updated test scriptJeffrey Walton2017-05-251-9/+94
* Update test script to exercise -DDISABLE_NATIVE_ARCH=1Jeffrey Walton2017-05-211-8/+8
* Updated test scripts for ARM NEONJeffrey Walton2017-05-171-17/+21
* Add pclmulqdq for OS X disassembly testsJeffrey Walton2017-04-241-25/+2
* Update scripts for testingJeffrey Walton2017-04-231-4/+8
* Add test for '-march=native'Jeffrey Walton2017-04-221-1/+11
* Removed Unified ASM and Modern Compiler testsJeffrey Walton2017-04-221-271/+2
* Updated code generation testsJeffrey Walton2017-04-221-13/+36
* Add GCC 7 warning checks (Issue 383)Jeffrey Walton2017-03-011-0/+4
* Add DragonFly support to cryptest.shJeffrey Walton2017-02-191-1/+4
* Add MOVBE test. Add guard for use of C++11Jeffrey Walton2017-01-271-8/+10
* Updated variable namesJeffrey Walton2017-01-271-20/+20
* Add test for CRYPTOPP_INIT_PRIORITY=0Jeffrey Walton2017-01-011-4/+4
* Removed deprecated declaration workaroundsJeffrey Walton2017-01-011-133/+126
* spelling fixesklemens2016-12-271-2/+2
* Remove vectorization test. This one test needs to be in its own scriptJeffrey Walton2016-12-241-74/+0
* Fix HAVE_CXX14/HAVE_CXX17 typoJeffrey Walton2016-12-171-1/+1
* Add test for vectorization opportunitiesJeffrey Walton2016-12-141-0/+74
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-66/+0
* Sync'd cryptest.sh. Cleared shadow variable warning in poly1305.cppJeffrey Walton2016-12-011-19/+6
* Add Intel SHA extension specialized testsJeffrey Walton2016-12-011-6/+19
* Add Intel SHA256 code generation tests (Issue 139)Jeffrey Walton2016-12-011-1/+19
* Add Intel SHA1 code generation testsJeffrey Walton2016-11-301-0/+51
* Reduce 32-bit minimum arch from i686 to i586Jeffrey Walton2016-10-271-21/+14
* Removed -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESSJeffrey Walton2016-10-261-6/+6
* $X86_OPTS → ${X86_OPTS[@]}Jeffrey Walton2016-10-261-16/+16