summaryrefslogtreecommitdiffstats
path: root/crypto/tlscredspsk.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: check for and report errors setting PSK credentialsDaniel P. Berrangé2022-10-271-3/+13
* crypto: make loaded property read-onlyPaolo Bonzini2022-05-141-16/+4Star
* crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé2021-06-291-0/+2
* crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf2021-01-291-2/+1Star
* 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-4/+2Star
* crypto: use auto cleanup for many stack variablesDaniel P. Berrangé2019-08-221-3/+2Star
* 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: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones2018-07-031-0/+308