Add HTTP tunnel config for SHA-256 digest auth

This commit is contained in:
zzz
2022-09-20 09:08:45 -04:00
parent 19bf76ef1d
commit 5417620917

View File

@@ -3,7 +3,7 @@ Configuration File Specification
================================ ================================
.. meta:: .. meta::
:category: Formats :category: Formats
:lastupdated: August 2022 :lastupdated: September 2022
:accuratefor: 0.9.56 :accuratefor: 0.9.56
.. contents:: .. contents::
@@ -412,7 +412,11 @@ Properties are as follows::
# HTTP Clients only. The MD5 of the password for local authorization for # HTTP Clients only. The MD5 of the password for local authorization for
# user USER. # user USER.
tunnel.N.option.proxy.auth.USER.md5= tunnel.N.option.proxy.auth.USER.md5=(32 char lowercase hex)
# HTTP Clients only. The SHA-256 of the password for local authorization for
# user USER. (RFC 7616) Since 0.9.56
tunnel.N.option.proxy.auth.USER.sha256=(64 char lowercase hex)
# HTTP Servers only. Whether to reject incoming connections apparently via # HTTP Servers only. Whether to reject incoming connections apparently via
# an inproxy. Default false. # an inproxy. Default false.