summaryrefslogtreecommitdiffstats
path: root/migration/tls.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Add helpers to detect TLS capabilityPeter Xu2022-07-201-0/+9
* migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé2022-04-211-4/+0Star
* migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-06-291-5/+1Star
* migration: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* migration/tls: extract migration_tls_client_create for common-useChuan Zheng2020-09-251-8/+18
* migration/tls: save hostname into MigrationStateChuan Zheng2020-09-251-0/+2
* migration: tls: fix memory leak in migration_tls_get_credsZhenyu Ye2020-08-281-1/+0Star
* migration: add support for a "tls-authz" migration parameterDaniel P. Berrange2019-03-251-1/+1
* qio: non-default context for TLS handshakePeter Xu2018-03-061-0/+2
* migration: Route errors down through migration_channel_connectDr. David Alan Gilbert2018-02-061-2/+1Star
* migration: Improve migration thread error handlingJuan Quintela2017-10-231-1/+0Star
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Remove MigrationState from migration_channel_incomming()Juan Quintela2017-06-131-1/+1
* migration: Export tls.c functions in its own fileJuan Quintela2017-06-011-0/+1
* migration: Split migration/channel.c for channel operationsJuan Quintela2017-05-181-0/+1
* migration: to_dst_file at that point is NULLJuan Quintela2017-05-041-1/+0Star
* migration: use "" as the default for tls-creds/hostnameDaniel P. Berrange2017-03-161-1/+1
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-9/+10
* migration: set name for all I/O channels createdDaniel P. Berrange2016-10-271-0/+2
* migration: rename functions to starting migrationsDaniel P. Berrange2016-06-161-9/+9
* migration: add support for encrypting data with TLSDaniel P. Berrange2016-05-261-0/+161