index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
2
-19
/
+18
2019-02-05
crypto: finish removing TABs
Paolo Bonzini
2
-504
/
+504
2019-01-30
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
1
-6
/
+5
2019-01-11
remove space-tab sequences
Paolo Bonzini
1
-14
/
+14
2018-12-12
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
4
-41
/
+163
2018-12-12
crypto/block: introduce qcrypto_block_*crypt_helper functions
Vladimir Sementsov-Ogievskiy
4
-16
/
+54
2018-12-12
crypto/block: rename qcrypto_block_*crypt_helper
Vladimir Sementsov-Ogievskiy
4
-81
/
+83
2018-12-12
crypto/block: refactor qcrypto_block_*crypt_helper functions
Vladimir Sementsov-Ogievskiy
1
-50
/
+31
2018-12-12
crypto/block-luks: fix memory leak in qcrypto_block_luks_create
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-11-19
io: return 0 for EOF in TLS session read after shutdown
Daniel P. Berrangé
1
-0
/
+3
2018-11-05
crypto: initialize sector size even when opening with no IO flag
Daniel P. Berrangé
1
-0
/
+2
2018-10-24
crypto: annotate xts_tweak_encdec as inlineable
Daniel P. Berrangé
1
-5
/
+5
2018-10-24
crypto: convert xts_mult_x to use xts_uint128 type
Daniel P. Berrangé
1
-12
/
+28
2018-10-24
crypto: convert xts_tweak_encdec to use xts_uint128 type
Daniel P. Berrangé
1
-26
/
+58
2018-10-24
crypto: introduce a xts_uint128 data type
Daniel P. Berrangé
1
-20
/
+26
2018-10-24
crypto: remove code duplication in tweak encrypt/decrypt
Daniel P. Berrangé
1
-49
/
+15
2018-10-19
crypto: require nettle >= 2.7.1 for building QEMU
Daniel P. Berrangé
1
-2
/
+2
2018-10-19
crypto: require libgcrypt >= 1.5.0 for building QEMU
Daniel P. Berrangé
2
-3
/
+2
2018-10-19
crypto: require gnutls >= 3.1.18 for building QEMU
Daniel P. Berrangé
4
-49
/
+4
2018-07-03
crypto: Implement TLS Pre-Shared Keys (PSK).
Richard W.M. Jones
4
-2
/
+366
2018-06-29
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
2
-40
/
+0
2018-06-01
crypto: use local path for local headers
Michael S. Tsirkin
16
-23
/
+23
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
7
-5
/
+2
2018-01-16
crypto: fix stack-buffer-overflow error
Marc-André Lureau
1
-1
/
+1
2017-11-08
crypto: afalg: fix a NULL pointer dereference
Longpeng
3
-15
/
+7
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
4
-16
/
+32
2017-10-06
crypto: expose encryption sector size in APIs
Daniel P. Berrange
4
-2
/
+12
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
3
-6
/
+6
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
11
-24
/
+24
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()
Markus Armbruster
1
-12
/
+7
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-19
crypto: hmac: add af_alg-backend hmac support
Longpeng(Mike)
3
-17
/
+121
2017-07-19
crypto: hash: add afalg-backend hash support
Longpeng(Mike)
5
-0
/
+163
2017-07-19
crypto: cipher: add afalg-backend cipher support
Longpeng(Mike)
5
-4
/
+271
2017-07-19
crypto: introduce some common functions for af_alg backend
Longpeng(Mike)
3
-0
/
+171
2017-07-19
crypto: hmac: add hmac driver framework
Longpeng(Mike)
5
-114
/
+144
2017-07-19
crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend
Longpeng(Mike)
1
-10
/
+24
2017-07-19
crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend
Longpeng(Mike)
1
-10
/
+24
2017-07-19
crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend
Longpeng(Mike)
1
-10
/
+25
2017-07-19
crypto: hmac: move crypto/hmac.h into include/crypto/
Longpeng(Mike)
1
-166
/
+0
2017-07-19
crypto: hash: add hash driver framework
Longpeng(Mike)
5
-18
/
+83
2017-07-19
crypto: cipher: add cipher driver framework
Longpeng(Mike)
5
-123
/
+189
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend
Longpeng(Mike)
1
-46
/
+55
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
Longpeng(Mike)
1
-12
/
+29
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend
Longpeng(Mike)
1
-17
/
+33
2017-07-19
crypto: cipher: introduce context free function
Longpeng(Mike)
2
-17
/
+32
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
4
-6
/
+18
2017-05-16
fix mingw build failure
Gerd Hoffmann
1
-1
/
+1
[next]