keepassxc/src/crypto
Michal Kaptur 0ff75e7a88 Fixed memory leaks in non-gui tests
Fixed 2 memory leaks in production code and a few in testcases. As a
result leak_check_at_exit ASAN option does not need to turned off for
non-gui tests.
Smart pointers should be used elsewhere for consistency, but the sooner
this fixes are delivered, the lesser memory leaks are introduced.
2017-11-27 23:36:09 +01:00
..
Crypto.cpp spelling: decrypt 2017-01-14 17:31:38 +01:00
Crypto.h Merge branch '2.0' 2015-10-11 10:44:30 +02:00
CryptoHash.cpp Ignore libgcrypt errors in CryptoHash::CryptoHash(). 2015-05-14 20:44:17 +02:00
CryptoHash.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
Random.cpp Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
Random.h Coding style fixes. 2013-10-13 18:08:50 +02:00
SymmetricCipher.cpp Add support for Twofish in KeePass2 code 2017-01-28 17:53:11 +01:00
SymmetricCipher.h Fix build on mac os with qt 5.9.1 2017-10-03 15:01:54 -04:00
SymmetricCipherBackend.h Fix build on mac os with qt 5.9.1 2017-10-03 15:01:54 -04:00
SymmetricCipherGcrypt.cpp Fixed memory leaks in non-gui tests 2017-11-27 23:36:09 +01:00
SymmetricCipherGcrypt.h Fix build on mac os with qt 5.9.1 2017-10-03 15:01:54 -04:00
SymmetricCipherSalsa20.cpp Adapt Salsa20 backend to the new interface. 2015-05-09 23:21:50 +02:00
SymmetricCipherSalsa20.h Adapt Salsa20 backend to the new interface. 2015-05-09 23:21:50 +02:00