Age | Commit message (Expand) | Author |
2019-12-17 | stubs: replace stubs with lnot if applicable | Paolo Bonzini |
2019-12-17 | crypto: move common bits for all emulators to libqemuutil | Paolo Bonzini |
2019-10-28 | crypto: add support for gcrypt's native XTS impl | Daniel P. Berrangé |
2019-05-22 | build: Link user-only with crypto random number objects | Richard Henderson |
2018-10-19 | crypto: require nettle >= 2.7.1 for building QEMU | Daniel P. Berrangé |
2018-10-19 | crypto: require libgcrypt >= 1.5.0 for building QEMU | Daniel P. Berrangé |
2018-10-19 | crypto: require gnutls >= 3.1.18 for building QEMU | Daniel P. Berrangé |
2018-07-03 | crypto: Implement TLS Pre-Shared Keys (PSK). | Richard W.M. Jones |
2017-07-19 | crypto: hash: add afalg-backend hash support | Longpeng(Mike) |
2017-07-19 | crypto: cipher: add afalg-backend cipher support | Longpeng(Mike) |
2017-07-19 | crypto: introduce some common functions for af_alg backend | Longpeng(Mike) |
2016-12-22 | crypto: add HMAC algorithms framework | Longpeng(Mike) |
2016-07-21 | crypto: use glib as fallback for hash algorithm | Daniel P. Berrange |
2016-07-21 | crypto: use /dev/[u]random as a final fallback random source | Daniel P. Berrange |
2016-07-04 | crypto: switch hash code to use nettle/gcrypt directly | Daniel P. Berrange |
2016-03-30 | crypto: do an explicit check for nettle pbkdf functions | Daniel P. Berrange |
2016-03-17 | crypto: implement the LUKS block encryption format | Daniel P. Berrange |
2016-03-17 | crypto: add block encryption framework | Daniel P. Berrange |
2016-03-17 | crypto: import an implementation of the XTS cipher mode | Daniel P. Berrange |
2016-03-17 | crypto: add support for anti-forensic split algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add support for generating initialization vectors | Daniel P. Berrange |
2016-03-17 | crypto: add support for PBKDF2 algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add cryptographic random byte source | Daniel P. Berrange |
2015-12-18 | crypto: add QCryptoSecret object class for password/key handling | Daniel P. Berrange |
2015-09-15 | crypto: introduce new module for handling TLS sessions | Daniel P. Berrange |
2015-09-15 | crypto: introduce new module for TLS x509 credentials | Daniel P. Berrange |
2015-09-15 | crypto: introduce new module for TLS anonymous credentials | Daniel P. Berrange |
2015-09-15 | crypto: introduce new base module for TLS credentials | Daniel P. Berrange |
2015-09-15 | crypto: move crypto objects out of libqemuutil.la | Daniel P. Berrange |
2015-07-08 | crypto: introduce generic cipher API & built-in implementation | Daniel P. Berrange |
2015-07-07 | crypto: move built-in D3DES implementation into crypto/ | Daniel P. Berrange |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange |
2015-07-07 | crypto: introduce new module for computing hash digests | Daniel P. Berrange |