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
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
crypto: Make QCryptoTLSCreds* structures private
Philippe Mathieu-Daudé
5
-56
/
+0
2021-06-29
crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
Philippe Mathieu-Daudé
1
-0
/
+14
2021-03-23
crypto: add reload for QCryptoTLSCredsClass
Zihao Chang
1
-3
/
+5
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2
-2
/
+2
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
1
-1
/
+1
2020-09-12
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-re...
Peter Maydell
2
-6
/
+2
2020-09-10
crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
Richard Henderson
1
-4
/
+0
2020-09-10
crypto: Allocate QCryptoCipher with the subclass
Richard Henderson
1
-1
/
+0
2020-09-10
crypto: Use the correct const type for driver
Richard Henderson
1
-1
/
+1
2020-09-10
crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h
Richard Henderson
1
-0
/
+1
2020-09-09
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-5
/
+2
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2
-8
/
+4
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
8
-29
/
+16
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
8
-11
/
+15
2020-09-08
Delete duplicate QOM typedefs
Eduardo Habkost
1
-4
/
+4
2020-09-03
qapi: enable use of g_autoptr with QAPI types
Daniel P. Berrangé
1
-2
/
+0
2020-07-09
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
1
-0
/
+39
2020-07-06
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
1
-0
/
+22
2020-07-03
crypto: Add tls-cipher-suites object
Philippe Mathieu-Daudé
1
-0
/
+39
2020-06-15
crypto/linux_keyring: add 'secret_keyring' secret object.
Alexey Krasikov
1
-0
/
+52
2020-06-15
crypto/secret: move main logic from 'secret' to 'secret_common'.
Alexey Krasikov
2
-17
/
+71
2020-03-11
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
1
-0
/
+22
2019-12-18
crypto: Fix typo in QCryptoTLSSession's <example> comment
Markus Armbruster
1
-1
/
+1
2019-08-22
crypto: define cleanup functions for use with g_autoptr
Daniel P. Berrangé
5
-0
/
+10
2019-07-19
crypto: Fix LGPL information in the file headers
Thomas Huth
14
-14
/
+14
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2
-2
/
+0
2019-05-22
crypto: Change the qcrypto_random_bytes buffer type to void*
Richard Henderson
1
-1
/
+1
2019-01-30
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
1
-6
/
+5
2018-12-12
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2018-07-24
tests: call qcrypto_init instead of gnutls_global_init
Daniel P. Berrangé
1
-0
/
+2
2018-07-03
crypto: Implement TLS Pre-Shared Keys (PSK).
Richard W.M. Jones
1
-0
/
+106
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
5
-3
/
+5
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-4
/
+0
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
1
-6
/
+8
2017-10-06
crypto: expose encryption sector size in APIs
Daniel P. Berrange
1
-0
/
+15
2017-07-19
crypto: hmac: add hmac driver framework
Longpeng(Mike)
1
-0
/
+1
2017-07-19
crypto: hmac: move crypto/hmac.h into include/crypto/
Longpeng(Mike)
1
-0
/
+166
2017-07-19
crypto: cipher: add cipher driver framework
Longpeng(Mike)
1
-0
/
+1
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
1
-1
/
+5
2017-05-09
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
Geert Martin Ijewski
1
-0
/
+9
2017-05-09
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
1
-3
/
+3
2017-04-24
crypto: Make errp the last parameter of functions
Fam Zheng
1
-6
/
+6
2016-10-19
crypto: add CTR mode support
Gonglei
1
-3
/
+3
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
1
-2
/
+4
2016-09-19
crypto: use correct derived key size when timing pbkdf
Daniel P. Berrange
1
-1
/
+5
2016-09-19
crypto: use uint64_t for pbkdf iteration count parameters
Daniel P. Berrange
1
-5
/
+5
2016-07-26
crypto: add support for querying parameters for block encryption
Daniel P. Berrange
1
-0
/
+16
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
10
-31
/
+30
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
5
-17
/
+15
2016-07-04
crypto: add support for TLS priority string override
Daniel P. Berrange
1
-0
/
+1
[next]