Jeffrey Walton
f03ab5cbd1
Removed execute bit from C++ header and source files
2015-06-24 14:15:29 -04:00
Jeffrey Walton
4206b4a4dc
Added IS_X86_64, enabled -fPIC for IS_X86_64. Cleared compile error when building the shared object
2015-06-14 19:07:06 -04:00
Jeffrey Walton
3829c7fd51
Added OMP thread count to test program. Discussion at https://groups.google.com/d/msg/cryptopp-users/M4vy6PFy40s/9n869TXAqoYJ
2015-06-13 21:11:22 -04:00
Jeffrey Walton
17fea9df2a
Backed out commit d2686acc10. Its not clear it was safe to clear the warning this way
2015-06-13 15:40:06 -04:00
Jeffrey Walton
789aacd4d3
Merge branch 'master' of https://github.com/weidai11/cryptopp
2015-06-12 10:40:18 -04:00
Jeffrey Walton
15d312e986
Fixed potential missing argument when using tv subcommand with argv[2]
2015-06-12 10:39:55 -04:00
Jeffrey Walton
be48625234
Changed m_compress and m_encodeAsOID to mutable. They are presentation details, and passing a const-key or cont-params means they cannot be changed when writing
2015-06-11 19:10:46 -04:00
Jeffrey Walton
5b1f23c310
Removed forward declaration to non-existent class BlumGoldwasserPublicKey and BlumGoldwasserPrivateKey
2015-06-11 17:13:14 -04:00
Jeffrey Walton
e2c469dc41
Cleared GCC/Clang warning on unknown pragma
2015-06-09 11:35:45 -04:00
Jeffrey Walton
d7399e0fd7
Cleared GCC/Clang warning on unknown pragma
2015-06-09 11:33:32 -04:00
Jeffrey Walton
44015c26ba
Cleared ill-formed conversion in C++11
2015-06-09 09:49:02 -04:00
Jeffrey Walton
242187d80d
Cleared GCC/Clang waning on unknown pragma
2015-06-09 09:36:11 -04:00
Jeffrey Walton
e385e24654
Removed unneeded object and library files from CLEAN rule
2015-06-08 13:03:46 -04:00
Jeffrey Walton
f23c30000d
Removed -flat_namespace from LDFLAGS for iOS cross compile. That's something that was used for OS X around 10.4 or so while transitioning to namespaes in dylibs
2015-06-08 12:11:38 -04:00
Jeffrey Walton
23899cf5ce
Added .gitignore
2015-06-08 10:25:46 -04:00
Jeffrey Walton
467a224723
Added GNUmakefile-cross for Android, iOS and Embedded
2015-06-08 07:50:22 -04:00
Jeffrey Walton
3e2b437172
Added missing include. Caused compile failure on Android or iOS
2015-06-08 07:36:57 -04:00
Jeffrey Walton
08b0e9105f
Changed ISX86 -> IS_X86 for consistency
2015-06-08 05:14:17 -04:00
Jeffrey Walton
e58faf4973
Cleared signed/unsigned warning
2015-06-08 04:14:30 -04:00
Jeffrey Walton
ed05fef1cf
Cleared initialization order warning with -Wall
2015-06-08 04:08:17 -04:00
Jeffrey Walton
d2686acc10
Cleared signed/unsigned warning
2015-06-08 04:05:42 -04:00
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