index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
Age
Commit message (
Expand
)
Author
2016-10-19
crypto: add CTR mode support
Gonglei
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
2016-09-19
crypto: use correct derived key size when timing pbkdf
Daniel P. Berrange
2016-09-19
crypto: use uint64_t for pbkdf iteration count parameters
Daniel P. Berrange
2016-07-26
crypto: add support for querying parameters for block encryption
Daniel P. Berrange
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-04
crypto: add support for TLS priority string override
Daniel P. Berrange
2016-06-13
crypto: aes: always rename internal symbols
Mike Frysinger
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-03-22
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
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
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-01
crypto: fix description of @errp parameter initialization
Daniel P. Berrange
2016-01-11
crypto: Fix typo in example
Eric Blake
2015-12-23
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
Daniel P. Berrange
2015-12-23
crypto: move QCryptoHashAlgorithm enum definition into QAPI
Daniel P. Berrange
2015-12-23
crypto: add ability to query hash digest len
Daniel P. Berrange
2015-12-23
crypto: add additional query accessors for cipher instances
Daniel P. Berrange
2015-12-18
crypto: add support for loading encrypted x509 keys
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: add sanity checking of TLS x509 credentials
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-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