Jeffrey Walton
0418dafd58
Merge branch 'master' of https://github.com/weidai11/cryptopp
2019-05-16 21:23:23 -04:00
Jeffrey Walton
b979a94615
Update comments
2019-05-16 21:18:28 -04:00
Jeffrey Walton
083461a30e
Update comments
2019-05-16 20:16:07 -04:00
Jeffrey Walton
6925220a62
Update comments
2019-05-16 20:07:53 -04:00
Jeffrey Walton
432580c53a
Use config_ver.h in Makefiles
2019-05-16 20:03:42 -04:00
Jeffrey Walton
2308ca264f
Fix compile due to typo
2019-05-16 19:11:01 -04:00
Jeffrey Walton
376872be24
Fix compile on OS X due to std::uncaught_exception define
2019-05-16 19:08:48 -04:00
Jeffrey Walton
b25b6f0892
Cleanup SIMON64 and SPECK64 flags in Makefile (GH #834 )
2019-05-16 18:57:57 -04:00
Jeffrey Walton
bc93768670
Break out config.h into components
2019-05-16 18:19:24 -04:00
Jeffrey Walton
edc0952b25
Whitespace check-in
2019-05-16 02:47:44 -04:00
Jeffrey Walton
ef3968f551
Guard x86 cache line size
2019-05-08 21:20:49 -04:00
Jeffrey Walton
72a71eb230
Use fallback in detecting ARM and PowerPC cache line size
2019-05-08 19:54:05 -04:00
Jeffrey Walton
c91813c0b4
Use fallback in detecting VIA cach line size
2019-05-08 19:46:23 -04:00
Jeffrey Walton
40e5891635
Use CPU_QuerySHA256 for ARM
2019-05-08 19:31:31 -04:00
Jeffrey Walton
73bf2f29c0
Add "AMDisbetter!" cpuid detection
2019-05-08 18:51:12 -04:00
Jeffrey Walton
986fded372
Spelling
2019-05-08 18:33:55 -04:00
Jeffrey Walton
d9aed27ad3
Add code for VIA L1 data cache line size
2019-05-08 18:29:33 -04:00
Jeffrey Walton
30fc56d58c
Clear alignment warnings on ARM 32-bit platforms
2019-05-01 12:54:25 -04:00
Jeffrey Walton
337d1c88c8
Use armv7l for machine of Clang triplet armv8l-unknown-linux-gnueabihf (GH #831 )
...
Autotools uses armv7l. We should be safe using the same machine.
2019-05-01 11:00:34 -04:00
Jeffrey Walton
a5fe6fa6da
Remove unneeded perm check in cryptest-autotools.sh
2019-05-01 10:45:11 -04:00
Jeffrey Walton
4acdcc46d0
Try workaround Clang triplet on ARMv7l (GH #831 )
2019-05-01 01:48:00 -04:00
Jeffrey Walton
7ef3dacdc2
Remove C++11 constexpr code for CRYPTOPP_ALIGN_DATA (PR #830 )
...
I don't have faith in it even though it has tested good so far.
2019-04-30 23:00:56 -04:00
Jeffrey Walton
ff544c386c
Use dynamic_cast in ed25519 (GH #829 )
2019-04-30 20:29:21 -04:00
Jeffrey Walton
a379c5644a
Clear alignment warnings on ARM 32-bit platforms ( #828 )
2019-04-30 17:53:58 -04:00
Jeffrey Walton
b9fe3a3415
Clear alignment warnings on ARM 32-bit platforms
2019-04-29 22:40:07 -04:00
Jeffrey Walton
6c60e2cd1d
Add conservative governor setting
...
This governor setting is showing up on dev-board 4.19 kernels
2019-04-29 18:21:50 -04:00
Jeffrey Walton
a11ac1e879
Use ConstBytePtr in TestDataNameValuePairs (GH #827 )
2019-04-29 00:13:32 -04:00
Jeffrey Walton
38a4bb55cf
Post-release version increment
2019-04-29 00:12:18 -04:00
Jeffrey Walton
9dcc26c582
Prepare for Crypto++ 8.2 release
...
Make ConstBytePtr return non-NULL pointer
2019-04-28 19:37:23 -04:00
Jeffrey Walton
ec1aa8874c
Prepare for Crypto++ 8.2 release
...
Fix SHAKE-128 and SHAKE-256 tests
2019-04-28 19:09:45 -04:00
Jeffrey Walton
7ba4657375
Prepare for Crypto++ 8.2 release
...
Fix VS2010 compile on WIndows Vista; Add BytePtr inline function
2019-04-28 18:10:03 -04:00
Jeffrey Walton
c9703ab5ea
Prepare for Crypto++ 8.2 release
...
Fix VS2010 compile on WIndows Vista
2019-04-28 17:27:09 -04:00
Jeffrey Walton
a04014aa48
Prepare for Crypto++ 8.2 release
...
Fix Fedora 7 compile
2019-04-28 15:21:26 -04:00
Jeffrey Walton
e705fa7fad
Prepare for Crypto++ 8.2 release
2019-04-28 12:47:07 -04:00
Jeffrey Walton
4e0c3ed837
Prepare for Crypto++ 8.2 release
2019-04-28 11:48:32 -04:00
Jeffrey Walton
9e22df09a1
Prepare for Crypto++ 8.2 release
2019-04-28 11:48:04 -04:00
Jeffrey Walton
68b4fc0d8b
Prepare for Crypto++ 8.2 release
2019-04-28 11:30:32 -04:00
Jeffrey Walton
c9dc95a45c
Clear GCC multiline comment warning
2019-04-27 23:30:33 -04:00
Jeffrey Walton
fd2fd0c199
Remove unneeded permutes
...
Loading byte arrays does not suffer the endian swaps.
2019-04-27 23:09:30 -04:00
Jeffrey Walton
90f52dd9ae
Regenerate cryptest.nmake list
2019-04-27 21:37:23 -04:00
Jeffrey Walton
b16d37e347
Clear C4296 under MSVC++ (GH #821 )
2019-04-27 21:21:56 -04:00
Jeffrey Walton
255a6f2aa0
Clear UBsan warning -Wstringop-overflow
2019-04-27 21:08:02 -04:00
Jeffrey Walton
39418a8512
Use PowerPC unaligned loads and stores with Power8 (GH #825 , PR #826 )
...
Use PowerPC unaligned loads and stores with Power8. Formerly we were using Power7 as the floor because the IBM POWER Architecture manuals said unaligned loads and stores were available. However, some compilers generate bad code for unaligned loads and stores using `-march=power7`, so bump to a known good.
2019-04-27 20:35:01 -04:00
Jeffrey Walton
d451751eb2
Update SKIPJACK documentation (GH #824 )
2019-04-27 14:40:53 -04:00
Jeffrey Walton
cdaac6b844
Add SKIPJACK/CBC test vectors (GH #824 )
...
Generated using Botan 1.11.17, https://github.com/noloader/cryptopp-test/tree/master/SKIPJACK
2019-04-27 14:21:48 -04:00
Jeffrey Walton
d1b1554188
Add SKIPJACK test vectors from SP800-17, Table 6, pp. 140-42 (GH #824 )
2019-04-27 13:24:54 -04:00
Jeffrey Walton
e8107e9cb8
Update documentation
...
The library uses both PKCS #5 and PKCS #7 padding
2019-04-04 07:20:33 -04:00
Jeffrey Walton
9f8017a276
Fix missing GF2NT_233_Multiply_Reduce_CLMUL in the cursed DLL (GH #783 )
...
This should have been checked-in during GH #783 and PR #784 . I think there was one mailing list message about missing symbols GF2NT_233_Multiply_Reduce_CLMUL and GF2NT_233_Square_Reduce_CLMUL. I missed it when attempting to reproduce the issue. I can duplicate it now using VS2013. I think the addition of CRYPTOPP_DLL caused the issue to surface.
2019-03-21 08:13:14 -04:00
Jeffrey Walton
fc3b16e3a3
Fix SHAKE compile error with old GCC (GH #818 )
2019-03-18 08:06:48 -04:00
Jeffrey Walton
0d17eea82c
Add x25519 default constructor
2019-03-04 19:43:33 -05:00