summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
Commit message (Expand)AuthorAgeFilesLines
* Return the ResponseLocation before falling back to Locationfeature-logout-response-locationIvan Kanakarakis2020-10-281-11/+9
* Fixes #720: honor ResponseLocation in metadata when building logout responsesMaxime Besson2020-10-271-4/+8
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-4/+10
* Allow request signing in artifact2messageKrzysztof Jurewicz2020-08-251-2/+8
* Remove logger configurationIvan Kanakarakis2020-05-121-1/+0
* Extract `PYSAML2_DELETE_TMPFILES` option to config.pyJohn Paraskevopoulos2019-11-261-2/+4
* Read from env var PYSAML2_DELETE_TMPFILESIvan Kanakarakis2019-11-261-4/+4
* Fix logic error in pick_binding method for class EntityScott Koranda2019-08-261-10/+2
* Do not swallow response verification exceptions.Andrew Wason2018-11-281-2/+0
* Pull out sigalg and look it up onceIvan Kanakarakis2018-11-211-2/+3
* Lookup signer only if signing is requestedIvan Kanakarakis2018-11-211-1/+1
* Remove unused code about only_identity_in_encrypted_assertionIvan Kanakarakis2018-11-211-5/+0
* Group response_is_signed and assertions_are_signed blocksIvan Kanakarakis2018-11-211-24/+20
* Add want_assertions_or_response_signed functionalityScott Koranda2018-11-211-3/+66
* Remove unneeded variableIvan Kanakarakis2018-11-191-2/+1
* Various small refactorEgor Panfilov2018-11-191-3/+1
* Retrieve SLO endpoint by the appropriate service typeIvan Kanakarakis2018-08-031-2/+9
* Cleanup Entity _parse_responseIvan Kanakarakis2018-08-031-58/+47
* fixbug: 'NoneType' object has no attribute 'get_signer'william2017-05-251-1/+1
* Fix some ECP problemsCzémán Arnold2017-04-151-2/+3
* Swap pycrypto* for pyca/cryptographyPaul Kehrer2017-01-121-3/+0
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-1/+1
* Slowly moving from six to future.backportsRoland Hedberg2016-03-091-4/+7
* Use package 'Cryptodome' instead of 'Crypto'Legrandin2016-02-211-1/+1
* Make UnravelError exception a little more helpfulAaron Barnes2016-02-041-1/+1
* Added support for one callback. Will be used by the saml2test tool.rohe2015-12-181-2/+8
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-47/+71
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-1/+7
|\
| * form_post are suppost to use POST not GET.Roland Hedberg2015-11-161-1/+1
| * Rolled back on form_post vs postRoland Hedberg2015-11-161-10/+10
| * The IdP doing form_post or the SP doing post is two different things.Roland Hedberg2015-11-131-4/+10
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-79/+119
|\ \ | |/
| * Merge pull request #277 from spaceone/issue259Roland Hedberg2015-11-011-1/+1
| |\
| | * fix reraising of exception (Issue #259)Florian Best2015-10-291-1/+1
| * | Added a new exception (UnknownBinding) and used it.Roland Hedberg2015-11-011-46/+93
| |/
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-151-17/+16
* | Added the possibility to set signature and digest algorithm on all the funct...Hans Hörberg2015-11-061-27/+33
|/
* Fix artifact code for python3Clint Byrum2015-05-281-7/+13
* Deal with stricter bytes/strings in py3Clint Byrum2015-05-281-1/+1
* Added comments.Hans Hörberg2015-05-261-1/+22
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-2/+3
|\
| * Fix more basestring py3k issuesClint Byrum2015-05-211-1/+2
| * Fix typo 'unknown'Yo Sub Kwon2015-05-191-1/+1
* | Pysaml can now decrypt multiple encrypted assertions with multiple advice ele...Hans Hörberg2015-05-211-10/+10
* | Partial commit for decrpyting and verifying signatures at the client. All tes...Hans Hörberg2015-05-201-2/+2
* | Added a PEFIM parameter for PEFIM specific configurations.Hans Hörberg2015-05-201-3/+4
* | Fix, so if no encryption keys exists will the server not encrypt the message.Hans Hörberg2015-05-191-4/+17
* | Added encryption support for multiple assertions, advice elements with multip...Hans Hörberg2015-05-191-29/+34
* | Partial commit.Hans2015-05-181-10/+17
* | Partial commit.Hans2015-05-181-3/+9