aboutsummaryrefslogtreecommitdiff
path: root/migration/tls.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-5/+1
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu1-0/+9
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé1-4/+0
2021-06-29migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-5/+1
2020-11-15migration: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-25migration/tls: extract migration_tls_client_create for common-useChuan Zheng1-8/+18
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng1-0/+2
2020-08-28migration: tls: fix memory leak in migration_tls_get_credsZhenyu Ye1-1/+0
2019-03-25migration: add support for a "tls-authz" migration parameterDaniel P. Berrange1-1/+1
2018-03-06qio: non-default context for TLS handshakePeter Xu1-0/+2
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert1-2/+1
2017-10-23migration: Improve migration thread error handlingJuan Quintela1-1/+0
2017-06-13migration: Move migration.h to migration/Juan Quintela1-1/+1
2017-06-13migration: Remove MigrationState from migration_channel_incomming()Juan Quintela1-1/+1
2017-06-01migration: Export tls.c functions in its own fileJuan Quintela1-0/+1
2017-05-18migration: Split migration/channel.c for channel operationsJuan Quintela1-0/+1
2017-05-04migration: to_dst_file at that point is NULLJuan Quintela1-1/+0
2017-03-16migration: use "" as the default for tls-creds/hostnameDaniel P. Berrange1-1/+1
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-9/+10
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange1-0/+2
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange1-9/+9
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange1-0/+161