summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed remaining CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY (Issue 369)Jeffrey Walton2017-01-271-4/+4
* Add GCC inline ASM for PMULL and PMULL2Jeffrey Walton2017-01-191-2/+2
* Update CRYPTOPP_BOOL_ARM_PMULL_INTRINSICS_AVAILABLE availability (Issue 362)Jeffrey Walton2017-01-161-2/+4
* Breakout __ARM_FEATURE_CRYPTO into PMULL, AES and SHA for Apple Clang (Issue ...Jeffrey Walton2017-01-151-4/+14
* Microsoft still does not suport ARMv8 and the ARM intrinscsJeffrey Walton2017-01-131-4/+6
* spelling fixesklemens2016-12-271-1/+1
* Fixed version numbersJeffrey Walton2016-12-111-1/+1
* Updated documentation (Issue 121)Jeffrey Walton2016-12-111-1/+1
* Use 'static const int' for constants in Doxygen documentation (Issue 343)Jeffrey Walton2016-12-041-2/+1
* Removed CRYPTOPP_DISABLE_X86ASM macro (Issue 70)Jeffrey Walton2016-12-031-5/+0
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-30/+5
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-4/+0
* Backed-off automatically setting CRYPTOPP_BOOL_SSE_SHA_INTRINSICS_AVAILABLE d...Jeffrey Walton2016-12-011-1/+1
* Increment version to 5.7 due to ABI break *Issue 337)Jeffrey Walton2016-12-011-1/+1
* Merge pull request #339 from ralphtandetzky/masterJeffrey Walton2016-12-011-2/+2
|\
| * Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-2/+2
* | Add Intel SHA1 extension supportJeffrey Walton2016-12-011-4/+3
|/
* Fix "deprecated conversion from string constant to ‘char*’"Jeffrey Walton2016-11-141-1/+1
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-0/+1
* Add CRYPTOPP_STATIC_CONSTEXPRJeffrey Walton2016-11-121-0/+3
* Use enum for Doxygen processingJeffrey Walton2016-11-101-1/+1
* Fix compile under Debian Hurd (i386)Jeffrey Walton2016-10-281-2/+2
* Fix "operator '>=' has no left operand" (Issue 329)Jeffrey Walton2016-10-271-2/+2
* Fix Cygwin Newlib signal handler (Issue 315)Jeffrey Walton2016-10-141-1/+3
* Post-release version incrementJeffrey Walton2016-10-111-1/+1
* Fix Cygwin compile due to missing <signal.h>Jeffrey Walton2016-10-011-0/+4
* Reset config.h that cross-pollinated from AES dev-branchJeffrey Walton2016-09-301-6/+3
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-3/+6
* Fix Visual Studio 2005 compile (Part of Issue 300)Jeffrey Walton2016-09-221-1/+1
* config.compatJeffrey Walton2016-09-211-3/+3
* Partially revert 714daaf5706e9e2b.Jeffrey Walton2016-09-211-8/+0
* Remove CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 from block defining word...Jeffrey Walton2016-09-201-1/+1
* Cleanup feature defines in <config.h>. Cleanup intrinsic includes in <cpu.h>Jeffrey Walton2016-09-201-0/+7
* Fix compile under CentOS 5 with GCC 4.1Jeffrey Walton2016-09-191-1/+1
* Fix Solaris GCC and "constructor priorities are not supported"Jeffrey Walton2016-09-191-8/+27
* Fix CRYPTOPP_UNUSED macro and CVE numberJeffrey Walton2016-09-191-2/+2
* Cleanup use of CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562Jeffrey Walton2016-09-191-5/+1
* Fix broken Clang compile with -march=x86-64 (Issue 283)Jeffrey Walton2016-09-191-2/+12
* Remove library supplied aesenc, aesdec and friends (Issue 206)Jeffrey Walton2016-09-181-10/+7
* Moved config.h → config.compat; moved config.recommend → config.hJeffrey Walton2016-09-181-3/+3
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-0/+10
* Post-release version incrementJeffrey Walton2016-09-111-1/+1
* Bump Crypto++ version number from 5.6.3 to 5.6.4Jeffrey Walton2016-09-101-1/+1
* Removed workspace and project files from FileList.txt. Cleared 'make convert'...Jeffrey Walton2016-09-091-2/+2
* Squashed commit of the following:Jeffrey Walton2016-09-081-7/+0
* Use "unsigned long" rather than "unsigned long long" for word64 when '_LP64 |...Jeffrey Walton2016-09-081-1/+1
* Remove comma operator from return values for StaticGetDefaultRounds and Stati...Jeffrey Walton2016-09-071-1/+1
* Add constexpr to CRYPTOPP_CONSTANT when CRYPTOPP_CXX11_CONSTEXPR is in effectJeffrey Walton2016-09-061-0/+6
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-2/+3