diff options
| author | Pieter Wuille <[email protected]> | 2016-06-01 18:22:20 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-06-01 18:22:34 +0200 |
| commit | b89ef131147f71a96152a7b5c4374266cdf539b2 (patch) | |
| tree | 5d1b3beb20160d13d4cf285765e1751d88d3d5dc /src/Makefile.test.include | |
| parent | Merge #8082: Defer inserting into maprelay until just before relaying. (diff) | |
| parent | build: Enumerate ctaes rather than globbing (diff) | |
| download | discoin-b89ef131147f71a96152a7b5c4374266cdf539b2.tar.xz discoin-b89ef131147f71a96152a7b5c4374266cdf539b2.zip | |
Merge #7689: Replace OpenSSL AES with ctaes-based version
723779c build: Enumerate ctaes rather than globbing (Cory Fields)
34ed64a crypter: add tests for crypter (Cory Fields)
0a36b9a crypter: shuffle Makefile so that crypto can be used by the wallet (Cory Fields)
976f9ec crypter: add a BytesToKey clone to replace the use of openssl (Cory Fields)
9049cde crypter: hook up the new aes cbc classes (Cory Fields)
fb96831 crypter: constify encrypt/decrypt (Cory Fields)
1c391a5 crypter: fix the stored initialization vector size (Cory Fields)
daa3841 crypto: add aes cbc tests (Cory Fields)
27a212d crypto: add AES 128/256 CBC classes (Cory Fields)
6bec172 Add ctaes-based constant time AES implementation (Pieter Wuille)
a545127 Squashed 'src/crypto/ctaes/' content from commit cd3c3ac (Pieter Wuille)
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 897a7dd4a..77cf1001e 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -95,6 +95,7 @@ BITCOIN_TESTS += \ wallet/test/wallet_test_fixture.h \ wallet/test/accounting_tests.cpp \ wallet/test/wallet_tests.cpp \ + wallet/test/crypto_tests.cpp \ wallet/test/rpc_wallet_tests.cpp endif |