Jeffrey Walton
|
70bddb83ef
|
Cleared unused function warnings
|
2015-07-01 21:35:19 -04:00 |
Jeffrey Walton
|
ea75b3ae5f
|
Added Base64URLEncoder and decoder for web safe alphabet from RFC 4648, Section 5. Discussion at https://groups.google.com/d/msg/cryptopp-users/OF5RPXW-cHw/EDrOuA4-rRYJ
|
2015-07-01 21:06:29 -04:00 |
Jeffrey Walton
|
99ed4c86db
|
Added PHONY targets for clean, install and remove
|
2015-06-30 22:41:47 -04:00 |
Jeffrey Walton
|
91b0730c33
|
Fixed compile on Cygwin x86_64. Thanks to Alex Afanasyev
|
2015-06-30 22:25:15 -04:00 |
Jeffrey Walton
|
1d8934e5b7
|
Removed -fPIC for Cygwin x86_64 compiles
|
2015-06-30 22:06:59 -04:00 |
Jeffrey Walton
|
79c9348599
|
Fixed spelling error in attribution
|
2015-06-30 15:58:02 -04:00 |
Jeffrey Walton
|
bb0d9c7caf
|
Cleared warning on operator precedence
|
2015-06-29 09:46:48 -04:00 |
Jeffrey Walton
|
457eaeaf23
|
Static analysis showed the unsigned int y is truncated to an unsigned char via _rotr16. It does not appear to be a problem with the library, but it may be a problem for users. The assert will alert in Debug builds (but not Release builds)
|
2015-06-29 08:38:38 -04:00 |
Jeffrey Walton
|
e67480dd9e
|
Enabled security related warnings; see http://blogs.msdn.com/b/vcblog/archive/2010/12/14/off-by-default-compiler-warnings-in-visual-c.aspx
|
2015-06-29 05:49:40 -04:00 |
Jeffrey Walton
|
a14a5696e1
|
Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD
|
2015-06-29 02:09:02 -04:00 |
Jeffrey Walton
|
44a5c2c860
|
Added Crypto++ specific ignores to the list
|
2015-06-29 00:53:14 -04:00 |
Jeffrey Walton
|
dd22311acd
|
Fix cross-pollination of other changes to validat2.cpp
|
2015-06-28 23:12:09 -04:00 |
Jeffrey Walton
|
b51c3ea0b5
|
Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBufsEqual is a constant time compare, so it serves to educate users on the function to call to use
|
2015-06-28 23:06:12 -04:00 |
Jeffrey Walton
|
a0390f1fd7
|
Added inline to StringNarrow to squash unused function warning
|
2015-06-28 22:21:57 -04:00 |
Jeffrey Walton
|
9425e16437
|
Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for reporting. Squaring to satisfy Jacobi requirements suggested by JPM.
|
2015-06-27 17:56:01 -04:00 |
Jeffrey Walton
|
cf08f3e98d
|
Remove dSYM directory for OS X during clean
|
2015-06-24 15:57:17 -04:00 |
Jeffrey Walton
|
2afb07c427
|
Removed execute bit from other project files
|
2015-06-24 15:44:20 -04:00 |
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 |