| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: Fix memory leaks in set_loaded for tls-* | Kevin Wolf | 2021-01-29 | 1 | -2/+1 |
* | crypto: Fix some code style problems, add spaces around operator | shiliyang | 2021-01-29 | 1 | -1/+1 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -6/+3 |
* | crypto: Fix certificate file error handling crash bug | Markus Armbruster | 2019-12-18 | 1 | -1/+1 |
* | crypto: use auto cleanup for many stack variables | Daniel P. Berrangé | 2019-08-22 | 1 | -11/+5 |
* | crypto: Fix LGPL information in the file headers | Thomas Huth | 2019-07-19 | 1 | -1/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | crypto: require gnutls >= 3.1.18 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 1 | -21/+0 |
* | crypto: use local path for local headers | Michael S. Tsirkin | 2018-06-01 | 1 | -1/+1 |
* | crypto: fix building complaint | Gonglei | 2016-09-12 | 1 | -3/+3 |
* | TLS: provide slightly more information when TLS certificate loading fails | Alex Bligh | 2016-06-13 | 1 | -6/+11 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | crypto: register properties against the class instead of object | Daniel P. Berrange | 2016-02-01 | 1 | -13/+13 |
* | crypto: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | crypto: add support for loading encrypted x509 keys | Daniel P. Berrange | 2015-12-18 | 1 | -0/+48 |
* | crypto: avoid two coverity false positive error reports | Daniel P. Berrange | 2015-12-04 | 1 | -0/+1 |
* | crypto: avoid passing NULL to access() syscall | Daniel P. Berrange | 2015-11-18 | 1 | -1/+2 |
* | crypto: fix leak of gnutls_dh_params_t data on credential unload | Daniel P. Berrange | 2015-11-18 | 1 | -0/+4 |
* | crypto: add sanity checking of TLS x509 credentials | Daniel P. Berrange | 2015-09-15 | 1 | -0/+546 |
* | crypto: introduce new module for TLS x509 credentials | Daniel P. Berrange | 2015-09-15 | 1 | -0/+263 |