Add TLSv1.3 post-handshake authentication (PHA)
[openssl.git] / apps / s_cb.c
index 575fb048c093e2056b2a35433f1f2f7e2013c352..8d51d7439de6094f19f707f57442203a9b9df4c5 100644 (file)
@@ -666,6 +666,7 @@ static STRINT_PAIR tlsext_types[] = {
     {"psk", TLSEXT_TYPE_psk},
     {"psk kex modes", TLSEXT_TYPE_psk_kex_modes},
     {"certificate authorities", TLSEXT_TYPE_certificate_authorities},
+    {"post handshake auth", TLSEXT_TYPE_post_handshake_auth},
     {NULL}
 };