index
:
qemu/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-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
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
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
tlscredsx509.c
Age
Commit message (
Expand
)
Author
2025-11-03
crypto: support upto 5 parallel certificate identities
Daniel P. Berrangé
2025-11-03
crypto: expand logic to cope with multiple certificate identities
Daniel P. Berrangé
2025-11-03
crypto: avoid loading the identity certs twice
Daniel P. Berrangé
2025-11-03
crypto: avoid loading the CA certs twice
Daniel P. Berrangé
2025-11-03
crypto: deprecate use of external dh-params.pem file
Daniel P. Berrangé
2025-11-03
crypto: make TLS credentials structs private
Daniel P. Berrangé
2025-11-03
crypto: fix lifecycle handling of gnutls credentials objects
Daniel P. Berrangé
2025-11-03
crypto: remove duplication loading x509 CA cert
Daniel P. Berrangé
2025-11-03
crypto: shorten the endpoint == server check in TLS creds
Daniel P. Berrangé
2025-11-03
crypto: move release of DH parameters into TLS creds parent
Daniel P. Berrangé
2025-11-03
crypto: remove needless indirection via parent_obj field
Daniel P. Berrangé
2025-11-03
crypto: use g_autofree when loading x509 credentials
Daniel P. Berrangé
2025-11-03
crypto: move check for TLS creds 'dir' property
Daniel P. Berrangé
2025-11-03
crypto: remove redundant access() checks before loading certs
Daniel P. Berrangé
2025-11-03
crypto: add missing free of certs array
Daniel P. Berrangé
2025-11-03
crypto: remove redundant parameter checking CA certs
Daniel P. Berrangé
2025-10-24
crypto: stop requiring "key encipherment" usage in x509 certs
Daniel P. Berrangé
2025-10-24
crypto: allow client/server cert chains
matoro
2025-10-24
crypto: fix error reporting in cert chain checks
Daniel P. Berrangé
2025-10-24
crypto: remove extraneous pointer usage in gnutls certs
Daniel P. Berrangé
2025-10-24
crypto: only verify CA certs in chain of trust
Henry Kleynhans
2025-07-21
crypto: load all certificates in X509 CA file
Henry Kleynhans
2025-04-25
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2024-11-05
crypto: purge 'loaded' property that was not fully removed
Daniel P. Berrangé
2022-05-14
crypto: make loaded property read-only
Paolo Bonzini
2021-06-29
crypto: Make QCryptoTLSCreds* structures private
Philippe Mathieu-Daudé
2021-06-02
crypto: drop used conditional check
Daniel P. Berrangé
2021-03-23
crypto: add reload for QCryptoTLSCredsClass
Zihao Chang
2021-01-29
crypto: Fix memory leaks in set_loaded for tls-*
Kevin Wolf
2021-01-29
crypto: Fix some code style problems, add spaces around operator
shiliyang
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2019-12-18
crypto: Fix certificate file error handling crash bug
Markus Armbruster
2019-08-22
crypto: use auto cleanup for many stack variables
Daniel P. Berrangé
2019-07-19
crypto: Fix LGPL information in the file headers
Thomas Huth
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-10-19
crypto: require gnutls >= 3.1.18 for building QEMU
Daniel P. Berrangé
2018-06-01
crypto: use local path for local headers
Michael S. Tsirkin
2016-09-12
crypto: fix building complaint
Gonglei
2016-06-13
TLS: provide slightly more information when TLS certificate loading fails
Alex Bligh
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-01
crypto: register properties against the class instead of object
Daniel P. Berrange
2016-01-29
crypto: Clean up includes
Peter Maydell
2015-12-18
crypto: add support for loading encrypted x509 keys
Daniel P. Berrange
2015-12-04
crypto: avoid two coverity false positive error reports
Daniel P. Berrange
2015-11-18
crypto: avoid passing NULL to access() syscall
Daniel P. Berrange
2015-11-18
crypto: fix leak of gnutls_dh_params_t data on credential unload
Daniel P. Berrange
2015-09-15
crypto: add sanity checking of TLS x509 credentials
Daniel P. Berrange
2015-09-15
crypto: introduce new module for TLS x509 credentials
Daniel P. Berrange