Jeffrey Walton
|
686966d9b7
|
Clear unused variable warning
|
2019-05-17 03:10:54 -04:00 |
Jeffrey Walton
|
732f737f87
|
Clear unused variable warning
|
2019-05-17 03:09:50 -04:00 |
Jeffrey Walton
|
c22eb40573
|
Clear unused variable warning
|
2019-05-17 02:48:29 -04:00 |
Jeffrey Walton
|
d6f51109a9
|
Clear Clang warning for alignment requirements
|
2019-05-17 02:17:50 -04:00 |
Jeffrey Walton
|
91a65d2e10
|
Clear Clang warning for alignment requirements
|
2019-05-17 00:41:33 -04:00 |
Jeffrey Walton
|
2f82dde9a6
|
Update comments
|
2019-05-17 00:02:48 -04:00 |
Jeffrey Walton
|
b34055457a
|
Update comments
|
2019-05-17 00:01:01 -04:00 |
Jeffrey Walton
|
d8b990a9c8
|
Update comments
|
2019-05-16 22:44:25 -04:00 |
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 |