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
/
crypto
Age
Commit message (
Expand
)
Author
2020-08-21
meson: convert crypto directory to Meson
Marc-André Lureau
2020-08-21
libqemuutil, qapi, trace: convert to meson
Paolo Bonzini
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-09
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
2020-07-06
qcrypto/luks: implement encryption key management
Maxim Levitsky
2020-07-06
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
2020-07-03
crypto/tls-cipher-suites: Produce fw_cfg consumable blob
Philippe Mathieu-Daudé
2020-07-03
crypto: Add tls-cipher-suites object
Philippe Mathieu-Daudé
2020-06-15
crypto: Remove use of GCRYPT_VERSION macro.
Richard W.M. Jones
2020-06-15
crypto/linux_keyring: add 'secret_keyring' secret object.
Alexey Krasikov
2020-06-15
crypto/secret: move main logic from 'secret' to 'secret_common'.
Alexey Krasikov
2020-06-15
crypto: add "none" random provider
Marek Marczykowski-Górecki
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-07
crypto: Redundant type conversion for AES_KEY pointer
Chen Qun
2020-05-07
crypto/secret: fix inconsequential errors.
Alexey Krasikov
2020-05-07
crypto: fix getter of a QCryptoSecret's property
Tong Ho
2020-03-11
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-18
crypto: Fix certificate file error handling crash bug
Markus Armbruster
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 nettle's native XTS impl
Daniel P. Berrangé
2019-10-28
crypto: add support for gcrypt's native XTS impl
Daniel P. Berrangé
2019-09-26
qcrypto-luks: more rigorous header checking
Maxim Levitsky
2019-09-26
qcrypto-luks: simplify the math used for keyslot locations
Maxim Levitsky
2019-09-26
qcrypto-luks: extract store key function
Maxim Levitsky
2019-09-26
qcrypto-luks: extract check and parse header
Maxim Levitsky
2019-09-26
qcrypto-luks: extract store and load header
Maxim Levitsky
2019-09-26
qcrypto-luks: purge unused error codes from open callback
Maxim Levitsky
2019-09-26
qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS
Maxim Levitsky
2019-09-26
qcrypto-luks: pass keyslot index rather that pointer to the keyslot
Maxim Levitsky
2019-09-26
qcrypto-luks: simplify masterkey and masterkey length
Maxim Levitsky
2019-09-26
qcrypto-luks: don't overwrite cipher_mode in header
Maxim Levitsky
2019-09-26
qcrypto-luks: rename some fields in QCryptoBlockLUKSHeader
Maxim Levitsky
2019-08-22
crypto: use auto cleanup for many stack variables
Daniel P. Berrangé
2019-08-22
glib: bump min required glib library version to 2.48
Daniel P. Berrangé
2019-07-19
crypto: Fix LGPL information in the file headers
Thomas Huth
2019-07-19
crypto: fix function signatures for nettle 2.7 vs 3
Daniel P. Berrangé
2019-07-19
crypto: switch to modern nettle AES APIs
Daniel P. Berrangé
2019-06-12
Normalize position of header guard
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-22
crypto: Change the qcrypto_random_bytes buffer type to void*
Richard Henderson
2019-05-22
crypto: Use getrandom for qcrypto_random_bytes
Richard Henderson
2019-05-22
crypto: Use O_CLOEXEC in qcrypto_random_init
Richard Henderson
2019-05-22
crypto: Do not fail for EINTR during qcrypto_random_bytes
Richard Henderson
2019-05-22
crypto: Reverse code blocks in random-platform.c
Richard Henderson
2019-05-22
build: Link user-only with crypto random number objects
Richard Henderson
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
[next]