Home | History | Annotate | Download | only in runner

Lines Matching refs:NPN

125 	npn  = 2
151 // negotiate a next protocol via NPN or ALPN.
1032 name: "SkipChangeCipherSpec-Server-NPN",
1040 "-advertise-npn", "\x03foo\x03bar\x03baz",
1068 name: "FragmentAcrossChangeCipherSpec-Server-NPN",
1076 "-advertise-npn", "\x03foo\x03bar\x03baz",
2882 // NPN on client and server; results in post-handshake message.
2884 name: "NPN-Client",
2890 expectedNextProtoType: npn,
2894 name: "NPN-Server",
2899 "-advertise-npn", "\x03foo\x03bar\x03baz",
2903 expectedNextProtoType: npn,
2908 // Client does False Start and negotiates NPN.
3384 // Test that the server prefers ALPN over NPN.
3394 "-advertise-npn", "\x03foo\x03bar\x03baz",
3412 "-advertise-npn", "\x03foo\x03bar\x03baz",
3450 // Test that negotiating both NPN and ALPN is forbidden.
3482 // Test that NPN can be disabled with SSL_OP_DISABLE_NPN.
3490 "-disable-npn",