Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: fix built-in AES decrypt function | Daniel P. Berrange | 2015-07-27 | 1 | -4/+4 |
* | crypto: Fix aes_decrypt_wrapper() | Kevin Wolf | 2015-07-20 | 1 | -1/+1 |
* | crypto: avoid undefined behavior in nettle calls | Radim Krčmář | 2015-07-16 | 1 | -4/+39 |
* | crypto: fix build with nettle >= 3.0.0 | Radim Krčmář | 2015-07-16 | 1 | -6/+10 |
* | crypto: fix builtin qcrypto_cipher_free | Paolo Bonzini | 2015-07-09 | 1 | -1/+3 |
* | crypto: add a nettle cipher implementation | Daniel P. Berrange | 2015-07-08 | 2 | -2/+210 |
* | crypto: add a gcrypt cipher implementation | Daniel P. Berrange | 2015-07-08 | 3 | -0/+308 |
* | crypto: introduce generic cipher API & built-in implementation | Daniel P. Berrange | 2015-07-08 | 3 | -0/+448 |
* | crypto: move built-in D3DES implementation into crypto/ | Daniel P. Berrange | 2015-07-07 | 2 | -0/+416 |
* | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange | 2015-07-07 | 2 | -0/+1653 |
* | crypto: introduce new module for computing hash digests | Daniel P. Berrange | 2015-07-07 | 3 | -0/+262 |