diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
commit | 50b37d4a27d3295a29afca2286f1a5a086142cec (patch) | |
tree | 9212f763934ee090ef72d823f559f52ce387f268 /src/tests/digest-01/digest-auth-MD5_Sess | |
parent | Initial commit. (diff) | |
download | freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.tar.xz freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.zip |
Adding upstream version 3.2.1+dfsg.upstream/3.2.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/tests/digest-01/digest-auth-MD5_Sess')
-rw-r--r-- | src/tests/digest-01/digest-auth-MD5_Sess | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/tests/digest-01/digest-auth-MD5_Sess b/src/tests/digest-01/digest-auth-MD5_Sess new file mode 100644 index 0000000..1c8d0ac --- /dev/null +++ b/src/tests/digest-01/digest-auth-MD5_Sess @@ -0,0 +1,23 @@ +# +# http://ftp6.us.freebsd.org/pub/rfc/internet-drafts/draft-smith-sipping-auth-examples-01.txt +## +# 3.4 +# +# +# In the "users" file: +# bob User-Password := "zanzibar" +# Or bob Digest-HA1 := "12af60467a33e8518da5c68bbff12b11" +# +# TESTS 1 2 +# +User-Name = "bob", +Digest-Response = "e4e4ea61d186d07a92c9e1f6919902e9", +Digest-Realm = "biloxi.com", +Digest-Nonce = "dcd98b7102dd2f0e8b11d0f600bfb0c093", +Digest-Method = "INVITE", +Digest-URI = "sip:bob@biloxi.com", +Digest-User-Name = "bob", +Digest-QOP = "auth", +Digest-Algorithm = "MD5-Sess", +Digest-Nonce-Count = "00000001", +Digest-CNonce = "0a4f113b", |