index
:
delta/cryptopp-git.git
CRYPTOPP_5_6_2_clean
master
github.com: weidai11/cryptopp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
validat2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ASN.1 decoder m_values protected
Jeffrey Walton
2018-04-03
1
-1
/
+1
*
Remove AsymmetricAlgorithm::BERDecode (GH #569)
Jeffrey Walton
2018-01-21
1
-2
/
+3
*
Fix C++03 compile
Jeffrey Walton
2018-01-10
1
-16
/
+16
*
Fix error in bits2octets: should use the base point's bit count, instead of t...
Linmao Song
2018-01-10
1
-0
/
+20
*
Add thorough param to ValidateECGDSA
Jeffrey Walton
2017-11-25
1
-47
/
+13
*
Add PKCS #1 SHA3-based signatures (GH #517)
Jeffrey Walton
2017-10-04
1
-3
/
+50
*
Fix Clang warning on missing template definitions
Jeffrey Walton
2017-08-16
1
-0
/
+1
*
Revert "Revert "Clear Visual Studio warnings (Issue 412)""
Jeffrey Walton
2017-06-02
1
-0
/
+4
*
Revert "Clear Visual Studio warnings (Issue 412)"
Jeffrey Walton
2017-06-02
1
-4
/
+0
*
Clear Visual Studio warnings (Issue 412)
Jeffrey Walton
2017-05-30
1
-0
/
+4
*
Switch to _MSC_FULL_VER for SP1 releases
Jeffrey Walton
2017-05-11
1
-1
/
+1
*
Move TestPolynomialMod2 to validat0.cpp
Jeffrey Walton
2017-05-11
1
-114
/
+0
*
Add additional self tests under debug builds
Jeffrey Walton
2017-05-05
1
-1
/
+1
*
Add variable block size support to test and benchmarks
Jeffrey Walton
2017-05-04
1
-1
/
+1
*
Removed "typedef SHA1 SHA" (Issue 369)
Jeffrey Walton
2017-04-24
1
-22
/
+22
*
Clear Coverity CHECKED_RETURN (CID 177729)
Jeffrey Walton
2017-03-18
1
-1
/
+3
*
Add C++ nullptr support (Issue 383)
Jeffrey Walton
2017-03-01
1
-3
/
+3
*
Add Test namespace within CryptoPP namespace (Issue 379)
Jeffrey Walton
2017-02-21
1
-113
/
+113
*
Change file preamble to include "originally written by Wei Dai"
Jeffrey Walton
2017-01-27
1
-1
/
+1
*
Add German digital signature algorithm (ECGDSA) (Issue 113)
Jeffrey Walton
2016-12-13
1
-4
/
+350
*
Updated CRYPTOPP_ASSERT based on comments
Jeffrey Walton
2016-10-17
1
-1
/
+1
*
Remove deprecated warning supressions under MSC
Jeffrey Walton
2016-10-10
1
-5
/
+0
*
Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...
Jeffrey Walton
2016-09-16
1
-1
/
+1
*
Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)
Jeffrey Walton
2016-09-16
1
-1
/
+1
*
Merge 'master' into 'hmqv'
Jeffrey Walton
2016-09-08
1
-3
/
+3
|
\
|
*
Output formatting for TestPolynomialMod2
Jeffrey Walton
2016-09-08
1
-3
/
+3
|
*
Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"
Mouse
2016-07-06
1
-236
/
+0
|
*
Add HMQV implementation (and merge the old FHMQV into the new codebase)
Uri Blumenthal
2016-07-01
1
-0
/
+236
*
|
Add CRYPTOPP_DATA_DIR to data files
Jeffrey Walton
2016-08-22
1
-6
/
+6
*
|
Add EC prefix to classes which operate over elliptic curves
Jeffrey Walton
2016-07-21
1
-233
/
+233
*
|
Add HMQV and merge untracked FHMQV
Mouse
2016-07-04
1
-0
/
+236
|
/
*
Cleared "warning: unused variable ‘hasPadlockRNG’". Whitespace cleanup
Jeffrey Walton
2016-06-16
1
-20
/
+20
*
Quiet deprecated warning on some library source files. The warning is intende...
Jeffrey Walton
2016-04-24
1
-0
/
+9
*
Cleared Coverity finding STREAM_FORMAT_STATE
Jeffrey Walton
2016-01-25
1
-1
/
+3
*
Cleared ARM64 warning
Jeffrey Walton
2016-01-11
1
-1
/
+1
*
Added CRYPTOPP_DATA_DIR patch (Issue 82)
Jeffrey Walton
2015-12-25
1
-23
/
+23
*
Additional documentation; fixed issues with Clang integrated assembler and di...
Jeffrey Walton
2015-11-19
1
-3
/
+4
*
Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...
Jeffrey Walton
2015-11-18
1
-6
/
+122
*
CRYPTOPP 5.6.3 RC6 checkin
Jeffrey Walton
2015-11-05
1
-728
/
+735
*
Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...
Jeffrey Walton
2015-07-30
1
-5
/
+4
*
Included "integer.h" in source files with Integer dependencies so make would ...
Jeffrey Walton
2015-07-30
1
-0
/
+2
*
Removed USING_NAMESPACE(std). Switch cout and friends to use std::cout
Jeffrey Walton
2015-07-29
1
-76
/
+76
*
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
Jeffrey Walton
2015-07-26
1
-1
/
+1
*
Added "trap.h" include for header and source files that assert
Jeffrey Walton
2015-07-26
1
-0
/
+1
*
Cleared "signed/unsigned" warning under GCC 4.8
Jeffrey Walton
2015-07-26
1
-1
/
+1
*
Static and constness to arrays
Jeffrey Walton
2015-07-05
1
-9
/
+10
*
Fix cross-pollination of other changes to validat2.cpp
Jeffrey Walton
2015-06-28
1
-15
/
+4
*
Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBu...
Jeffrey Walton
2015-06-28
1
-13
/
+27
*
add SHA-3
weidai
2013-01-19
1
-44
/
+2
*
from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ...
weidai
2009-03-12
1
-22
/
+22
[next]