A Diffie-Hellman (DH) information response.
Synopsis:
typedef struct dh_info_response {
key_agree_request_e request_type ;
unsigned int public_key_size ;
unsigned int shared_secret_size ;
}dh_info_response_t;
Data:
- key_agree_request_e request_type
- The request type, which is set to KEY_AGREE_REQUEST_DH_INFO.
- unsigned int public_key_size
- The size (in bytes) of the provider's public key.
- unsigned int shared_secret_size
- The size (in bytes) of the shared secret key.
Library:
libvpn_ext (For the qcc command, use the -l vpn_ext option to link against this library)
Description:
This type of response is returned to VPN_ExP_DhInfo.