summaryrefslogtreecommitdiff
path: root/src/saml2/pack.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for signing/verifying messages when using the HTTP-Redirect ↵Roland Hedberg2013-02-211-86/+7
| | | | binding.
* Added support for signing/verifying messages when using the HTTP-Redirect ↵Roland Hedberg2013-02-211-11/+120
| | | | binding.
* Rewrote to use NameID instances every where where I previously used just the ↵Roland Hedberg2013-02-091-3/+5
| | | | text part of the instance.
* Unnecessary lineRoland Hedberg2013-01-291-1/+0
|
* Final touch to ECPRoland Hedberg2013-01-251-0/+1
| | | | Worked through a NameIDMapping test
* 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
Switched from using httplib2 to requests.