summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2019-04-11 12:07:00 +0200
committerDaiki Ueno <dueno@redhat.com>2019-04-19 07:44:34 +0200
commit0e579649a6e9ab690f0a3f6f8a0b7abd3f715881 (patch)
tree5223e70d3f499712fef5cf098773014d8ac9431e /lib/gnutls_int.h
parent163c32a8d6b107eca08bf404ee076b0d240bf942 (diff)
downloadgnutls-0e579649a6e9ab690f0a3f6f8a0b7abd3f715881.tar.gz
handshake: generate early exporter secret
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 72d6c066b6..53ca32b19c 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -537,7 +537,7 @@ struct gnutls_key_st {
uint8_t hs_skey[MAX_HASH_SIZE]; /* server_hs_traffic_secret */
uint8_t ap_ckey[MAX_HASH_SIZE]; /* client_ap_traffic_secret */
uint8_t ap_skey[MAX_HASH_SIZE]; /* server_ap_traffic_secret */
- uint8_t ap_expkey[MAX_HASH_SIZE]; /* exporter_master_secret */
+ uint8_t ap_expkey[MAX_HASH_SIZE]; /* {early_,}exporter_master_secret */
uint8_t ap_rms[MAX_HASH_SIZE]; /* resumption_master_secret */
} tls13; /* tls1.3 */