Commit Graph

706 Commits

Author SHA1 Message Date
Jeffrey Walton
54bd52d11f Cleared signed/unsigned warning 2015-06-08 04:00:20 -04:00
Jeffrey Walton
7cbc0eaedb Cleared signed/unsigned warning 2015-06-08 03:59:25 -04:00
Jeffrey Walton
2fa682e699 Cleared GCC/Clang waning on unknown pragma 2015-06-08 03:49:39 -04:00
Jeffrey Walton
f5e4f6318e Cleared unknown pragma warning with -Wall 2015-06-08 02:30:53 -04:00
Jeffrey Walton
3cdb29ab0d Cleared initialization order warning with -Wall 2015-06-08 02:30:10 -04:00
Jeffrey Walton
c6fde0fa5a Cleared unknown pragma warning with -Wall 2015-06-08 02:27:05 -04:00
Jeffrey Walton
883c38a314 Cleared unknown pragma warning with -Wall 2015-06-08 02:26:16 -04:00
Jeffrey Walton
24a68684e8 Cleared unknown pragma warning with -Wall 2015-06-08 02:26:00 -04:00
Jeffrey Walton
e4fd39589a Cleared GCC/Clang waning on unknown pragma 2015-06-08 02:12:20 -04:00
Jeffrey Walton
989f98c1a0 Cleared SourceForge reported issue where ThreadUserTimer was not exported 2015-06-08 02:01:46 -04:00
Jeffrey Walton
1d237fe79d Added test case for CRYPTOPP_UNUSED by applying it to argc and argv in tes.cpp (even though they are used) 2015-06-07 20:56:49 -04:00
Jeffrey Walton
ca6e2fa683 Fixed Clang compiler identification string 2015-06-07 20:50:10 -04:00
Jeffrey Walton
5f25c73635 Add CRYPTOPP_UNUSED to help supress unused variable warnings. Applied to AlgorithmParametersTemplate because its use is nearly ubiquitous 2015-06-04 23:24:15 -04:00
Jeffrey Walton
54d72d091e Added <sys/select.h> got Android 2015-06-04 23:13:39 -04:00
Jeffrey Walton
442c6497c0 Wrapped errno in IntToString 2015-06-04 23:06:15 -04:00
Wei Dai
e0959c5293 small optimization
no need to use resize here, which copies old content
2015-06-03 16:57:30 -07:00
weidai
789f81f048 prepare for 5.6.2 release 2013-02-20 23:28:38 +00:00
weidai
0f75ff1d09 add Save/Load 2013-01-26 20:39:50 +00:00
weidai
b021819751 add more "this->", for consistency and possibly prevent future compile problems 2013-01-26 17:34:34 +00:00
weidai
280c881393 handle EAGAIN from /dev/urandom and /dev/random (Folkert van Heusden) 2013-01-26 17:31:23 +00:00
weidai
ed7652256c fix compile with MINGW 2013-01-26 17:15:07 +00:00
weidai
334a611e8a fix line endings 2013-01-26 17:14:15 +00:00
weidai
2fb44ea6db add SHA-3
update DSA to FIPS 186-3
update version numbers
2013-01-19 02:20:00 +00:00
weidai
60a5ab4e66 switch to Boost Software License 2013-01-09 00:28:58 +00:00
weidai
affcbcf139 fix clang dection for MacOS (Jeff Walton) 2012-05-23 17:56:48 +00:00
weidai
11c126bf8a fix compile with clang 2.9 (Jeff Walton) 2011-10-12 06:13:37 +00:00
weidai
d011dea184 fix warning with LLVM (Marshall Clow) 2011-10-12 06:11:16 +00:00
weidai
ac6a61ed39 From Jeff Walton:
* added 'static' and 'dynamic' targets
* added libcryptopp.so to cleanup
* continue install/cleanup on error
* force cryptest.exe to link with static library
2011-09-19 01:37:29 +00:00
weidai
f5912cc4e6 fix Salsa validation failure when compiling with GCC 4.6 (https://sourceforge.net/apps/trac/cryptopp/ticket/12) 2011-06-05 21:07:11 +00:00
weidai
fecbd5b18b fix Blowfish minimum keylength to be 4 bytes (32 bits) 2011-05-12 05:39:16 +00:00
weidai
97cf1c813a re-enable accidentally disabled benchmarks 2011-04-26 16:11:00 +00:00
weidai
0171970142 fix for makefile and Panama cipher validation failure on armel http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619856 2011-04-25 17:42:11 +00:00
weidai
4621a652a8 fix for Valgrind error http://tahoe-lafs.org/trac/pycryptopp/ticket/67 2011-01-28 01:22:27 +00:00
weidai
3492bcc1d1 fix AS detection on (from FreeBSD) 2011-01-27 20:14:02 +00:00
weidai
5b3f486767 fix for https://sourceforge.net/apps/trac/cryptopp/ticket/6 2011-01-07 01:38:48 +00:00
weidai
a3a3ff3c86 fix for compiling with Clang from Marshall Clow 2011-01-07 01:30:24 +00:00
weidai
1088b555df 2010-08-10 00:07:27 +00:00
weidai
574def90d9 update Readme for 5.6.1 release 2010-08-09 21:22:09 +00:00
weidai
045d804f9b fix compile with GCC 4.4 and -march=i386
fix minor documentation issues
fix compile w/o GAS 2.19 or later
2010-08-08 23:02:36 +00:00
weidai
9d42a6f6de fix compile with Sun CC on Linux 2010-08-08 08:13:09 +00:00
weidai
87a60d8825 add HMAC/SHA2 test vectors
fix cosmetic issues with test suite
2010-08-08 07:29:51 +00:00
weidai
d938406410 fix CTR mode not allowing NULL as IV 2010-08-05 09:48:04 +00:00
weidai
d43f0c7321 fix compile with Intel C++ Compiler 11.1 2010-08-04 23:42:11 +00:00
weidai
79ed03344b fix memcpy with same src and dest (Peter Klotz) 2010-08-03 20:28:10 +00:00
weidai
05e42a01d9 fix possible error during DLL startup self-test due to calling functions in ADVAPI32.DLL from DllMain() (http://sourceforge.net/apps/trac/cryptopp/ticket/4) 2010-07-29 10:50:42 +00:00
weidai
a3f2091bcd fix compile on GCC 4.4 and greater 2010-07-29 08:51:39 +00:00
weidai
0403d122e1 fix compile on Sun CC
fix compile for non-x86 CPUs
2010-07-28 23:45:28 +00:00
weidai
0e44445b68 fix compile on Mac OS X 2010-07-25 21:39:59 +00:00
weidai
797192ea60 fix compile on Linux 2010-07-24 06:12:23 +00:00
weidai
7adbf89681 add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCM 2010-07-24 05:55:22 +00:00