nvme_generate_tls_key_identity_compat
Generate the TLS key identity
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Generate the TLS key identity
char * nvme_generate_tls_key_identity_compat (const char *hostnqn , const char *subsysnqn , int version , int hmac , unsigned char *configured_key , int key_len );
Derives a 'retained' TLS key as specified in NVMe TCP and generate the corresponding TLs identity. This version differs from nvme_generate_tls_key_identity in that it uses the original implementation for HKDF-Expand-Label which does not prefix the 'info' and 'label' string with the length.
The string containing the TLS identity. It is the responsibility of the caller to free the returned string.