From 51367267c8a9f1a840f5e810f8c788e6e03712a5 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 28 Feb 2021 23:47:05 +0100 Subject: avformat/gopher: Add support for Gopher over TLS This commit adds a "gophers" handler to the gopher protocol. gophers is a community-adopted protocol that acts the same way like normal gopher with the added TLS encapsulation. The gophers protocol is supported by gopher servers like geomydae(8), and clients like curl(1), clic(1), and hurl(1). This commit also adds compilation guards to both gopher and gophers, since now there are two protocols in the file it makes sense to have this addition. Signed-off-by: parazyd Signed-off-by: Marton Balint --- doc/protocols.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/protocols.texi') diff --git a/doc/protocols.texi b/doc/protocols.texi index c0b511b7a4..2b2fab8752 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -341,6 +341,12 @@ operation. ff* tools may produce incomplete content due to server limitations. Gopher protocol. +@section gophers + +Gophers protocol. + +The Gopher protocol with TLS encapsulation. + @section hls Read Apple HTTP Live Streaming compliant segmented stream as -- cgit v1.2.3