Commit Graph

75 Commits (d932159f3467cc197caaf281f34f3324e6b5bea8)

Author SHA1 Message Date
Gavin Andresen 796e7b7aec Merge pull request #2950 from pstratem/walletload
11 years ago
Pieter Wuille e0e14e43d9 Use 'low S' as malleability breaker rather than 'even S'
11 years ago
patrick s a42eef6f10 verify vchPubKey matches calculated public key unless fSkipCheck is set
11 years ago
patrick s 6e51b3bddf improve wallet load time by removing duplicated calls to EC_KEY_check_key and adding a hash for vchPubKey/vchPrivKey entries in wallet.dat
11 years ago
Gregory Maxwell 47491a90b6 Merge pull request #2131 from sipa/evens
11 years ago
Gavin Andresen 13d3b1c144 Merge pull request #2829 from sipa/bip32
11 years ago
Pieter Wuille a81cd96805 Only create signatures with even S, and verification mode to check.
11 years ago
Pieter Wuille eb2c999050 BIP32 derivation implementation
11 years ago
Pieter Wuille fb83a79b21 Fix minor backward incompatibility
11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor
12 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated
12 years ago
Daniel Larimer a9280652ce Fix memory leak on exception in Key::SignCompact
12 years ago
Daniel Larimer 173601705c fix memory leak in CKey::SetCompactSignature()
12 years ago
Pieter Wuille 69fc8047a9 Compact serialization for scripts
12 years ago
Gavin Andresen eed1785f70 Handle corrupt wallets gracefully.
12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings
12 years ago
Philip Kaufmann a3d12f445a fix a memory leak in key.cpp
13 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey
13 years ago
Gavin Andresen acf513cfe7 Move signature cache from CKey::Verify to CheckSig in script.cpp
13 years ago
Gavin Andresen d0e4051cd8 Merge branch 'optimize'
13 years ago
Gavin Andresen 62922c8ab0 Cache signature verifications
13 years ago
Fordy 3a25a2b9b0 Update License in File Headers
13 years ago
Gavin Andresen 096e06dbb5 Refactor: move code from key.h to key.cpp
13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012
13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore
13 years ago