summaryrefslogtreecommitdiff
path: root/src/saml2/pack.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-2/+12
* Escape single and double quotes, alwaysIvan Kanakarakis2019-05-141-3/+7
* Format import statementsIvan Kanakarakis2019-05-141-3/+4
* DeprecationWarning: cgi.escape is deprecated, use html.escape instead. FixedGiuseppe2019-04-261-4/+7
* Use cgi instead of html moduleIvan Kanakarakis2018-12-061-4/+4
* Reformat using flake8 recommendationsScott Koranda2018-05-251-15/+14
* Omit relay state in HTTP-POST response when emptyIvan Kanakarakis2018-05-251-4/+6
* Refactor HTML_FORM_SPEC to be configurableScott Koranda2018-05-251-33/+36
* Fix for 459 HTTP_POST form nonconforming and shows submitScott Koranda2017-09-231-14/+35
* Fix XXE in XML parsing (related to #366)Florian RĂ¼chel2016-10-311-1/+2
* Clean up4.0.0Roland Hedberg2015-12-111-1/+0
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-19/+19
* The IdP doing form_post or the SP doing post is two different things.Roland Hedberg2015-11-131-0/+26
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-3/+3
* Improve support for SigAlg usage in HTTP redirect.Roland Hedberg2015-06-271-4/+5
* Fix more pack/sigver python3 incompatibilityClint Byrum2015-05-281-1/+1
* Fix more renamed modules/functions for py3Clint Byrum2015-05-281-5/+4
* Fix assertion ID tests for python3Clint Byrum2015-05-281-1/+4
* Only remove xml header if it is presentClint Byrum2015-05-281-3/+4
* Fix xml issues with python3Clint Byrum2015-05-211-0/+2
* Fix more basestring py3k issuesClint Byrum2015-05-211-3/+4
* Fix typo 'unknown'Yo Sub Kwon2015-05-191-1/+1
* Deal with renamed modules in python3Clint Byrum2015-05-151-2/+2
* Fix python3 syntax errorsClint Byrum2015-05-151-5/+5
* Fixed making redirect signatureRoland Hedberg2014-12-151-4/+3
* PEP-8Roland Hedberg2014-10-021-18/+18
* On Copyright statement in one place.Roland Hedberg2014-09-091-13/+0
* Submit button added to POST formTomas Pazderka2014-05-291-0/+1
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-7/+6
* Fix KeyError when signing http_redirect_messagePaul Korzhyk2013-11-041-2/+2
* Make sure it's a base string and not something else.Roland Hedberg2013-09-171-1/+1
* Added support for signing/verifying messages when using the HTTP-Redirect bin...Roland Hedberg2013-02-211-86/+7
* Added support for signing/verifying messages when using the HTTP-Redirect bin...Roland Hedberg2013-02-211-11/+120
* Rewrote to use NameID instances every where where I previously used just the ...Roland Hedberg2013-02-091-3/+5
* Unnecessary lineRoland Hedberg2013-01-291-1/+0
* Final touch to ECPRoland Hedberg2013-01-251-0/+1
* Better replacement codeRoland Hedberg2013-01-191-1/+3
* Tracking problemRoland Hedberg2013-01-181-0/+1
* Fixed artifact handlingRoland Hedberg2013-01-181-1/+1
* All (?) the artifact pieces in place.Roland Hedberg2013-01-071-3/+9
* Removed spurious lineRoland Hedberg2013-01-051-0/+3
* Request preparation refactoringRoland Hedberg2012-12-291-18/+21
* May not always want to b64 encode the messageRoland Hedberg2012-12-221-3/+6
* All tests worksRoland Hedberg2012-12-211-25/+19
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-0/+224