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