aboutsummaryrefslogtreecommitdiff
path: root/migration/tls.c
AgeCommit message (Expand)Author
2023-05-03migration: Drop unused parameter for migration_tls_client_create()Juan Quintela
2023-05-03migration: Drop unused parameter for migration_tls_get_creds()Juan Quintela
2023-04-27migration: Create migrate_tls_hostname() functionJuan Quintela
2023-04-27migration: Create migrate_tls_authz() functionJuan Quintela
2023-04-27migration: Create migrate_tls_creds() functionJuan Quintela
2023-04-27migration: Move migrate_use_tls() to options.cJuan Quintela
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé
2021-06-29migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2020-11-15migration: Fix Lesser GPL version numberChetan Pant
2020-09-25migration/tls: extract migration_tls_client_create for common-useChuan Zheng
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng
2020-08-28migration: tls: fix memory leak in migration_tls_get_credsZhenyu Ye
2019-03-25migration: add support for a "tls-authz" migration parameterDaniel P. Berrange
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert
2017-10-23migration: Improve migration thread error handlingJuan Quintela
2017-06-13migration: Move migration.h to migration/Juan Quintela
2017-06-13migration: Remove MigrationState from migration_channel_incomming()Juan Quintela
2017-06-01migration: Export tls.c functions in its own fileJuan Quintela
2017-05-18migration: Split migration/channel.c for channel operationsJuan Quintela
2017-05-04migration: to_dst_file at that point is NULLJuan Quintela
2017-03-16migration: use "" as the default for tls-creds/hostnameDaniel P. Berrange
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange