Skip to content

Commit

Permalink
fix position of xsslprotocol documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 27, 2011
1 parent e9fb16b commit 1d20c5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/stunnel.8
Expand Up @@ -559,11 +559,6 @@ time to keep an idle connection
.IP "\fBtransparent\fR = none | source | destination | both (Unix only)" 4
.IX Item "transparent = none | source | destination | both (Unix only)"
enable transparent proxy support on selected platforms
.IP "\fBxsslprotocol\fR = yes | no" 4
.IX Item "xsslprotocol= yes | no"
append an 'X-SSL-Protocol:' HTTP request header providing the
client's SSL protocol to the server. This should be one of SSLv2, SSLv3,
TLSv1 or unknown. It is the value returned from SSL_get_version().
.Sp
Supported values:
.RS 4
Expand Down Expand Up @@ -680,6 +675,11 @@ for webservers. Level 3 is preferred for point-to-point connections.
.IX Item "xforwardedfor = yes | no"
append an 'X-Forwarded-For:' HTTP request header providing the
client's IP address to the server.
.IP "\fBxsslprotocol\fR = yes | no" 4
.IX Item "xsslprotocol= yes | no"
Append an 'X-SSL-Protocol:' HTTP request header providing the
client's SSL protocol to the server. This should be one of SSLv2, SSLv3,
TLSv1 or unknown. It is the value returned from SSL_get_version().
.SH "RETURN VALUE"
.IX Header "RETURN VALUE"
\&\fBstunnel\fR returns zero on success, non-zero on error.
Expand Down
6 changes: 6 additions & 0 deletions doc/stunnel.pod
Expand Up @@ -707,6 +707,12 @@ for webservers. Level 3 is preferred for point-to-point connections.
Append an 'X-Forwarded-For:' HTTP request header providing the client's IP
address to the server.

=item B<xsslprotocol> = yes | no

Append an 'X-SSL-Protocol:' HTTP request header providing the
client's SSL protocol to the server. This should be one of SSLv2, SSLv3,
TLSv1 or unknown. It is the value returned from SSL_get_version().

=back

=head1 RETURN VALUE
Expand Down

0 comments on commit 1d20c5f

Please sign in to comment.