Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
belle-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
belle-sip
Commits
7191ee1d
Commit
7191ee1d
authored
Dec 21, 2018
by
Matthieu Tanon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final fix for nonce management in authorization header
parent
3a6a6d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
provider.c
src/provider.c
+1
-3
No files found.
src/provider.c
View file @
7191ee1d
...
...
@@ -1046,9 +1046,7 @@ static void authorization_context_fill_from_auth(authorization_context_t* auth_c
/*new nonce, resetting nounce_count*/
auth_context
->
nonce_count
=
0
;
}
if
(
nonce
)
{
authorization_context_set_nonce
(
auth_context
,
nonce
);
}
authorization_context_set_nonce
(
auth_context
,
nonce
);
authorization_context_set_algorithm
(
auth_context
,
belle_sip_header_www_authenticate_get_algorithm
(
authenticate
));
authorization_context_set_qop
(
auth_context
,
belle_sip_header_www_authenticate_get_qop_first
(
authenticate
));
authorization_context_set_scheme
(
auth_context
,
belle_sip_header_www_authenticate_get_scheme
(
authenticate
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment