index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wallet: move crypter to wallet
Cory Fields
2015-03-22
1
-292
/
+0
*
openssl: abstract out OPENSSL_cleanse
Cory Fields
2015-02-15
1
-2
/
+2
*
Merge pull request #5319
Wladimir J. van der Laan
2015-02-04
1
-22
/
+17
|
\
|
*
Clean up wallet encryption code.
Daniel Kraft
2014-12-04
1
-22
/
+17
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
|
/
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-0
/
+1
*
Merge pull request #4825
Pieter Wuille
2014-09-16
1
-6
/
+6
|
\
|
*
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-06
1
-6
/
+6
*
|
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-1
/
+1
*
|
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
|
/
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
Dont run full check every time we decrypt wallet.
Matt Corallo
2014-08-10
1
-0
/
+3
*
Make CCryptoKeyStore::Unlock check all keys.
Gregory Maxwell
2014-08-10
1
-4
/
+22
*
Move CCryptoKeyStore to crypter.cpp
Wladimir J. van der Laan
2013-12-04
1
-1
/
+156
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-4
/
+5
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
remove windows.h from crypter.cpp includes
Philip Kaufmann
2013-07-24
1
-3
/
+0
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-3
/
+3
*
don't use memset() in privacy/security relevant code parts
Philip Kaufmann
2012-11-09
1
-2
/
+2
*
Make CCrypter use LockedPageManager to manage locked pages
Wladimir J. van der Laan
2012-08-23
1
-12
/
+0
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-2
/
+2
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+0
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-2
/
+0
*
Fix misc. minor sign-comparison warnings
Jeff Garzik
2012-04-15
1
-1
/
+1
*
Verify status of encrypt/decrypt calls to detect failed padding
Pieter Wuille
2012-04-05
1
-10
/
+14
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-26
1
-1
/
+1
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-1
/
+1
*
Add wallet privkey encryption.
Matt Corallo
2011-07-13
1
-0
/
+132