keepassxc/src/crypto
Carlo Teubner e26dbc5608
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-02 07:38:50 -04:00
..
kdf Improve speed of AES KDF transform 2022-04-02 12:50:43 -04:00
Crypto.cpp Add support for Botan3 (#8994) 2023-05-07 23:19:18 -04:00
Crypto.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
CryptoHash.cpp Optimize includes across code base 2021-07-13 22:08:33 -04: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-02 07:38:50 -04:00
SymmetricCipher.h Fix support for AES-256/GCM openssh keys (#8968) 2023-02-18 14:04:47 -08:00