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: Support export akcipher to pkcs8
Lei He
2022-11-02
3
-1
/
+70
*
crypto: Support DER encodings
Lei He
2022-11-02
2
-25
/
+493
*
crypto: quote algorithm names in error messages
Daniel P. Berrangé
2022-10-27
1
-3
/
+3
*
crypto: split off helpers for converting LUKS header endianess
Daniel P. Berrangé
2022-10-27
2
-32
/
+53
*
crypto: split LUKS header definitions off into file
Daniel P. Berrangé
2022-10-27
2
-93
/
+138
*
crypto: check that LUKS PBKDF2 iterations count is non-zero
Daniel P. Berrangé
2022-10-27
1
-0
/
+11
*
crypto: strengthen the check for key slots overlapping with LUKS header
Daniel P. Berrangé
2022-10-27
1
-1
/
+1
*
crypto: validate that LUKS payload doesn't overlap with header
Daniel P. Berrangé
2022-10-27
1
-0
/
+7
*
crypto: enforce that key material doesn't overlap with LUKS header
Daniel P. Berrangé
2022-10-27
1
-0
/
+8
*
crypto: enforce that LUKS stripes is always a fixed value
Daniel P. Berrangé
2022-10-27
1
-2
/
+3
*
crypto: sanity check that LUKS header strings are NUL-terminated
Daniel P. Berrangé
2022-10-27
1
-0
/
+18
*
crypto: check for and report errors setting PSK credentials
Daniel P. Berrangé
2022-10-27
1
-3
/
+13
*
crypto/luks: Support creating LUKS image on Darwin
Jungmin Park
2022-10-26
1
-0
/
+23
*
crypto: Make block callbacks return 0 on success
Alberto Faria
2022-07-12
2
-7
/
+7
*
test/crypto: Add test suite for crypto akcipher
Lei He
2022-05-26
1
-7
/
+7
*
crypto: Implement RSA algorithm by gcrypt
Lei He
2022-05-26
2
-1
/
+598
*
crypto: Implement RSA algorithm by hogweed
Lei He
2022-05-26
7
-0
/
+953
*
crypto: add ASN.1 DER decoder
Lei He
2022-05-26
3
-0
/
+271
*
crypto: Introduce akcipher crypto class
zhenwei pi
2022-05-26
3
-0
/
+158
*
crypto: make loaded property read-only
Paolo Bonzini
2022-05-14
4
-99
/
+49
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2022-05-11
1
-3
/
+3
*
crypto: move sm4_sbox from target/arm
Weiwei Li
2022-04-29
2
-0
/
+50
*
meson, configure: move keyctl test to meson
Paolo Bonzini
2022-04-28
1
-1
/
+3
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
2
-2
/
+0
*
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-22
2
-4
/
+4
*
crypto: mandate a hostname when checking x509 creds on a client
Daniel P. Berrangé
2022-03-07
1
-0
/
+6
*
configure, meson: move some default-disabled options to meson_options.txt
Paolo Bonzini
2022-02-21
1
-1
/
+1
*
configure, meson: move AF_ALG test to meson
Paolo Bonzini
2022-02-21
1
-1
/
+3
*
crypto: add gnutls pbkdf provider
Daniel P. Berrangé
2021-07-14
2
-1
/
+91
*
crypto: add gnutls hmac provider
Daniel P. Berrangé
2021-07-14
1
-0
/
+139
*
crypto: add gnutls hash provider
Daniel P. Berrangé
2021-07-14
2
-0
/
+106
*
crypto: add gnutls cipher provider
Daniel P. Berrangé
2021-07-14
2
-0
/
+337
*
crypto: introduce build system for gnutls crypto backend
Daniel P. Berrangé
2021-07-14
1
-0
/
+3
*
crypto: replace 'des-rfb' cipher with 'des'
Daniel P. Berrangé
2021-07-14
3
-51
/
+19
*
crypto: delete built-in XTS cipher mode support
Daniel P. Berrangé
2021-07-14
2
-63
/
+3
*
crypto: delete built-in DES implementation
Daniel P. Berrangé
2021-07-14
3
-489
/
+0
*
crypto: drop custom XTS support in gcrypt driver
Daniel P. Berrangé
2021-07-14
1
-127
/
+0
*
crypto: drop gcrypt thread initialization code
Daniel P. Berrangé
2021-07-14
1
-62
/
+0
*
crypto: Make QCryptoTLSCreds* structures private
Philippe Mathieu-Daudé
2021-06-29
6
-0
/
+58
*
crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
Philippe Mathieu-Daudé
2021-06-29
1
-0
/
+12
*
configure, meson: convert crypto detection to meson
Paolo Bonzini
2021-06-25
1
-29
/
+12
*
crypto: drop used conditional check
Daniel P. Berrangé
2021-06-02
1
-2
/
+0
*
crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support
Daniel P. Berrangé
2021-06-02
1
-5
/
+1
*
crypto: drop back compatibility typedefs for nettle
Daniel P. Berrangé
2021-06-02
3
-44
/
+30
*
crypto: bump min nettle to 3.4, dropping RHEL-7 support
Daniel P. Berrangé
2021-06-02
3
-39
/
+0
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
crypto: add reload for QCryptoTLSCredsClass
Zihao Chang
2021-03-23
1
-0
/
+48
*
crypto: Add spaces around operator
shiliyang
2021-01-29
2
-3
/
+3
*
crypto: Fix memory leaks in set_loaded for tls-*
Kevin Wolf
2021-01-29
3
-6
/
+3
*
crypto: Forbid broken unloading of secrets
Kevin Wolf
2021-01-29
1
-3
/
+3
[next]