Commit Graph

2282 Commits (cb7dbd32ec2aea5a6ccbcb5d37580d60dceeeee1)

Author SHA1 Message Date
Jeffrey Walton efd4bc6b08
Updated documentation 2016-10-25 23:43:40 -04:00
Jeffrey Walton 29dae707fd
Guard use of MacPorts GCC and -DCRYPTOPP_CLANG_INTEGRATED_ASSEMBLER 2016-10-25 22:42:04 -04:00
Jeffrey Walton de6f4d56ec
Guard addition of '-march=native' in case a user specifies it in CXXFLAGS
This allows a user to 'CXXFLAGS="-DNDEBUG -g2 -O3 -march=x86-64" make -j 8' without the makefile adding -march=native
2016-10-25 19:42:54 -04:00
Jeffrey Walton 2e3f359626 Merge pull request #326 from alonbl/build
Add DISABLE_CXXFLAGS_OPTIMIZATIONS option
2016-10-25 15:38:52 -04:00
Alon Bar-Lev db50b93766 build: add DISABLE_CXXFLAGS_OPTIMIZATIONS option
handy when packaging should control optimization without build system
masking. Especially handy when building to common architecture.

no change of behavior if DISABLE_CXXFLAGS_OPTIMIZATIONS is unset.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2016-10-21 23:49:06 +03:00
Jeffrey Walton b49343398b
Updated documentation 2016-10-18 20:21:47 -04:00
Jeffrey Walton 1f054924b4
Updated documentation 2016-10-18 19:39:33 -04:00
Jeffrey Walton c3e2e0fb25
Align with BouncyCastle and Botan for DLIES and ECIES. Updated documentation 2016-10-18 17:01:28 -04:00
Jeffrey Walton b5f04e5ed5
Updated documentation 2016-10-18 14:42:48 -04:00
Jeffrey Walton e794d53806
Cleanup comments 2016-10-18 02:23:07 -04:00
Jeffrey Walton 51d3cc945f
Switch to std::copy due to MinGW issues with memcpy_s
Also see http://github.com/weidai11/cryptopp/issues/28 and http://groups.google.com/d/msg/cryptopp-users/PRTVKTh0gRk/euPM_TzdBAAJ
2016-10-18 02:02:49 -04:00
Jeffrey Walton 54d17c7361
Updated CRYPTOPP_ASSERT based on comments
Also see 399a1546de (commitcomment-19448453)
2016-10-17 22:00:31 -04:00
Jeffrey Walton b7423a3bf7
Updated documentation 2016-10-16 23:03:44 -04:00
Jeffrey Walton 255d285ef2
Change curve25519 and curve448 to friendlier names 2016-10-16 03:33:48 -04:00
Jeffrey Walton 2d42b71cb0
Removed NO_UNALIGNED_DATA_ACCESS tests 2016-10-15 22:58:26 -04:00
Jeffrey Walton afcd051a14
Removed NO_BACKWARDS_COMPATIBILITY_562 tests 2016-10-15 22:42:41 -04:00
Jeffrey Walton 112f720de5
Add Output for clean rule 2016-10-15 21:11:34 -04:00
Jeffrey Walton dc035c6bc0
Add Output for clean rule 2016-10-15 21:09:26 -04:00
Jeffrey Walton 4625ca5e5c
Add DWORD PTR for consistency in rdrand.asm 2016-10-15 04:39:55 -04:00
Jeffrey Walton 540485f3cf
Updated documentation 2016-10-15 03:59:21 -04:00
Jeffrey Walton 9c9d81ba6c
Switch to OPT_PIC for cryptest.sh 2016-10-14 15:29:17 -04:00
Jeffrey Walton 5596f73371
Fix Cygwin Newlib signal handler (Issue 315) 2016-10-14 15:00:49 -04:00
Jeffrey Walton 7ce3922b97
Add PIC_FLAG for minimum platform tests 2016-10-14 05:04:04 -04:00
Jeffrey Walton b5f5c4951d
Fix use of -fPIC in test script under Cygwin 2016-10-14 04:46:48 -04:00
Jeffrey Walton 11d36e9cf9
Simplify -fPIC tests 2016-10-14 04:42:22 -04:00
Jeffrey Walton 4b73230e36
Fix use of -fPIC in test script under Cygwin 2016-10-14 04:16:04 -04:00
Jeffrey Walton 0e82232d1d
Fix "WSAStringToAddress was not declared in this scope" on Cygwin (Issue 322) 2016-10-14 03:48:51 -04:00
Jeffrey Walton 93a6758fd9
Updated documentation 2016-10-12 02:57:28 -04:00
Jeffrey Walton bd2b022d30
Fix X86 MASM assembly under Visual Studio 2013 (Issue 321) 2016-10-12 00:54:34 -04:00
Jeffrey Walton 4bee0519f5
Updated documentation 2016-10-11 19:51:15 -04:00
Jeffrey Walton 22400b2ad1
Updated documentation 2016-10-11 19:13:36 -04:00
Jeffrey Walton c87d7bf2cd
Add "Source Code and Contributing" section to Readme.txt (Issue 317) 2016-10-11 17:06:04 -04:00
Jeffrey Walton 4d562aaac7
Post-release version increment 2016-10-11 14:37:03 -04:00
Jeffrey Walton c621ce0532
Add misc.h header for library's memcpy_s 2016-10-11 00:02:23 -04:00
Jeffrey Walton bc5ae1b7c1
Fix port forwarding and EINVAL on Unix 2016-10-10 19:50:45 -04:00
Jeffrey Walton 2d8992a547
Add statics to anonymous namespace 2016-10-10 18:20:49 -04:00
Jeffrey Walton 145a83e4cd
Add test suite RandomNumberGenerator t anonymous namespace 2016-10-10 18:03:31 -04:00
Jeffrey Walton acf281fef6
Remove libstlport from LLVM message 2016-10-10 17:53:32 -04:00
Jeffrey Walton 32fa9f6a8b
Remove deprecated warning supressions under MSC
pragma warning(disable: 4996)
2016-10-10 17:33:13 -04:00
Jeffrey Walton 1e3878751b
Ensure NULL terminator for VS2005 and below 2016-10-10 15:57:21 -04:00
Jeffrey Walton e227ddd09a Revert "Ensure NULL terminator for VS2005 and below"
This reverts commit 1f779dec2a. We needed '\0', not '0'.
2016-10-10 15:56:22 -04:00
Jeffrey Walton 1f779dec2a
Ensure NULL terminator for VS2005 and below 2016-10-10 15:55:15 -04:00
Jeffrey Walton ecb62a9311
Provide temporary buffer for WSAStringToAddress
Also see http://stackoverflow.com/q/39952781
2016-10-10 13:56:52 -04:00
Jeffrey Walton 818a4ea631
Make inet_pton failures non-fatal 2016-10-10 07:02:57 -04:00
Jeffrey Walton e8c55465d8
Fixed comment character. Added maximum compression 2016-10-10 06:06:02 -04:00
Jeffrey Walton 4630a5dab6
Remove reliance on _WINSOCK_DEPRECATED_NO_WARNINGS (Issue 19) 2016-10-10 04:11:36 -04:00
Jeffrey Walton 907ca4e39b
Clear C4121 under Visual Studio
cryptopp\wait.h(215) : warning C4121: 'CryptoPP::WaitObjectContainer' : alignment of a member was sensitive to packing
2016-10-10 03:35:21 -04:00
Jeffrey Walton 68cdfd1119
Updated comments 2016-10-09 22:42:31 -04:00
Jeffrey Walton 5edee711f4
Whitespace cleanup 2016-10-09 02:13:10 -04:00
Jeffrey Walton b71b9bff02
Restore Win32 as default configuration
I think x64 crept in during Issue 316. x64 causes troubles on modern netbooks which use a 32-bit OS on a 64-bit processor.
2016-10-09 00:36:51 -04:00