Skip to content

Conversation

@fredrikt
Copy link
Contributor

@fredrikt fredrikt commented Mar 8, 2013

test cases, documentation, refactoring (mostly for readability)

bug fixes (that I can remember) :

  • sort out how to get rid of whitespace before signing (although ideally it should not be done during parsing, but during c14n)
  • using assert for critical checks

/Fredrik

fredrikt added 21 commits March 6, 2013 16:13
This function can be used to parse XML data while removing whitespace.
Move signature digest creation to new function
_create_signature_digest().
Adds support for SHA256, SHA384 and SHA512 besides SHA1 that was
already supported - at least in theory. Only SHA1 is tested for now.
RSA keys are re-used from pySAML2 in order to be able to test
for same output.
assert() is a no-op when optimization is requested, so it can't be
used to check for invalid input, disallowed conditions etc.
Turn _cert() used by verify() into more generic _load_keyspec()
used by both verify() and sign().
leifj added a commit that referenced this pull request Mar 8, 2013
@leifj leifj merged commit ddb5a19 into IdentityPython:master Mar 8, 2013
leifj added a commit that referenced this pull request Jun 18, 2019
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