keepassxc/src
Jonathan White 80809ace67 Replace all crypto libraries with Botan
Selected the [Botan crypto library](https://github.com/randombit/botan) due to its feature list, maintainer support, availability across all deployment platforms, and ease of use. Also evaluated Crypto++ as a viable candidate, but the additional features of Botan (PKCS#11, TPM, etc) won out.

The random number generator received a backend upgrade. Botan prefers hardware-based RNG's and will provide one if available. This is transparent to KeePassXC and a significant improvement over gcrypt.

Replaced Argon2 library with built-in Botan implementation that supports i, d, and id. This requires Botan 2.11.0 or higher. Also simplified the parameter test across KDF's.

Aligned SymmetricCipher parameters with available modes. All encrypt and decrypt operations are done in-place instead of returning new objects. This allows use of secure vectors in the future with no additional overhead.

Took this opportunity to decouple KeeShare from SSH Agent. Removed leftover code from OpenSSHKey and consolidated the SSH Agent code into the same directory. Removed bcrypt and blowfish inserts since they are provided by Botan.

Additionally simplified KeeShare settings interface by removing raw certificate byte data from the user interface. KeeShare will be further refactored in a future PR.

NOTE: This PR breaks backwards compatibility with KeeShare certificates due to different RSA key storage with Botan. As a result, new "own" certificates will need to be generated and trust re-established.

Removed YKChallengeResponseKeyCLI in favor of just using the original implementation with signal/slots.

Removed TestRandom stub since it was just faking random numbers and not actually using the backend. TestRandomGenerator now uses the actual RNG.

Greatly simplified Secret Service plugin's use of crypto functions with Botan.
2021-04-05 22:56:03 -04:00
..
autotype Auto-Type: Abort keystroke if modifiers held on X11 2021-04-01 22:58:33 -04:00
browser Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
cli Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
core Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
crypto Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
fdosecrets Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
format Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
gui Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
keeshare Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
keys Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
proxy Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
qrcode Add QR code generator for TOTP export (#1167) 2018-10-19 14:42:49 -04:00
sshagent Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
streams Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
totp Fix minor TOTP issues 2020-07-18 09:59:02 -04:00
touchid Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
updatecheck Address translation feedback from Transifex 2021-02-19 18:37:33 -05:00
zxcvbn Revert zxcvbn changes from f3d88f 2021-03-01 20:57:08 -05:00
CMakeLists.txt Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
config-keepassx.h.cmake Add Freedesktop.org Secret Storage Spec Server Side API (Fix #1403) 2019-05-12 12:35:42 -04:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp Initialize Application before parser arguments (#6177) 2021-02-24 23:10:13 -05:00