Changeset e819f13 in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- Jan 25, 2020, 11:03:50 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- f51d359
- Parents:
- f4f837a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
rf4f837a re819f13 1022 1022 1023 1023 1024 #ifdef ENABLE_EARLY_SNI1025 1024 /** 1026 1025 * Pre client hello hook function for GnuTLS that implements early SNI … … 1093 1092 return ret; 1094 1093 } 1095 #endif1096 1094 1097 1095 … … 1189 1187 "gnutls_priority_set failed!"); 1190 1188 1191 #ifdef ENABLE_EARLY_SNI 1192 /* Pre-handshake hook, EXPERIMENTAL */ 1189 /* Pre-handshake hook for early SNI parsing */ 1193 1190 gnutls_handshake_set_hook_function(ctxt->session, 1194 1191 GNUTLS_HANDSHAKE_CLIENT_HELLO, 1195 1192 GNUTLS_HOOK_PRE, early_sni_hook); 1196 #else1197 prepare_alpn_proposals(ctxt);1198 #endif1199 1193 1200 1194 /* Post client hello hook (called after GnuTLS has parsed it) */
Note: See TracChangeset
for help on using the changeset viewer.