Searched refs:new_session_tickets (Results 1 – 1 of 1) sorted by relevance
520 int new_session_tickets; /* enable / disable new session tickets (TLS 1.3) */ member975 opt.new_session_tickets = DFL_NEW_SESSION_TICKETS; in main()1234 opt.new_session_tickets = atoi(q); in main()1235 if (opt.new_session_tickets < 0) { in main()1950 &conf, opt.new_session_tickets); in main()