summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add cryptest.sh tests for includio of <assert.h> and <cassert>; and use of ND...Jeffrey Walton2016-09-171-1/+35
* Add ossig.h. Move SignalHandler to ossig.hJeffrey Walton2016-09-174-124/+123
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-1624-32/+32
* Merge 'master' into 'trap'Jeffrey Walton2016-09-161-1/+1
|\
| * Fixed gcm.cpp compile under MSC/Visual StudioJeffrey Walton2016-09-161-1/+1
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-16109-624/+854
|/
* Add information on C++ Static Initialization OrderingJeffrey Walton2016-09-152-0/+17
* Added section "Alternate Build Systems". Removed section "DataDir Patch"Jeffrey Walton2016-09-151-3/+3
* Update README and INSTALL with -DNDEBUG requirement for production software (...Jeffrey Walton2016-09-152-9/+29
* Restore CMAKE_VERBOSE_MAKEFILE to its original stateJeffrey Walton2016-09-151-1/+1
* Remove CMake related files from ZIPJeffrey Walton2016-09-151-2/+0
* Cleared "Types cannot be declared in anonymous union" (Issue 274)Jeffrey Walton2016-09-151-16/+20
* Use SET(CMAKE_POSITION_INDEPENDENT_CODE 1)Jeffrey Walton2016-09-151-1/+1
* Improve Cmake cross-ompile support.Jeffrey Walton2016-09-151-60/+49
* Removed -erroff=wvarhidemem -erroff=voidretw for SunCC after warning cleanupJeffrey Walton2016-09-141-11/+5
* Cleared SunCC warning "key hides GOST::Base::key"Jeffrey Walton2016-09-142-34/+34
* Cleared SunCC warning "c0 hides GF2NT::c0"Jeffrey Walton2016-09-141-1/+1
* Cleared SunCC warning "t0 hides GF2NT::t0"Jeffrey Walton2016-09-141-3/+3
* Cleared SunCC warning "DL_ElgamalLikeSignatureAlgorithm is expected to return...Jeffrey Walton2016-09-141-0/+7
* Add Solaris SunCC and GCC specific configuration optionsJeffrey Walton2016-09-141-7/+60
* Add machine and system detection using 'uname' for Linux and UnixJeffrey Walton2016-09-141-8/+40
* Add integger.cpp as the thrird object file in the list of object filesJeffrey Walton2016-09-141-0/+2
* Relocate first PIC code to just after Windows options. Remove second PIC code...Jeffrey Walton2016-09-141-48/+22
* Add -fPIC for builds except for 32-bit x86 and WindowsJeffrey Walton2016-09-141-4/+21
* Enable Cmake's VERBOSE=1 by default.Jeffrey Walton2016-09-131-0/+8
* Use __BIGGEST_ALIGNMENT__ only if its smaller than sizeof\(T\)Jeffrey Walton2016-09-131-3/+7
* Uncomment existing SHA256::Transform, enable when __OPTIMIZE_SIZE__ is definedJeffrey Walton2016-09-131-34/+34
* Add virtual dtor for IteratedHash and ClonableImpl due to non-trivial data me...Jeffrey Walton2016-09-132-12/+23
* The commit had a typo. This reverts commit 11eede3926c44f774bc268c08ffa0e5412...Jeffrey Walton2016-09-131-13/+3
* Add veirtual dtor IteratedHash and ClonableImpl due to non-trivial data membersJeffrey Walton2016-09-131-3/+13
* Updated documentationJeffrey Walton2016-09-131-9/+27
* Updated documentationJeffrey Walton2016-09-132-8/+48
* Updated documentationJeffrey Walton2016-09-131-4/+21
* Fix SunCC 5.13 and "illegal use of -xarch option, illegal value ignored: avx2_i"Jeffrey Walton2016-09-131-1/+5
* Fix build under Sun StudioJeffrey Walton2016-09-131-1/+15
* Fix gcm.cpp compile under i686 Linux after 97282f61cd8b2155Jeffrey Walton2016-09-131-1/+1
* Whitespace and comments for SunCC work-aroundsJeffrey Walton2016-09-131-16/+19
* Fix -xarch=ssse4_2 typoJeffrey Walton2016-09-131-1/+1
* Fix gcm.cpp compile under x86_64 Linux after 4f7fb2067df41dd8Jeffrey Walton2016-09-121-0/+3
* Add TLS-ChaCha test vectors from http://tools.ietf.org/html/draft-agl-tls-cha...Jeffrey Walton2016-09-122-1/+39
* Fixed comments in macro magicJeffrey Walton2016-09-121-3/+3
* Improved comments in macro magicJeffrey Walton2016-09-121-11/+14
* Updated documentationJeffrey Walton2016-09-121-0/+10
* Cleaned up use of assembler mnemonicsJeffrey Walton2016-09-121-6/+15
* Updated comments in cryptest.shJeffrey Walton2016-09-121-10/+10
* Fix SunCC 5.11 and 5.12 CXXFLAGS and -xarch options.Jeffrey Walton2016-09-121-23/+28
* Use __BIGGEST_ALIGNMENT__ over sizeof(T), if __BIGGEST_ALIGNMENT__ is availableJeffrey Walton2016-09-121-4/+8
* Attempt to fix SunCC 5.11 and 5.12 flags and xarch options in a generic wayJeffrey Walton2016-09-121-8/+30
* Fix line 859: /1024/1024: syntax error: operand expected (error token is "/10...Jeffrey Walton2016-09-121-3/+3
* Fixed 5.6.4 rlease date (9/11 instead of 9/10)Jeffrey Walton2016-09-121-1/+1