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
*
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
*
remove space-tab sequences
Paolo Bonzini
2019-01-11
1
-14
/
+14
*
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
2018-12-12
4
-41
/
+163
*
crypto/block: introduce qcrypto_block_*crypt_helper functions
Vladimir Sementsov-Ogievskiy
2018-12-12
4
-16
/
+54
*
crypto/block: rename qcrypto_block_*crypt_helper
Vladimir Sementsov-Ogievskiy
2018-12-12
4
-81
/
+83
*
crypto/block: refactor qcrypto_block_*crypt_helper functions
Vladimir Sementsov-Ogievskiy
2018-12-12
1
-50
/
+31
*
crypto/block-luks: fix memory leak in qcrypto_block_luks_create
Vladimir Sementsov-Ogievskiy
2018-12-12
1
-0
/
+3
*
io: return 0 for EOF in TLS session read after shutdown
Daniel P. Berrangé
2018-11-19
1
-0
/
+3
*
crypto: initialize sector size even when opening with no IO flag
Daniel P. Berrangé
2018-11-05
1
-0
/
+2
*
crypto: annotate xts_tweak_encdec as inlineable
Daniel P. Berrangé
2018-10-24
1
-5
/
+5
*
crypto: convert xts_mult_x to use xts_uint128 type
Daniel P. Berrangé
2018-10-24
1
-12
/
+28
*
crypto: convert xts_tweak_encdec to use xts_uint128 type
Daniel P. Berrangé
2018-10-24
1
-26
/
+58
*
crypto: introduce a xts_uint128 data type
Daniel P. Berrangé
2018-10-24
1
-20
/
+26
*
crypto: remove code duplication in tweak encrypt/decrypt
Daniel P. Berrangé
2018-10-24
1
-49
/
+15
*
crypto: require nettle >= 2.7.1 for building QEMU
Daniel P. Berrangé
2018-10-19
1
-2
/
+2
*
crypto: require libgcrypt >= 1.5.0 for building QEMU
Daniel P. Berrangé
2018-10-19
2
-3
/
+2
*
crypto: require gnutls >= 3.1.18 for building QEMU
Daniel P. Berrangé
2018-10-19
4
-49
/
+4
*
crypto: Implement TLS Pre-Shared Keys (PSK).
Richard W.M. Jones
2018-07-03
4
-2
/
+366
*
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
2018-06-29
2
-40
/
+0
*
crypto: use local path for local headers
Michael S. Tsirkin
2018-06-01
16
-23
/
+23
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
7
-5
/
+2
*
crypto: fix stack-buffer-overflow error
Marc-André Lureau
2018-01-16
1
-1
/
+1
*
crypto: afalg: fix a NULL pointer dereference
Longpeng
2017-11-08
3
-15
/
+7
*
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-10-06
4
-16
/
+32
*
crypto: expose encryption sector size in APIs
Daniel P. Berrange
2017-10-06
4
-2
/
+12
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
3
-6
/
+6
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
11
-24
/
+24
*
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
1
-1
/
+0
*
crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()
Markus Armbruster
2017-09-04
1
-12
/
+7
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
crypto: hmac: add af_alg-backend hmac support
Longpeng(Mike)
2017-07-19
3
-17
/
+121
*
crypto: hash: add afalg-backend hash support
Longpeng(Mike)
2017-07-19
5
-0
/
+163
*
crypto: cipher: add afalg-backend cipher support
Longpeng(Mike)
2017-07-19
5
-4
/
+271
[next]