aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert NACK'd fixes for 0.7.2.Luke Dashjr2012-11-161-2/+2
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-141-2/+2
|\
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-141-2/+2
| |\
| | * don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-121-2/+2
| * | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-08-121-2/+2
| |\|
| | * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-121-2/+2
| | |\
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-121-2/+2
| | | |\
| | | | * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-121-2/+2
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-221-1/+1
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-04-221-1/+1
| | | |\|
| | | | * Fix misc. minor sign-comparison warningsJeff Garzik2012-04-171-1/+1
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-051-10/+14
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-04-051-10/+14
| | | |\|
| | | | * Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille2012-04-051-10/+14
| | | * | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-12-201-1/+1
* | | | | Make CCrypter use LockedPageManager to manage locked pagesWladimir J. van der Laan2012-08-231-12/+0
* | | | | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
|/ / / /
* | | | Further reduce header dependenciesPieter Wuille2012-04-171-1/+0
* | | | Remove headers.hPieter Wuille2012-04-171-2/+0
* | | | Fix misc. minor sign-comparison warningsJeff Garzik2012-04-151-1/+1
* | | | Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille2012-04-051-10/+14
|/ / /
* | | Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* | | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-261-1/+1
|/ /
* / Fix build on windows and macGavin Andresen2011-10-071-1/+1
|/
* Add wallet privkey encryption.Matt Corallo2011-07-131-0/+132