From 5417620917e1734939825722824c33f47f9d1e8b Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Tue, 20 Sep 2022 09:08:45 -0400 Subject: [PATCH] Add HTTP tunnel config for SHA-256 digest auth --- i2p2www/spec/configuration.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/i2p2www/spec/configuration.rst b/i2p2www/spec/configuration.rst index 21ecc95c9..254323140 100644 --- a/i2p2www/spec/configuration.rst +++ b/i2p2www/spec/configuration.rst @@ -3,7 +3,7 @@ Configuration File Specification ================================ .. meta:: :category: Formats - :lastupdated: August 2022 + :lastupdated: September 2022 :accuratefor: 0.9.56 .. contents:: @@ -412,7 +412,11 @@ Properties are as follows:: # HTTP Clients only. The MD5 of the password for local authorization for # 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 # an inproxy. Default false. -- GitLab