summaryrefslogtreecommitdiffstats
path: root/crypto/tlssession.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: mandate a hostname when checking x509 creds on a clientDaniel P. Berrangé2022-03-071-0/+6
* crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé2021-06-291-0/+1
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* authz: delete existing ACL implementationDaniel P. Berrange2019-02-261-18/+17Star
* io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2018-11-191-0/+3
* crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé2018-10-191-7/+1Star
* crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones2018-07-031-2/+54
* crypto: add trace points for TLS cert verificationDaniel P. Berrange2016-09-191-2/+8
* crypto: allow default TLS priority to be chosen at build timeDaniel P. Berrange2016-07-041-2/+2
* crypto: add support for TLS priority string overrideDaniel P. Berrange2016-07-041-7/+19
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: fix mistaken setting of Error in success code pathDaniel P. Berrange2015-11-181-2/+2
* crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-151-0/+574