index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
2020-07-09
3
-0
/
+132
|
\
|
*
crypto/tls-cipher-suites: Produce fw_cfg consumable blob
Philippe Mathieu-Daudé
2020-07-03
1
-0
/
+11
|
*
crypto: Add tls-cipher-suites object
Philippe Mathieu-Daudé
2020-07-03
3
-0
/
+121
*
|
qcrypto/luks: implement encryption key management
Maxim Levitsky
2020-07-06
1
-4
/
+412
*
|
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
2020-07-06
2
-0
/
+37
|
/
*
crypto: Remove use of GCRYPT_VERSION macro.
Richard W.M. Jones
2020-06-15
1
-1
/
+1
*
crypto/linux_keyring: add 'secret_keyring' secret object.
Alexey Krasikov
2020-06-15
2
-0
/
+149
*
crypto/secret: move main logic from 'secret' to 'secret_common'.
Alexey Krasikov
2020-06-15
3
-340
/
+411
*
crypto: add "none" random provider
Marek Marczykowski-Górecki
2020-06-15
2
-1
/
+40
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
5
-32
/
+16
*
crypto: Redundant type conversion for AES_KEY pointer
Chen Qun
2020-05-07
1
-6
/
+4
*
crypto/secret: fix inconsequential errors.
Alexey Krasikov
2020-05-07
1
-1
/
+1
*
crypto: fix getter of a QCryptoSecret's property
Tong Ho
2020-05-07
1
-1
/
+2
*
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
2020-03-11
1
-0
/
+36
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-20
1
-8
/
+5
|
\
|
*
stubs: replace stubs with lnot if applicable
Paolo Bonzini
2019-12-17
1
-2
/
+1
|
*
crypto: move common bits for all emulators to libqemuutil
Paolo Bonzini
2019-12-17
1
-7
/
+5
*
|
crypto: Fix certificate file error handling crash bug
Markus Armbruster
2019-12-18
1
-1
/
+1
|
/
*
crypto: add support for nettle's native XTS impl
Daniel P. Berrangé
2019-10-28
1
-0
/
+18
*
crypto: add support for gcrypt's native XTS impl
Daniel P. Berrangé
2019-10-28
2
-34
/
+65
*
qcrypto-luks: more rigorous header checking
Maxim Levitsky
2019-09-26
1
-0
/
+52
*
qcrypto-luks: simplify the math used for keyslot locations
Maxim Levitsky
2019-09-26
1
-23
/
+40
*
qcrypto-luks: extract store key function
Maxim Levitsky
2019-09-26
1
-123
/
+181
*
qcrypto-luks: extract check and parse header
Maxim Levitsky
2019-09-26
1
-98
/
+125
*
qcrypto-luks: extract store and load header
Maxim Levitsky
2019-09-26
1
-62
/
+93
*
qcrypto-luks: purge unused error codes from open callback
Maxim Levitsky
2019-09-26
1
-32
/
+13
*
qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS
Maxim Levitsky
2019-09-26
1
-90
/
+79
*
qcrypto-luks: pass keyslot index rather that pointer to the keyslot
Maxim Levitsky
2019-09-26
1
-3
/
+3
*
qcrypto-luks: simplify masterkey and masterkey length
Maxim Levitsky
2019-09-26
1
-23
/
+21
*
qcrypto-luks: don't overwrite cipher_mode in header
Maxim Levitsky
2019-09-26
1
-3
/
+6
*
qcrypto-luks: rename some fields in QCryptoBlockLUKSHeader
Maxim Levitsky
2019-09-26
1
-44
/
+47
*
crypto: use auto cleanup for many stack variables
Daniel P. Berrangé
2019-08-22
8
-133
/
+65
*
glib: bump min required glib library version to 2.48
Daniel P. Berrangé
2019-08-22
1
-5
/
+0
*
crypto: Fix LGPL information in the file headers
Thomas Huth
2019-07-19
38
-38
/
+38
*
crypto: fix function signatures for nettle 2.7 vs 3
Daniel P. Berrangé
2019-07-19
2
-7
/
+22
*
crypto: switch to modern nettle AES APIs
Daniel P. Berrangé
2019-07-19
1
-35
/
+183
*
Normalize position of header guard
Markus Armbruster
2019-06-12
3
-13
/
+10
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
5
-0
/
+5
*
crypto: Change the qcrypto_random_bytes buffer type to void*
Richard Henderson
2019-05-22
3
-4
/
+4
*
crypto: Use getrandom for qcrypto_random_bytes
Richard Henderson
2019-05-22
1
-5
/
+32
*
crypto: Use O_CLOEXEC in qcrypto_random_init
Richard Henderson
2019-05-22
1
-2
/
+2
*
crypto: Do not fail for EINTR during qcrypto_random_bytes
Richard Henderson
2019-05-22
1
-21
/
+15
*
crypto: Reverse code blocks in random-platform.c
Richard Henderson
2019-05-22
1
-18
/
+17
*
build: Link user-only with crypto random number objects
Richard Henderson
2019-05-22
1
-5
/
+6
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-5
/
+5
*
crypto/block: remove redundant struct packing to fix build with gcc 9
Greg Kurz
2019-03-21
1
-2
/
+2
*
authz: delete existing ACL implementation
Daniel P. Berrange
2019-02-26
2
-19
/
+18
*
crypto: finish removing TABs
Paolo Bonzini
2019-02-05
2
-504
/
+504
*
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
2019-01-30
1
-6
/
+5
[next]