Skip to content

Commit

Permalink
Add entry for PSK extension
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#2747)
  • Loading branch information
snhenson committed Feb 26, 2017
1 parent 6e7c553 commit f1dae5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl/t1_trce.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ static ssl_trace_tbl ssl_exts_tbl[] = {
{TLSEXT_TYPE_server_authz, "server_authz"},
{TLSEXT_TYPE_cert_type, "cert_type"},
{TLSEXT_TYPE_key_share, "key_share"},
{TLSEXT_TYPE_psk, "psk"},
{TLSEXT_TYPE_psk_kex_modes, "psk_key_exchange_modes"},
{TLSEXT_TYPE_supported_groups, "supported_groups"},
{TLSEXT_TYPE_ec_point_formats, "ec_point_formats"},
Expand Down

0 comments on commit f1dae5f

Please sign in to comment.