Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io: return 0 for EOF in TLS session read after shutdown | Daniel P. Berrangé | 2018-11-19 | 1 | -0/+3 |
* | crypto: require gnutls >= 3.1.18 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 1 | -7/+1 |
* | crypto: Implement TLS Pre-Shared Keys (PSK). | Richard W.M. Jones | 2018-07-03 | 1 | -2/+54 |
* | crypto: add trace points for TLS cert verification | Daniel P. Berrange | 2016-09-19 | 1 | -2/+8 |
* | crypto: allow default TLS priority to be chosen at build time | Daniel P. Berrange | 2016-07-04 | 1 | -2/+2 |
* | crypto: add support for TLS priority string override | Daniel P. Berrange | 2016-07-04 | 1 | -7/+19 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | crypto: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | crypto: fix mistaken setting of Error in success code path | Daniel P. Berrange | 2015-11-18 | 1 | -2/+2 |
* | crypto: introduce new module for handling TLS sessions | Daniel P. Berrange | 2015-09-15 | 1 | -0/+574 |