Add support for SSL_CTX_set_post_handshake_auth()
[openssl.git] / ssl / ssl_locl.h
index 0d981104800a57105935c1adf5a4cae591fd0607..362ae1cbe5af964e61f7622df949887f6787d277 100644 (file)
@@ -1063,6 +1063,9 @@ struct ssl_ctx_st {
     /* Callback to determine if early_data is acceptable or not */
     SSL_allow_early_data_cb_fn allow_early_data_cb;
     void *allow_early_data_cb_data;
+
+    /* Do we advertise Post-handshake auth support? */
+    int pha_enabled;
 };
 
 struct ssl_st {