A Diffie-Hellman (DH) information request.
Synopsis:
typedef struct dh_info_request {
key_agree_request_e request_type ;
char dh_custom [DH_CUSTOM_MAX_LEN];
}dh_info_request_t;
Data:
- key_agree_request_e request_type
- The request type, which is set to KEY_AGREE_REQUEST_DH_INFO.
- char dh_custom[DH_CUSTOM_MAX_LEN]
- The DH custom name.
Library:
libvpn_ext (For the qcc command, use the -l vpn_ext option to link against this library)
Description:
This type of request is sent by VPN_ExP_DhInfo.