summaryrefslogtreecommitdiffstats
path: root/crypto/tlscredsx509.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: make loaded property read-onlyPaolo Bonzini2022-05-141-16/+4Star
* crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé2021-06-291-0/+1
* crypto: drop used conditional checkDaniel P. Berrangé2021-06-021-2/+0Star
* crypto: add reload for QCryptoTLSCredsClassZihao Chang2021-03-231-0/+48
* crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf2021-01-291-2/+1Star
* crypto: Fix some code style problems, add spaces around operatorshiliyang2021-01-291-1/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-6/+3Star
* crypto: Fix certificate file error handling crash bugMarkus Armbruster2019-12-181-1/+1
* crypto: use auto cleanup for many stack variablesDaniel P. Berrangé2019-08-221-11/+5Star
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé2018-10-191-21/+0Star
* crypto: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* crypto: fix building complaintGonglei2016-09-121-3/+3
* TLS: provide slightly more information when TLS certificate loading failsAlex Bligh2016-06-131-6/+11
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: register properties against the class instead of objectDaniel P. Berrange2016-02-011-13/+13
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: add support for loading encrypted x509 keysDaniel P. Berrange2015-12-181-0/+48
* crypto: avoid two coverity false positive error reportsDaniel P. Berrange2015-12-041-0/+1
* crypto: avoid passing NULL to access() syscallDaniel P. Berrange2015-11-181-1/+2
* crypto: fix leak of gnutls_dh_params_t data on credential unloadDaniel P. Berrange2015-11-181-0/+4
* crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+546
* crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+263