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

Refactor Akami::WSSE to_xml. Signature / Timestamp no longer mutually exclusive. #18

Closed
wants to merge 1 commit into from

Conversation

drn
Copy link
Contributor

@drn drn commented Dec 2, 2014

Ran into this when integrating with a third-party API. This pull request addresses issues raised in #15

Details:

  • Clean up ugly if-statement in to_xml.
  • Ensure certificate and timestamp headers are not mutually exclusive.
  • Add basic signature and signature with timestamp specs.

* Clean up ugly if-statement in to_xml.
* Ensure certificate and timestamp headers are not mutually exclusive.
* Add basic signature and signature with timestamp specs.
@drn drn force-pushed the signature-timestamp branch from 1daacf9 to 36b26a3 Compare January 20, 2016 06:47
@jim0020
Copy link

jim0020 commented Aug 15, 2016

There appears to be a problem here. If the signature and timestamp both present, the timestamp hash is missing it's wsu namespace attribute. The error appears to be in WSSE#security_hash

@drn
Copy link
Contributor Author

drn commented Sep 15, 2016

This is a couple years old and we've just patched this logic in our codebase, so I'm going to close this as it looks like it's not going to be merged.

@drn drn closed this Sep 15, 2016
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.

2 participants