summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
Commit message (Expand)AuthorAgeFilesLines
* With encryption The ID of each Signature element must be uniqueMahyar Moghimi2023-02-141-1/+1
* Fix initial issues reported by mypy.Fredrik Thulin2023-02-141-1/+1
* Update entity.pyearonesty2023-01-251-1/+5
* Run flynt + black + isortAarni Koskela2022-11-151-17/+13
* Run autoflake --remove-all-unused-imports --ignore-init-module-imports + blac...Aarni Koskela2022-11-151-2/+0
* Run pyupgrade --py36-plus + black + isortAarni Koskela2022-11-151-6/+6
* logging: write less on INFO levelKristof Bajnok2022-10-251-8/+8
* Fix flake8 warningsIvan Kanakarakis2022-10-011-6/+6
* Format code with black and isortIvan Kanakarakis2022-10-011-192/+141
* Refactor: remove unused codeOmid Raha2022-05-051-1/+0
* Cover other requests calls with http_client_timeoutXiao Zhu2022-04-191-2/+2
* add timeout to config and httpbaseXiao Zhu2022-04-191-1/+1
* Reload metadata in-placeJames Miller2022-03-041-9/+1
* Verify signed logout requests with the redirect bindingIvan Kanakarakis2021-11-161-3/+17
* Small refactorIvan Kanakarakis2021-11-161-4/+11
* 633: Support for redirect binding signature check using query param valuesVishal Kadam2021-11-151-2/+5
* Ouput the according KeyName in encrypted answerClément Hallet2021-11-021-4/+5
* fix: saml2.Entity/reload_metadata: use self.entity_type instead of iterating ...Vlad Mencl2021-07-201-5/+4
* nfc: fix formatting in comment (tab vs spaces) in src/saml2/entity.pyVlad Mencl2021-07-201-1/+1
* new: saml2.Entity: support reloading metadataVlad Mencl2021-06-111-0/+34
* Do not restrict the falsy values of bindings on pick_binding methodIvan Kanakarakis2021-05-191-1/+1
* Embed the cert in the EncryptedData elementIvan Kanakarakis2021-05-181-1/+4
* Do not embed the cert in the EncryptedData elementIvan Kanakarakis2021-05-181-15/+8
* [Strengthen Encryption] PySAML2 Encrypted Assertions now works with Shibbolet...peppelinux2021-05-181-8/+13
* Sign logout requests according to logout_requests_signed config optionIvan Kanakarakis2021-04-091-1/+5
* Calculate entity configurations and then chooseIvan Kanakarakis2020-12-081-7/+6
* Resolve sign_alg and digest_alg wherever pre_signature_part is calledIvan Kanakarakis2020-12-081-0/+4
* Notes on _responseIvan Kanakarakis2020-12-071-43/+90
* Formatting and restructureIvan Kanakarakis2020-12-071-4/+6
* Difference between sigver.signed_instance_factory and Entity.signIvan Kanakarakis2020-12-071-1/+6
* Remove unneeded response_factory helperIvan Kanakarakis2020-12-071-5/+4
* WIP, TODO cleanup, see descriptionIvan Kanakarakis2020-11-241-109/+301
* WIP works good - set on init use on create_Ivan Kanakarakis2020-11-241-18/+30
* Fix formattingIvan Kanakarakis2020-11-241-7/+13
* Configurable signing and digest algpeppelinux2020-11-241-0/+4
* Check allowed signature and digest algo for the POST bindingIvan Kanakarakis2020-11-231-2/+2
* Remove unneeded intermediate static methodsIvan Kanakarakis2020-11-231-7/+3
* Create the signer along with the sigalg allowance checkIvan Kanakarakis2020-11-231-12/+8
* Correctly sign an AuthnRequest with Redirect bindingIvan Kanakarakis2020-11-231-2/+24
* FormattingIvan Kanakarakis2020-11-231-24/+60
* Fix #242: make sure status code is always returned in http_info dictFlorian Best2020-11-101-1/+1
* 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