Merge #7689: Replace OpenSSL AES with ctaes-based version
723779cbuild: Enumerate ctaes rather than globbing (Cory Fields)34ed64acrypter: add tests for crypter (Cory Fields)0a36b9acrypter: shuffle Makefile so that crypto can be used by the wallet (Cory Fields)976f9eccrypter: add a BytesToKey clone to replace the use of openssl (Cory Fields)9049cdecrypter: hook up the new aes cbc classes (Cory Fields)fb96831crypter: constify encrypt/decrypt (Cory Fields)1c391a5crypter: fix the stored initialization vector size (Cory Fields)daa3841crypto: add aes cbc tests (Cory Fields)27a212dcrypto: add AES 128/256 CBC classes (Cory Fields)6bec172Add ctaes-based constant time AES implementation (Pieter Wuille)a545127Squashed 'src/crypto/ctaes/' content from commit cd3c3ac (Pieter Wuille)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user