Searched refs:NPN (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.pod | 81 callback or the NPN callback (described below). If no match is found, the first 84 the NPN callback. In the ALPN case, the value returned in B<out> and B<outlen> 117 request any protocol or NPN is not enabled, then B<data> is set to NULL and 123 NPN functionality cannot be used with QUIC SSL objects. Use of ALPN is mandatory
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 08-npn.cnf.in | 10 ## Test NPN. Note that NPN is only supported up to TLSv1.2
|
| /freebsd/crypto/openssl/test/ |
| H A D | README.ssltest.md | 93 * ExpectedNPNProtocol, ExpectedALPNProtocol - NPN and ALPN expectations. 188 * NPNProtocols, ALPNProtocols - NPN and ALPN settings. Server and client
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 76 - †3: NPN usage should be forced off as it should never be used with QUIC; 195 | **⇒ NPN** | †3 | | | | … 923 TODO: forbid NPN
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 80 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType() local 84 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType() 86 Res = NPN; in EvaluateInDifferentType()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-s_server.pod.in | 701 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the 702 IETF standard and replaces NPN.
|
| H A D | openssl-s_client.pod.in | 677 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the 678 IETF standard and replaces NPN.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1001 PHINode *NPN = IC.Builder.CreatePHI(RequiredType, PN->getNumIncomingValues()); in processPhiNode() local 1006 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode() 1011 return IC.replaceInstUsesWith(II, NPN); in processPhiNode()
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 918 Don't build support for the Next Protocol Negotiation (NPN) TLS extension.
|