summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Solaris build using SunCCJeffrey Walton2017-10-271-1/+1
* Fix CPU frequency of 0 in scriptJeffrey Walton2017-10-272-20/+20
* Fix checkshell warningsJeffrey Walton2017-10-262-138/+94
* Removed OCB for the time being. The check-in did not occur.Jeffrey Walton2017-10-201-1/+1
* Improve 64-bit support for GCC on AIXJeffrey Walton2017-10-181-4/+4
* Improve 64-bit support for XL C/C++Jeffrey Walton2017-10-181-1/+33
* Cleanup Altivec and Power7 code pathsJeffrey Walton2017-10-175-21/+49
* Fix compile on old PowerPCJeffrey Walton2017-10-172-12/+14
* Cleanup cryptest.sh a bitJeffrey Walton2017-10-162-64/+78
* Fix GCC -Wreorder warningJeffrey Walton2017-10-131-2/+2
* Fix unwanted inlining of factory.h classes on AIX and Power7Jeffrey Walton2017-10-132-3/+6
* Tweak "ppc-crypto.h" include on Power7Jeffrey Walton2017-10-131-1/+2
* Fix feature detection on AIX with XL C/C++Jeffrey Walton2017-10-131-12/+12
* Add "stdcpp.h" to bench1.cpp and bench2.cpp (GH #520)Jeffrey Walton2017-10-124-3/+4
* Detect XSAVE/XRESTORE OS feature support (GH #521)Jeffrey Walton2017-10-121-17/+18
* Clear missing newline warningJeffrey Walton2017-10-123-3/+3
* Cleanup use of BMI intrinsics under GCC and compatiblesJeffrey Walton2017-10-091-26/+9
* Add governor.sh to run benchmarks from a performance state on LinuxJeffrey Walton2017-10-081-0/+55
* Use SetMark to avoid unneeded zeroization in RijndaelJeffrey Walton2017-10-082-1/+5
* Make UncheckedSetKey in authenc.hJeffrey Walton2017-10-071-8/+3
* Move AliasedWithTable into unnamed namespaceJeffrey Walton2017-10-053-60/+56
* Add PKCS #1 SHA3-based signatures (GH #517)Jeffrey Walton2017-10-048-21/+196
* Removed m_authenticated member variableJeffrey Walton2017-10-032-40/+40
* Updated documentationJeffrey Walton2017-10-031-5/+10
* Add MandatoryBlockSize to last block testJeffrey Walton2017-10-031-18/+32
* Update documentationJeffrey Walton2017-10-011-5/+41
* Update documentationJeffrey Walton2017-10-013-14/+36
* Comments, constants and whitespaceJeffrey Walton2017-09-306-9/+10
* Updated documentationJeffrey Walton2017-09-301-11/+31
* Update StreamTransformation and ProcessLastBlockJeffrey Walton2017-09-295-40/+88
* Add second ctor to StreamTransformationFilter for authenticated encryption modesJeffrey Walton2017-09-292-6/+46
* Update documentationJeffrey Walton2017-09-291-3/+6
* Update documentationJeffrey Walton2017-09-281-4/+4
* Update documentation linksJeffrey Walton2017-09-2826-34/+33
* Update documentationJeffrey Walton2017-09-282-3/+14
* Update documentationJeffrey Walton2017-09-281-12/+49
* Update documentationJeffrey Walton2017-09-271-4/+17
* Update documentationJeffrey Walton2017-09-273-5/+43
* Fix GNUmakefile-cross distclean recipe (GH #514)Jeffrey Walton2017-09-261-3/+3
* Move Rijndael_AdvancedProcessBlocks_ARMV8 into anonymous namespaceJeffrey Walton2017-09-231-2/+2
* Move to anonymous namespaces in rijndael-simd.cppJeffrey Walton2017-09-232-133/+136
* Update documentationJeffrey Walton2017-09-221-41/+62
* Add IncrementPointerAndStoreJeffrey Walton2017-09-221-3/+10
* Provide body for VectorStoreJeffrey Walton2017-09-221-7/+29
* Update documentationJeffrey Walton2017-09-222-30/+70
* Update documentationJeffrey Walton2017-09-221-2/+32
* Add Power8 SHA256 and SHA512 support (GH #513)Jeffrey Walton2017-09-223-15/+42
* Add Power8 SHA256 and SHA512 support (GH #513)Jeffrey Walton2017-09-226-84/+101
* Clear Doxygen warningsJeffrey Walton2017-09-221-9/+10
* Add Power8 SHA supportJeffrey Walton2017-09-221-3/+104