Skip to content

PK exchange from the same KMS receiving KSA request

Malte Bauch requested to merge pk-and-ksa-exchange-triggered-from-same-kms into master

Description

This MR changes the behavior of a KSA key exchange between KMS. If a KMS receives a KSA key request it will also be the KMS that initiates the key exchange for the associated PK. Before this change the KMS expected to receive a PK from the remote KMS.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports