keepassxc/src/crypto
Carlo Teubner 9288bef4f5
Botan: don't call deprecated functions (#10826)
* Botan: use raw_private_key_bits() if available

Botan 3.x introduces raw_private_key_bits() as an alias for
get_private_key(), and deprecates the latter.

* Botan: use Cipher_Dir::Encryption

Botan 3.x introduces Cipher_Dir::Encryption as an alias for
Cipher_Dir::ENCRYPTION, and deprecates the latter. Likewise for
Decryption/DECRYPTION.
2024-06-01 15:53:35 -04:00
..
kdf Improve speed of AES KDF transform 2022-04-02 12:50:43 -04:00
Crypto.cpp Fix Botan 3 build (#9388) 2023-05-07 08:48:58 -04:00
Crypto.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
CryptoHash.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
CryptoHash.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
Random.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
Random.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
SymmetricCipher.cpp Botan: don't call deprecated functions (#10826) 2024-06-01 15:53:35 -04:00
SymmetricCipher.h Fix support for AES-256/GCM openssh keys (#8968) 2023-01-29 10:57:09 -05:00