Skip to content

Conversation

@joshuagl
Copy link
Member

@joshuagl joshuagl commented Sep 17, 2019

Note: this change breaks compatibility with ssl v0.11.3 and thus should not be merged until a new release of ssl has been made and is available on PyPI.

PR secure-systems-lab/securesystemslib#162 removed implicit encoding of data to bytes in securesystemslib.keys.[create_signature|verify_signature]

Fixes issue #: #913

Description of the changes being introduced by the pull request: explicitly encode data we pass to securesystemslib.keys.create_signature and securesystemslib.keys.verify_signature

Please verify and check that the pull request fulfills the following
requirements
:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

securesystemslib PR #162 removed implicit encoding of data to bytes
in securesystemslib.keys.[create_signature|verify_signature]

Update to encode data where required.

Signed-off-by: Joshua Lock <[email protected]>
@lukpueh
Copy link
Member

lukpueh commented Oct 14, 2019

Will be merged with #934.

@lukpueh lukpueh closed this Oct 14, 2019
@joshuagl joshuagl deleted the joshuagl/sslcompat-nobackcompat branch October 14, 2019 11:20
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