Home | History | Annotate | Download | only in vtls

Lines Matching defs:protocols

360     char protocols[128];
361 *protocols = '\0';
364 protocols in descending order of preference, eg: "h2,http/1.1" */
368 strcpy(protocols + strlen(protocols), NGHTTP2_PROTO_VERSION_ID ",");
373 strcpy(protocols + strlen(protocols), ALPN_HTTP_1_1);
376 if(wolfSSL_UseALPN(conssl->handle, protocols,
377 (unsigned)strlen(protocols),
379 failf(data, "SSL: failed setting ALPN protocols");