aboutsummaryrefslogtreecommitdiff
path: root/crypto/tlscredsx509.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-10-19crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé1-21/+0
2018-06-01crypto: use local path for local headersMichael S. Tsirkin1-1/+1
2016-09-12crypto: fix building complaintGonglei1-3/+3
2016-06-13TLS: provide slightly more information when TLS certificate loading failsAlex Bligh1-6/+11
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-01crypto: register properties against the class instead of objectDaniel P. Berrange1-13/+13
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange1-0/+48
2015-12-04crypto: avoid two coverity false positive error reportsDaniel P. Berrange1-0/+1
2015-11-18crypto: avoid passing NULL to access() syscallDaniel P. Berrange1-1/+2
2015-11-18crypto: fix leak of gnutls_dh_params_t data on credential unloadDaniel P. Berrange1-0/+4
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange1-0/+546
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange1-0/+263