summaryrefslogtreecommitdiff
path: root/crypto/tlssession.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange1-18/+17
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé1-0/+3
2018-10-19crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé1-7/+1
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones1-2/+54
2016-09-19crypto: add trace points for TLS cert verificationDaniel P. Berrange1-2/+8
2016-07-04crypto: allow default TLS priority to be chosen at build timeDaniel P. Berrange1-2/+2
2016-07-04crypto: add support for TLS priority string overrideDaniel P. Berrange1-7/+19
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-11-18crypto: fix mistaken setting of Error in success code pathDaniel P. Berrange1-2/+2
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange1-0/+574