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

Fixed PasswordDigest Generation #1039

Merged
merged 5 commits into from Feb 13, 2019
Merged

Fixed PasswordDigest Generation #1039

merged 5 commits into from Feb 13, 2019

Commits on Jan 9, 2019

  1. Fixed PasswordDigest Generation

    The WSSE password digest is best calculated from a byte array of the concat of NONCE, CREATED TIMESTAMP and PASSWORD
    Martin Holden committed Jan 9, 2019
    Copy the full SHA
    be0fbcd View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Added testing for PasswordDigest

    Martin Holden committed Feb 12, 2019
    Copy the full SHA
    2badbe8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Martin Holden committed Feb 12, 2019
    Copy the full SHA
    3cf60f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Update server-compress-test.js

    Refactored to ensure the server is running before the test runs
    Martin Holden committed Feb 13, 2019
    Copy the full SHA
    bb14b2f View commit details
    Browse the repository at this point in the history
  2. Update utils.js

    Porting to the Buffer.from()
    Martin Holden committed Feb 13, 2019
    Copy the full SHA
    75e7f91 View commit details
    Browse the repository at this point in the history