83 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Andrew Poelstra 4a09e1df51
key.cpp: fail with a friendlier message on missing ssl EC support 10 years ago
Kamil Domanski f40dbeedde remove CPubKey::VerifyCompact( ) which is never used 10 years ago
Pieter Wuille 6fd7ef2bbf Also switch the (unused) verification code to low-s instead of even-s. 10 years ago
Gregory Maxwell 9b59e3bda8 Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 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
Pieter Wuille a81cd96805 Only create signatures with even S, and verification mode to check. 12 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 11 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Daniel Larimer a9280652ce Fix memory leak on exception in Key::SignCompact 11 years ago
Daniel Larimer 173601705c fix memory leak in CKey::SetCompactSignature() 11 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 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Gavin Andresen acf513cfe7 Move signature cache from CKey::Verify to CheckSig in script.cpp 12 years ago
Gavin Andresen 62922c8ab0 Cache signature verifications 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Gavin Andresen 096e06dbb5 Refactor: move code from key.h to key.cpp 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 12 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago