summaryrefslogtreecommitdiff
path: root/src/saml2/response.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-26/+26
* Remove spurious `exception` loggingRichard van der Hoff2020-08-101-4/+0
* Update response.pyRodrigo2020-01-311-5/+3
* Validate the audience of assertions regardless of a response being unsolicitedIvan Kanakarakis2019-08-241-4/+3
* Use `extension_elements` to extract `KeyInfo`Alex Bublichenko2019-05-281-3/+2
* Gracefully handle invalid HOK assertionsAlex Bublichenko2019-05-241-1/+2
* Parse assertions with Holder-of-Key profileAlex Bublichenko2019-05-231-2/+2
* Keep old behaviour until decryption is properly understoodIvan Kanakarakis2019-03-121-2/+19
* Align parse_assertion with the new decryption codeIvan Kanakarakis2019-02-051-36/+39
* Remove the python-future module and use sixIvan Kanakarakis2018-12-061-2/+0
* Rework status_ok structureIvan Kanakarakis2018-12-061-20/+23
* Handle non standard response error status codesJohan Lundberg2018-12-051-2/+2
* Add want_assertions_or_response_signed functionalityScott Koranda2018-11-211-1/+13
* Fix AuthnResponse.condition_ok to be not so restrictiveEgor Panfilov2018-11-191-2/+5
* AuthnResponse should store member xmlstr in correct typeIvan Kanakarakis2018-10-231-7/+7
* Really handle non ascii in response class __str__Johan Lundberg2018-10-191-3/+4
* Handle non ascii characters in __str__Johan Lundberg2018-10-041-5/+6
* Multiple AttributeStatement tags per AssertionThomas Knott2018-08-291-4/+6
* Merge pull request #419 from leifj/satosa-double-parseRoland Hedberg2017-10-111-1/+2
|\
| * fix issue with satosa and encrypted assertionsLeif Johansson2017-05-291-1/+2
* | Change log level for no attribute statements. Resolves #329Ioannis Kakavas2017-07-201-1/+1
|/
* File formating.Roland Hedberg2016-09-221-25/+26
* Allow more direct modifications of nested items.Roland Hedberg2016-05-161-40/+92
* Having a NameID is not mandatory.rohe2015-12-241-12/+9
* Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-181-41/+65
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-30/+30
* Fixed various errors.Roland Hedberg2015-10-041-1/+3
* Added the timestamp when the authentication took place to the authn_info method.Hans Hörberg2015-10-011-1/+5
* Useful when debugging 'after the fact'.Roland Hedberg2015-09-071-2/+9
* Added comments.Hans Hörberg2015-05-261-0/+28
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-0/+3
|\
| * Fix xml issues with python3Clint Byrum2015-05-211-0/+3
* | Fix for PEFIMHans Hörberg2015-05-251-1/+2
* | Added PEFIM changes that had been removed.Hans Hörberg2015-05-251-4/+11
* | Pysaml can now decrypt multiple encrypted assertions with multiple advice ele...Hans Hörberg2015-05-211-37/+74
* | Partial commit for decrpyting and verifying signatures at the client. All tes...Hans Hörberg2015-05-201-24/+36
* | Added a PEFIM parameter for PEFIM specific configurations.Hans Hörberg2015-05-201-3/+5
|/
* Fix python3 syntax errorsClint Byrum2015-05-151-5/+5
* Moved s2repoze, xmkdsig and xmlenc under saml2.Roland Hedberg2015-05-151-2/+2
* Added tests for encryption and signing of the authentication response.Hans Hörberg2015-03-181-1/+1
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-171-9/+7
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-15/+40
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-1/+1
* mergeHans Hörberg2015-03-021-16/+12
|\
| * Fixed one security bug pointed out by Ehsan Foroughi.Roland Hedberg2015-02-031-2/+6
| * Starting to add more debug information.Roland Hedberg2014-12-011-0/+1
| * make urn:oasis:names:tc:SAML:2.0:status:Responder known in response.pyPatrick Brosi2014-10-291-0/+4
| * PEP-8Roland Hedberg2014-10-021-1/+1
| * On Copyright statement in one place.Roland Hedberg2014-09-091-13/+0
* | Update of pysaml2 and fix for very signature assertion.Hans Hörberg2014-06-051-19/+22
|\ \ | |/