Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by ↵ | Jeffrey Walton | 2015-07-21 | 1 | -2/+2 |
| | | | | default since integrated-as is default behavior and the bug is active). GNU_ATT_SYNTAX → GNU_AS_ATT_SYNTAX and GNUINTEL_SYNTAX → GNU_AS_INTEL_SYNTAX | ||||
* | Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM ↵ | Jeffrey Walton | 2015-07-21 | 1 | -2/+2 |
| | | | | Bug 18916 (https://llvm.org/bugs/show_bug.cgi?id=18916) | ||||
* | Cleared GCC/Clang waning on unknown pragma | Jeffrey Walton | 2015-06-09 | 1 | -1/+3 |
| | |||||
* | fix for makefile and Panama cipher validation failure on armel ↵ | weidai | 2011-04-25 | 1 | -17/+16 |
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619856 | ||||
* | fix for compiling with Clang from Marshall Clow | weidai | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | fix compile with GCC 4.4 and -march=i386 | weidai | 2010-08-08 | 1 | -3/+3 |
| | | | | | fix minor documentation issues fix compile w/o GAS 2.19 or later | ||||
* | disable Panama SSE2 code for P4 | weidai | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | fixed Panama x64 MASM code not saving RDI | weidai | 2009-03-29 | 1 | -2/+4 |
| | |||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -1/+2 |
| | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required | ||||
* | fix compile for ICC 10 | weidai | 2007-09-24 | 1 | -2/+2 |
| | |||||
* | remove -msse2 since we don't use SSE2 intrinsics anymore | weidai | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | fix compile with GAS 2.15 | weidai | 2007-09-24 | 1 | -28/+28 |
| | |||||
* | - port x64 assembly code to MASM | weidai | 2007-09-24 | 1 | -90/+140 |
| | | | - improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly | ||||
* | fix compile on Turbo C++ 2006 | weidai | 2007-05-05 | 1 | -2/+4 |
| | |||||
* | fix compile for x64, DLL and VC 6 | weidai | 2007-05-04 | 1 | -69/+68 |
| | |||||
* | SSE2 optimizations | weidai | 2007-04-15 | 1 | -38/+346 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -5/+5 |
| | |||||
* | port to GCC 3.4 | weidai | 2004-06-19 | 1 | -15/+15 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -1/+1 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+146 |