summaryrefslogtreecommitdiff
path: root/src/saml2/s_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Linter fixesIvan Kanakarakis2021-11-241-2/+1
* Remove compatibility check for py25Ivan Kanakarakis2020-05-121-4/+1
* Clean up unclosed files causing ResourceWarnings in testsJon Dufresne2017-10-111-4/+5
* Fix accidental import removal.Dan Sully2016-10-261-0/+1
* Remove (undeclared dependency) usage of backports.test.support. This wasDan Sully2016-10-261-79/+7
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-0/+3
* Slowly moving from six to future.backportsRoland Hedberg2016-03-091-0/+1
* Ommit StatusMessage from Error response if emptytpazderka2015-10-231-12/+12
* Deal with stricter bytes/strings in py3Clint Byrum2015-05-281-0/+2
* Make s_utils.signature work in python3Clint Byrum2015-05-281-1/+9
* Fix bytes/strings logical issuesClint Byrum2015-05-211-0/+9
* Update rndstr to use string.ascii_letters for py3kClint Byrum2015-05-211-2/+2
* Use six.string_types instead of basestringClint Byrum2015-05-151-2/+3
* Fix python3 syntax errorsClint Byrum2015-05-151-1/+1
* Fixed file name and some other small issues.Roland Hedberg2015-03-301-1/+0
* Merge pull request #187 from biancini/masterRoland Hedberg2015-03-021-1/+1
|\
| * Fixed problem with metadata extensionsAndrea Biancini2015-02-271-1/+1
* | Usage of a cryptographically suitable RNG. Proposed by Seth Arnold.Roland Hedberg2015-02-281-13/+11
|/
* PEP-8Roland Hedberg2014-10-021-24/+24
* As Rainer Hörbe pointed out: "A principal is a user, not an entity in SAML. ...Roland Hedberg2014-08-141-0/+4
* Refactored the support for metadata extension in the config file.Roland Hedberg2014-03-131-4/+35
* Best effort.Roland Hedberg2013-12-201-1/+4
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-1/+2
* Use the correct attribute names.Roland Hedberg2013-05-071-0/+12
* Added support for entity categories.Roland Hedberg2013-05-041-1/+30
* Added exception for responses that are not possible to unravel :-)Roland Hedberg2013-04-231-0/+4
* EditorialRoland Hedberg2013-03-291-1/+1
* Added support for signing/verifying messages when using the HTTP-Redirect bin...Roland Hedberg2013-02-211-31/+62
* Couple of new ExceptionsRoland Hedberg2013-02-081-5/+16
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-2/+9
* Added method for handling manage nameid requestRoland Hedberg2013-01-161-1/+3
* All tests works nowRoland Hedberg2012-11-141-2/+15
* Changed logging setupRoland Hedberg2012-06-271-0/+35
* Initial add0.4.2Roland Hedberg2012-05-231-0/+306