summaryrefslogtreecommitdiff
path: root/rijndael.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bad SHA::Transform calculation (Issue 455)Jeffrey Walton2017-08-131-1/+1
* Cleanup casts due to ClangJeffrey Walton2017-08-131-28/+32
* Add AES for ARMv8 (Issue 458)Jeffrey Walton2017-08-111-0/+122
* Updated static initializersJeffrey Walton2017-03-171-1/+0
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Fix mismatched arch capabilities (Issue 283)Jeffrey Walton2016-10-271-4/+4
* Add debug instrumentation to RijndaelJeffrey Walton2016-09-301-1/+18
* Fix AES and X86 compile on SolarisJeffrey Walton2016-09-301-7/+9
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-32/+44
* Whitespace cleanupJeffrey Walton2016-09-241-2/+2
* When calculating the AES block cipher, allocate 4K of memory on the stack ins...John Byrd2016-09-221-9/+18
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Fix typo on SunCC versionJeffrey Walton2016-08-261-1/+1
* Add vec_swap for compilers which do not support std::swap'ing SSE and NEON typesJeffrey Walton2016-07-171-4/+2
* Fix SunCC 12.2 and 12.3 failed compile in rijndael.cpp due to std::swap(__m12...Jeffrey Walton2016-07-161-1/+8
* Fix typo in SunCC checkJeffrey Walton2016-07-151-1/+1
* Fix broken rijndael.cpp compile under Sun Studio (Issue 224)Jeffrey Walton2016-07-151-9/+16
* Add C++11 alignas support. Deleting 'alignas' branchJeffrey Walton2016-06-141-19/+20
* Check for SSE4 support before using SSE4.1 instructionMarcel Raad2016-05-101-2/+2
* Fix the Rijndael timing attack counter measure (Issue 146)Jeffrey Walton2016-04-121-1/+1
* Improve constant propagation of fix for Issue 146Jeffrey Walton2016-04-071-4/+8
* Revert "Improve performance of fix to Issue 146"Jeffrey Walton2016-04-071-2/+1
* Improve performance of fix to Issue 146Jeffrey Walton2016-04-071-1/+2
* Fix the Rijndael timing attack counter measurePierre Lestringant2016-04-061-2/+2
* Add call for _malloca/_freea. They are SDLC compliance items on Windows platformJeffrey Walton2016-02-091-3/+8
* Temporary fix for Issue 42 and 132Jeffrey Walton2016-02-071-9/+14
* Fix missing CryptoPP::rdtable::Te symbol for Microsoft SSE2 non-AESNI X64 pla...Jeffrey Walton2016-02-061-3/+9
* Removed CRYPTOPP_ALLOW_RIJNDAEL_UNALIGNED_DATA_ACCESS. No longer necessaryJeffrey Walton2016-02-051-14/+9
* Removed garbage charcters suffixed to CRYPTOPP_GENERATE_X64_MASM. They appear...Jeffrey Walton2016-02-051-1/+1
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-24/+24
* Re-constify intermediate void* castJeffrey Walton2016-01-251-5/+5
* Cleared -Wcast-align (Issue 122). No asserts added because X86/X32/X64 uses u...Jeffrey Walton2016-01-251-14/+14
* Fixed Clang 3.4 compiler error on LinuxJeffrey Walton2015-12-251-2/+20
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-2/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1274/+1277
* Fixed compile error on MinGW due to including <alloca.h>Jeffrey Walton2015-07-271-3/+1
* Added "include <alloca.h>" due to compile failure on CygwinJeffrey Walton2015-07-271-0/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared "signed/unsigned" warning under GCC 4.8 (this may have been a GCC 4.8...Jeffrey Walton2015-07-261-1/+1
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-2/+2
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM B...Jeffrey Walton2015-07-211-2/+2
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-0/+9
* Cleared unknown pragma warning with -WallJeffrey Walton2015-06-081-1/+3
* fix for Valgrind error http://tahoe-lafs.org/trac/pycryptopp/ticket/67weidai2011-01-281-2/+2
* fix for https://sourceforge.net/apps/trac/cryptopp/ticket/6weidai2011-01-071-0/+4
* fix compile on GCC 4.4 and greaterweidai2010-07-291-5/+0
* fix compile on Linuxweidai2010-07-241-0/+1
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-39/+319
* fix possible race condition in Singleton::Ref()weidai2010-06-181-8/+0