Bugzilla – Attachment 661345 Details for
Bug 960082
Backport ALPN support to openssl-1.0.1i
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
openssl-ALPN-debug-info.patch
openssl-ALPN-debug-info.patch (text/plain), 764 bytes, created by
Marcus Meissner
on 2016-01-11 15:33:15 UTC
(
hide
)
Description:
openssl-ALPN-debug-info.patch
Filename:
MIME Type:
Creator:
Marcus Meissner
Created:
2016-01-11 15:33:15 UTC
Size:
764 bytes
patch
obsolete
>commit 736a091b4dfd8491da316362a2dc912a5382ee4c >Author: Alessandro Ghedini <alessandro@ghedini.me> >Date: Sun Dec 20 04:30:34 2015 -0800 > > Print debug info for ALPN extension. > >diff --git a/apps/s_cb.c b/apps/s_cb.c >index 146a96079516..0b998ed76bd0 100644 >--- a/apps/s_cb.c >+++ b/apps/s_cb.c >@@ -744,10 +744,15 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type, > #ifdef TLSEXT_TYPE_next_proto_neg > case TLSEXT_TYPE_next_proto_neg: > extname = "next protocol"; > break; > #endif >+#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation >+ case TLSEXT_TYPE_application_layer_protocol_negotiation: >+ extname = "application layer protocol negotiation"; >+ break; >+#endif > > case TLSEXT_TYPE_padding: > extname = "TLS padding"; > break; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 960082
: 661345 |
661346
|
661347