Age | Commit message (Expand) | Author |
2014-11-10 | Do signature-s negation inside the tests | Pieter Wuille |
2014-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields |
2014-10-31 | boost: moveonly: move BIP32Hash to hash.h | Cory Fields |
2014-10-31 | boost: moveonly: create eccryptoverify.h|cpp and move helper functions there | Cory Fields |
2014-10-28 | Update comments in keystore to be doxygen compatible | Michael Ford |
2014-10-28 | Update comments in key to be doxygen compatible | Michael Ford |
2014-10-27 | boost: code movement only: split CECKey into separate files | Cory Fields |
2014-10-27 | boost: remove CPubKey dependency from CECKey. Follow-up of e405aa48 | Cory Fields |
2014-10-15 | boost: remove CPrivKey dependency from CECKey | Cory Fields |
2014-09-26 | Add automatic script test generation, and actual checksig tests | Pieter Wuille |
2014-09-06 | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' | ENikS |
2014-09-01 | Fixing Compiler Error C2466 | ENikS |
2014-07-09 | add GetRandBytes() as wrapper for RAND_bytes() | Philip Kaufmann |
2014-07-01 | libsecp256k1 integration | Pieter Wuille |
2014-06-26 | ensure clean and consistent "namespace" usage | Philip Kaufmann |
2014-06-21 | Move crypto implementations to src/crypto/ | Pieter Wuille |
2014-06-21 | Add a built-in SHA256/SHA512 implementation. | Pieter Wuille |
2014-06-03 | key.cpp: fail with a friendlier message on missing ssl EC support | Andrew Poelstra |
2014-05-20 | remove CPubKey::VerifyCompact( ) which is never used | Kamil Domanski |
2014-03-10 | Also switch the (unused) verification code to low-s instead of even-s. | Pieter Wuille |
2013-12-02 | Sanitize assert usage and refuse to compile with NDEBUG. | Gregory Maxwell |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-10-16 | Merge pull request #2950 from pstratem/walletload | Gavin Andresen |
2013-09-20 | Use 'low S' as malleability breaker rather than 'even S' | Pieter Wuille |
2013-08-29 | verify vchPubKey matches calculated public key unless fSkipCheck is set | patrick s |
2013-08-28 | improve wallet load time by removing duplicated calls to EC_KEY_check_key and... | patrick s |
2013-08-15 | Merge pull request #2131 from sipa/evens | Gregory Maxwell |
2013-08-15 | Merge pull request #2829 from sipa/bip32 | Gavin Andresen |
2013-08-16 | Only create signatures with even S, and verification mode to check. | Pieter Wuille |
2013-07-15 | BIP32 derivation implementation | Pieter Wuille |
2013-07-13 | Fix minor backward incompatibility | Pieter Wuille |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2013-05-30 | Make CPubKey statically allocated | Pieter Wuille |
2013-05-19 | Fix memory leak on exception in Key::SignCompact | Daniel Larimer |
2013-05-19 | fix memory leak in CKey::SetCompactSignature() | Daniel Larimer |
2012-10-20 | Compact serialization for scripts | Pieter Wuille |
2012-10-08 | Handle corrupt wallets gracefully. | Gavin Andresen |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr |
2012-06-21 | fix a memory leak in key.cpp | Philip Kaufmann |
2012-05-24 | Encapsulate public keys in CPubKey | Pieter Wuille |
2012-05-22 | Move signature cache from CKey::Verify to CheckSig in script.cpp | Gavin Andresen |
2012-05-22 | Merge branch 'optimize' | Gavin Andresen |
2012-05-18 | Cache signature verifications | Gavin Andresen |
2012-05-18 | Update License in File Headers | Fordy |
2012-05-17 | Refactor: move code from key.h to key.cpp | Gavin Andresen |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2011-12-17 | Add GetSecret() and GetKeys() to CKeyStore | Pieter Wuille |