| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: The #optional tag is redundant, drop | Markus Armbruster | 2017-03-16 | 1 | -11/+11 |
* | qapi: add some sections in docs | Marc-André Lureau | 2017-01-16 | 1 | -1/+4 |
* | crypto: add 3des-ede support when using libgcrypt/nettle | Longpeng(Mike) | 2016-12-21 | 1 | -1/+2 |
* | qapi: fix missing symbol @prefix | Marc-André Lureau | 2016-12-05 | 1 | -18/+18 |
* | crypto: add CTR mode support | Gonglei | 2016-10-19 | 1 | -1/+2 |
* | crypto: increase default pbkdf2 time for luks to 2 seconds | Daniel P. Berrange | 2016-09-19 | 1 | -1/+1 |
* | crypto: make PBKDF iterations configurable for LUKS format | Daniel P. Berrange | 2016-09-19 | 1 | -1/+5 |
* | crypto: add support for querying parameters for block encryption | Daniel P. Berrange | 2016-07-26 | 1 | -0/+87 |
* | crypto: implement sha224, sha384, sha512 and ripemd160 hashes | Daniel P. Berrange | 2016-07-04 | 1 | -1/+5 |
* | crypto: implement the LUKS block encryption format | Daniel P. Berrange | 2016-03-17 | 1 | -3/+46 |
* | crypto: add block encryption framework | Daniel P. Berrange | 2016-03-17 | 1 | -0/+68 |
* | crypto: wire up XTS mode for cipher APIs | Daniel P. Berrange | 2016-03-17 | 1 | -1/+2 |
* | crypto: add support for the twofish cipher algorithm | Daniel P. Berrange | 2016-03-17 | 1 | -1/+5 |
* | crypto: add support for the serpent cipher algorithm | Daniel P. Berrange | 2016-03-17 | 1 | -1/+5 |
* | crypto: add support for the cast5-128 cipher algorithm | Daniel P. Berrange | 2016-03-17 | 1 | -1/+4 |
* | crypto: add support for generating initialization vectors | Daniel P. Berrange | 2016-03-17 | 1 | -0/+19 |
* | crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI | Daniel P. Berrange | 2015-12-23 | 1 | -0/+30 |
* | crypto: move QCryptoHashAlgorithm enum definition into QAPI | Daniel P. Berrange | 2015-12-23 | 1 | -0/+15 |
* | crypto: add QCryptoSecret object class for password/key handling | Daniel P. Berrange | 2015-12-18 | 1 | -0/+14 |
* | crypto: introduce new base module for TLS credentials | Daniel P. Berrange | 2015-09-15 | 1 | -0/+21 |