120 Commits (672339f7eff5e9226f302037290e84e783d2b5cd)

Author SHA1 Message Date
Daniel P. Berrange 40c8502822 crypto: add support for querying parameters for block encryption 10 years ago
Daniel P. Berrange 7603289712 crypto: don't open-code qcrypto_hash_supports 10 years ago
Daniel P. Berrange 2165477c0f crypto: use glib as fallback for hash algorithm 10 years ago
Daniel P. Berrange f3c8355c7a crypto: use /dev/[u]random as a final fallback random source 10 years ago
Markus Armbruster 2a6a4076e1 Clean up ill-advised or unusual header guards 10 years ago
Markus Armbruster 121d07125b Clean up header guards that don't match their file name 10 years ago
Markus Armbruster a9c94277f0 Use #include "..." for our own headers, <...> for others 10 years ago
Daniel P. Berrange a1c5e949dd crypto: allow default TLS priority to be chosen at build time 10 years ago
Daniel P. Berrange 13f12430d4 crypto: add support for TLS priority string override 10 years ago
Daniel P. Berrange 9164b89762 crypto: implement sha224, sha384, sha512 and ripemd160 hashes 11 years ago
Daniel P. Berrange 0c16c056a4 crypto: switch hash code to use nettle/gcrypt directly 11 years ago
Daniel P. Berrange 8b7cdba386 crypto: fix handling of iv generator hash defaults 10 years ago
Daniel P. Berrange 8451f2f28d trace: split out trace events for crypto/ directory 10 years ago
Paolo Bonzini b35c1f3361 crypto: assert that qcrypto_hash_digest_len is in range 10 years ago
Alex Bligh b7b68166dc TLS: provide slightly more information when TLS certificate loading fails 11 years ago
Laurent Vivier 207ba7c885 crypto: Use DIV_ROUND_UP 10 years ago
Paolo Bonzini 58369e22cf qemu-common: stop including qemu/bswap.h from qemu-common.h 11 years ago
Daniel P. Berrange fff2f982ab crypto: do an explicit check for nettle pbkdf functions 11 years ago
Markus Armbruster 7136fc1da2 include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h 11 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Daniel P. Berrange f7ac78cfe1 crypto: fix cipher function signature mismatch with nettle & xts 11 years ago
Daniel P. Berrange 621e6ae657 crypto: add compat cast5_set_key with nettle < 3.0.0 11 years ago
Daniel P. Berrange 3e308f20ed crypto: implement the LUKS block encryption format 11 years ago
Daniel P. Berrange 7d9690148a crypto: add block encryption framework 11 years ago
Daniel P. Berrange eaec903c5b crypto: wire up XTS mode for cipher APIs 11 years ago
Daniel P. Berrange e3ba0b6701 crypto: refactor code for dealing with AES cipher 11 years ago
Daniel P. Berrange 84f7f180b0 crypto: import an implementation of the XTS cipher mode 11 years ago
Daniel P. Berrange 50f6753e27 crypto: add support for the twofish cipher algorithm 11 years ago
Daniel P. Berrange 94318522ed crypto: add support for the serpent cipher algorithm 11 years ago
Daniel P. Berrange 084a85eedd crypto: add support for the cast5-128 cipher algorithm 11 years ago
Daniel P. Berrange 5a95e0fccd crypto: add support for anti-forensic split algorithm 11 years ago
Daniel P. Berrange cb730894ae crypto: add support for generating initialization vectors 11 years ago
Daniel P. Berrange 37788f253a crypto: add support for PBKDF2 algorithm 11 years ago
Daniel P. Berrange b917da4cbd crypto: add cryptographic random byte source 11 years ago
Daniel P. Berrange c0377a7cc6 crypto: ensure qcrypto_hash_digest_len is always defined 11 years ago
Daniel P. Berrange 9884abee8f crypto: register properties against the class instead of object 11 years ago
Peter Maydell 42f7a448db crypto: Clean up includes 11 years ago
Peter Maydell d341d9f306 fpu: Replace uint8 typedef with uint8_t 11 years ago
Daniel P. Berrange 50de626151 crypto: fix transposed arguments in cipher error message 11 years ago
Daniel P. Berrange d8c02bcc94 crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI 11 years ago
Daniel P. Berrange d84b79d358 crypto: move QCryptoHashAlgorithm enum definition into QAPI 11 years ago
Daniel P. Berrange 7b36064c90 crypto: add ability to query hash digest len 11 years ago
Daniel P. Berrange dd2bf9eb95 crypto: add additional query accessors for cipher instances 11 years ago
Daniel P. Berrange 1d7b5b4afd crypto: add support for loading encrypted x509 keys 11 years ago
Daniel P. Berrange ac1d887849 crypto: add QCryptoSecret object class for password/key handling 11 years ago
Daniel P. Berrange 0e1d02452b crypto: avoid two coverity false positive error reports 11 years ago
Daniel P. Berrange 08cb175a24 crypto: avoid passing NULL to access() syscall 11 years ago
Daniel P. Berrange 6ef8cd7a41 crypto: fix mistaken setting of Error in success code path 11 years ago
Daniel P. Berrange 61b9251a3a crypto: fix leak of gnutls_dh_params_t data on credential unload 11 years ago
Daniel P. Berrange 3a661f1eab crypto: add sanity checking of plaintext/ciphertext length 11 years ago