16 Commits (85beb9c9ca30a89b0c1aea973a4fd2f1ce16d38a)

Author SHA1 Message Date
Jay Graber 85beb9c9ca
Add Sapling keys to CCryptoKeyStore::EncryptKeys 6 years ago
Jay Graber 55f2889396
Add Sapling have/get sk crypter overrides 6 years ago
Jay Graber 2173767365 Add crypted keystore sapling add key 6 years ago
Jack Grigg e5eab182b5
Use boost::variant to represent shielded addresses and keys 6 years ago
Jack Grigg 642a1caf93
ViewingKey -> ReceivingKey per zcash/zips#117 7 years ago
Jack Grigg 1749dd69c7
Fix incorrect locking in CCryptoKeyStore 8 years ago
Jack Grigg 017abaf694 Assert that new OpenSSL allocators succeed 8 years ago
Jack Grigg fa318aa9fe Upgrade OpenSSL to 1.1.0b 8 years ago
Jack Grigg ef3a6a97ae Use correct lock for spending keys 8 years ago
Jack Grigg ad041fceec Cache note decryptors in encrypted keystore 8 years ago
Jack Grigg 6bffc46a87 Implement CSecureDataStream for streaming CKeyingMaterial 8 years ago
Jack Grigg 3a15b1637e Move serialized Zcash address length constants into zcash/Address.hpp 8 years ago
Jack Grigg 16d140f4a2 Add support for encrypting spending keys 8 years ago
Wladimir J. van der Laan 7ff9d122e4 Make sure LogPrintf strings are line-terminated 9 years ago
Cory Fields a354a59f1f wallet: move crypter to wallet 9 years ago
Cory Fields 1630219d90 openssl: abstract out OPENSSL_cleanse 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Daniel Kraft 35f7227a86 Clean up wallet encryption code. 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
ENikS 8d657a6517 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Matt Corallo a35b55b522 Dont run full check every time we decrypt wallet. 10 years ago
Gregory Maxwell 1e21c17d20 Make CCryptoKeyStore::Unlock check all keys. 10 years ago
Wladimir J. van der Laan 829c920387 Move CCryptoKeyStore to crypter.cpp 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 852605d8d1 remove windows.h from crypter.cpp includes 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Philip Kaufmann 0f8a647782 don't use memset() in privacy/security relevant code parts 12 years ago
Wladimir J. van der Laan 0b886ad1bd Make CCrypter use LockedPageManager to manage locked pages 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Jeff Garzik 9fb89c26f3 Fix misc. minor sign-comparison warnings 12 years ago
Pieter Wuille e5c027b49b Verify status of encrypt/decrypt calls to detect failed padding 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Dylan Noblesmith 94f778bdeb Implement an mlock()'d string class for storing passphrases 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago