24 Commits (6f7a24fa11b9ace2a3f73ee019c224ae107fb436)

Author SHA1 Message Date
Miguel Freitas 9102cae4b5 twisterd 0.9.40 adding openssl 1.1.x support 7 years ago
Miguel Freitas 6b157f10c0 address EVP_CIPHER_CTX opaque type compilation problem with newer openssl versions. 8 years ago
Dmitry Marakasov a403124c9e Don't return NULL as bool 10 years ago
Denis Ryabov 6de0e2036d fix asserts to support NDEBUG 10 years ago
Kirill A. Korinskiy 606bc30522 Compability with OpenSSL < 0.9.9 10 years ago
Miguel Freitas 396b46914e convert encryption api to use std::string 11 years ago
Miguel Freitas f6639dd11b include implementation for ECIES (ECC + AES + SHA) for asymetric encryption 11 years ago
Pieter Wuille fb83a79b21 Fix minor backward incompatibility 12 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 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