Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In addition to Body, also sign Timestamp with the provided digest_method #1132

Closed

Conversation

ospeek
Copy link

@ospeek ospeek commented Aug 17, 2020

While implementing a service with zeep, we found out that the optional Timestamp header was always signed using SHA1 instead of the supplied digest_method (SHA256 in our case). This fix will sign both the Body and the Timestamp using the provided digest_method.

@mvantellingen
Copy link
Owner

Can you added a couple of unittests for this?

@mvantellingen
Copy link
Owner

Merged #1201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants