index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
tlscredsx509.c
Age
Commit message (
Expand
)
Author
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