summaryrefslogtreecommitdiff
path: root/src/saml2/httpbase.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing attributeerror and signature mangling while constructing soap requestsMaximilian Heuwes2021-11-221-1/+1
* Remove unneeded intermediate static methodsIvan Kanakarakis2020-11-231-37/+0
* Create the signer along with the sigalg allowance checkIvan Kanakarakis2020-11-231-22/+0
* Replace NotImplemented with NotImplementedErrorIvan Kanakarakis2020-05-121-1/+1
* Raise exception with message; not tupleIvan Kanakarakis2020-05-121-3/+4
* Fix compile warningsIvan Kanakarakis2020-02-101-1/+1
* Clean upRoland Hedberg2015-12-201-13/+17
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-4/+5
* The IdP doing form_post or the SP doing post is two different things.Roland Hedberg2015-11-131-0/+18
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-7/+7
* Improve support for SigAlg usage in HTTP redirect.Roland Hedberg2015-06-271-2/+2
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-1/+1
* Fix assertion ID tests for python3Clint Byrum2015-05-281-7/+12
* Fix more basestring py3k issuesClint Byrum2015-05-211-2/+3
* Deal with renamed modules in python3Clint Byrum2015-05-151-8/+8
* Fix python3 syntax errorsClint Byrum2015-05-151-7/+7
* Fixed making redirect signatureRoland Hedberg2014-12-151-21/+28
* PEP-8Roland Hedberg2014-10-021-2/+2
* Fixed set_cookie max-age parsingtpazderka2014-06-231-1/+1
* added support for RFC 1123 date formatrhoerbe2014-03-211-1/+1
* added support for RFC 1123 date formatrhoerbe2014-03-211-2/+11
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-0/+10
* More log infoRoland Hedberg2013-08-271-1/+1
* Improved cookie handlingRoland Hedberg2013-08-271-0/+11
* set-cookie parameter might be missing.Roland Hedberg2013-07-081-0/+2
* If we don't want to verify the SSL certs then don't use them.Roland Hedberg2013-06-261-4/+5
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-3/+3
* Spelling errorRoland Hedberg2013-05-171-1/+1
* Merge branch 'master' into less_xmlsec_pathsFredrik Thulin2013-05-031-1/+1
|\
| * Prepare sign and ecp verify sign for soap.Hans Hörberg2013-04-161-1/+1
| * Need argument name.Roland Hedberg2013-04-151-3/+2
* | Use sign_statement() instead of sign_statement_using_xmlsec().Fredrik Thulin2013-03-121-3/+3
|/
* Moved log line for better info.Roland Hedberg2013-02-201-1/+1
* port not part of cookie domain.Roland Hedberg2013-02-191-2/+2
* Improved cookie handlingRoland Hedberg2013-02-191-19/+50
* Request HTTP response contains content not error.Roland Hedberg2013-02-171-1/+1
* Rewrote to use NameID instances every where where I previously used just the ...Roland Hedberg2013-02-091-2/+2
* Cookie expire parameter may be None (= for ever).Roland Hedberg2013-01-311-1/+1
* Final touch to ECPRoland Hedberg2013-01-251-10/+6
* Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.Roland Hedberg2013-01-241-7/+19
* Tracking problemRoland Hedberg2013-01-181-0/+2
* Handle HTTP errorRoland Hedberg2013-01-181-1/+1
* Fixed artifact handlingRoland Hedberg2013-01-181-2/+20
* Made the test work.Roland Hedberg2013-01-181-6/+9
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-1/+23
* Have to use the same return format for functions used by apply_bindingRoland Hedberg2013-01-161-5/+6
* Destination may be immaterial.Roland Hedberg2013-01-131-1/+1
* Fixed time error and cookie handlingRoland Hedberg2013-01-051-16/+38
* Made POST BINDING for authn workRoland Hedberg2013-01-041-0/+5
* More refactoringRoland Hedberg2012-12-301-8/+11