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
/
cryptlib.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PtrAdd and PtrSub helper functions
Jeffrey Walton
2018-07-10
1
-10
/
+10
*
Increase use of ptrdiff_t when performing pointer math
Jeffrey Walton
2018-07-09
1
-4
/
+4
*
Make AuthenticatedSymmetricCipher::AlgorithmName non-pure
Jeffrey Walton
2018-04-05
1
-0
/
+6
*
Cutover PBKDF to KeyDerivationFunction interface (GH #610, PR #612)
Jeffrey Walton
2018-03-29
1
-5
/
+0
*
Add KeyDerivationFunction interface (GH #610, PR #611)
Jeffrey Walton
2018-03-29
1
-0
/
+25
*
Clear clang-tidy warnings
Jeffrey Walton
2018-01-24
1
-63
/
+98
*
Remove unneeded Doxygen directive
Jeffrey Walton
2018-01-19
1
-1
/
+0
*
Fix failed self test under Clang (GH #533)
Jeffrey Walton
2017-12-25
1
-1
/
+1
*
Use ptrdiff_t cast in BlockTransformation (GH #549)
Jeffrey Walton
2017-12-17
1
-4
/
+4
*
Fix Clang 5.0 "runtime error: addition of unsigned offset to 0xXXXX overflowe...
Jeffrey Walton
2017-12-16
1
-6
/
+7
*
Change Doxygen comment style from //! to ///
Jeffrey Walton
2017-11-29
1
-16
/
+16
*
Update documentation
Jeffrey Walton
2017-11-12
1
-25
/
+0
*
Reduce C++ file scope class objects
Jeffrey Walton
2017-11-12
1
-20
/
+8
*
Update documentation
Jeffrey Walton
2017-10-01
1
-1
/
+2
*
Update StreamTransformation and ProcessLastBlock
Jeffrey Walton
2017-09-29
1
-0
/
+17
*
Backed off assert.
Jeffrey Walton
2017-08-15
1
-2
/
+1
*
Clear coverity finding FORWARD_NULL (CID 147865)
Jeffrey Walton
2017-05-20
1
-4
/
+5
*
Revert "Clear coverity finding FORWARD_NULL (CID 147865)"
Jeffrey Walton
2017-05-20
1
-4
/
+5
*
Clear coverity finding FORWARD_NULL (CID 147865)
Jeffrey Walton
2017-05-20
1
-5
/
+4
*
Add tests for Information Dispersal and Secret Sharing
Jeffrey Walton
2017-05-09
1
-3
/
+0
*
Add variable block size support for block ciphers
Jeffrey Walton
2017-05-01
1
-2
/
+2
*
Simplify C++ dynamic object initialization
Jeffrey Walton
2017-03-20
1
-22
/
+27
*
Updated static initializers
Jeffrey Walton
2017-03-17
1
-18
/
+15
*
Avoid inlining LibraryVersion (Issue 371)
Jeffrey Walton
2017-03-14
1
-1
/
+1
*
Add C++ nullptr support (Issue 383)
Jeffrey Walton
2017-03-01
1
-2
/
+2
*
Remove NULL_CHANNEL and CW8 workaround (Issue 382)
Jeffrey Walton
2017-03-01
1
-3
/
+0
*
Change to more intuitive names LibraryVersion and HeaderVersion (Issue 371)
Jeffrey Walton
2017-01-28
1
-1
/
+1
*
Add BuildVersion and RuntimeVersion functions (Issue 371)
Jeffrey Walton
2017-01-28
1
-1
/
+10
*
Change file preamble to include "originally written by Wei Dai"
Jeffrey Walton
2017-01-27
1
-1
/
+1
*
spelling fixes
klemens
2016-12-27
1
-2
/
+2
*
Silence select conversion warnings (Issue 340)
Jeffrey Walton
2016-12-02
1
-3
/
+15
*
Fix Solaris GCC and "constructor priorities are not supported"
Jeffrey Walton
2016-09-19
1
-4
/
+0
*
Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)
Jeffrey Walton
2016-09-16
1
-15
/
+15
*
Updated documentation (Issue 248)
Jeffrey Walton
2016-08-27
1
-9
/
+9
*
Cleared most "Conditional jump or move depends on uninitialised value" (Issue...
Jeffrey Walton
2016-07-13
1
-4
/
+5
*
Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...
Jeffrey Walton
2015-11-18
1
-1
/
+47
*
CRYPTOPP 5.6.3 RC6 checkin
Jeffrey Walton
2015-11-05
1
-840
/
+895
*
Partial cut-over to static local strings for DefaultChannel() and AadChannel(...
Jeffrey Walton
2015-07-31
1
-3
/
+2
*
Cleared auto_ptr deprecation warning with C++11 under Debian 8/i686
Jeffrey Walton
2015-07-30
1
-7
/
+14
*
Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...
Jeffrey Walton
2015-07-27
1
-2
/
+2
*
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
Jeffrey Walton
2015-07-26
1
-9
/
+9
*
Added "trap.h" include for header and source files that assert
Jeffrey Walton
2015-07-26
1
-0
/
+1
*
Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...
Jeffrey Walton
2015-06-29
1
-0
/
+5
*
fix CTR mode not allowing NULL as IV
weidai
2010-08-05
1
-1
/
+1
*
fix possible race condition in Singleton::Ref()
weidai
2010-06-18
1
-1
/
+8
*
add x86/x64 assembly for SHA-256,
weidai
2009-03-10
1
-5
/
+8
*
tweaks/fixes for 5.6
weidai
2009-03-03
1
-0
/
+18
*
changes for 5.6:
weidai
2009-03-02
1
-22
/
+101
*
add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interface
weidai
2007-05-04
1
-12
/
+38
*
rename STRUCTURED_IV to UNIQUE_IV. Sun CC workaround
weidai
2007-04-16
1
-1
/
+1
[next]