Commit Graph

2221 Commits

Author SHA1 Message Date
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
Jeffrey Walton
d00be538c5
Fix x64dll.asm ASM with ARM-based MSBuilds (Issue 316) 2016-10-08 13:55:37 -04:00
Jeffrey Walton
7c735f660f
Update comments 2016-10-08 13:39:00 -04:00
Jeffrey Walton
ce8d6b8d99
Reorder objects for ARM-based MSBuilds (Issue 316) 2016-10-06 17:13:29 -04:00
Jeffrey Walton
b62637d08e
Fix x64masm.asm and x64dll.asm ASM with ARM-based MSBuilds (Issue 316) 2016-10-06 16:59:50 -04:00
Jeffrey Walton
c400c7b38d
Fix rdrand ASM with ARM-based MSBuilds (Issue 316) 2016-10-06 16:00:28 -04:00
Jeffrey Walton
7d2f701718
Revert 2ba75d4adf.
It worked because we were picking up a previously built cryptest.exe. The task does not build it
2016-10-06 12:03:58 -04:00
Jeffrey Walton
0b68429f2e
Fix copy/paste from VMware 2016-10-06 11:14:33 -04:00
Jeffrey Walton
2ba75d4adf
Express cryptest.exe as prerequisite using MSBuild Task 2016-10-06 10:58:28 -04:00
Jeffrey Walton
1f69679806
Add hack to create cryptest.exe for DLL Mac'ing 2016-10-06 01:37:51 -04:00
Jeffrey Walton
c70c784745
Update project dependencies after 4b16847f8c 2016-10-06 00:22:52 -04:00
Jeffrey Walton
8fafb4e98c
Add cryptdll-windows.cmd to TestScripts 2016-10-06 00:02:33 -04:00