summaryrefslogtreecommitdiff
path: root/src/saml2/server.py
Commit message (Expand)AuthorAgeFilesLines
* Use the new saml2.cryptography moduleIvan Kanakarakis2018-08-021-1/+5
* Always generate a random IV for AES operationsIvan Kanakarakis2018-08-021-3/+0
* Fix deprecation and resource warnings.Ivan Kanakarakis2018-08-021-5/+0
* Do not use bare exceptIvan Kanakarakis2018-07-061-1/+1
* The ID of each Signature element must be uniqueAshima Athri2016-10-051-1/+1
* Support setting the SessionNotOnOrAfter in an authn responseAshima Athri2016-08-181-9/+19
* Handle empty required list.Roland Hedberg2016-05-161-1/+1
* Allow more direct modifications of nested items.Roland Hedberg2016-05-161-41/+49
* Fixed bug due to the refactoring.rohe2016-04-161-39/+40
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-56/+105
* Language correction.Roland Hedberg2016-02-111-3/+7
* Added support for one callback. Will be used by the saml2test tool.rohe2015-12-181-2/+2
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-152/+150
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-65/+90
|\
| * Cleaning up.Roland Hedberg2015-11-151-72/+103
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-9/+9
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-4/+3
|\ \ | |/
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-151-4/+3
* | Added the possibility to set signature and digest algorithm on all the funct...Hans Hörberg2015-11-061-17/+23
|/
* Update server.pyLiang Zheng2015-08-091-1/+1
* Adapt to python3 shelve.open behavior changesClint Byrum2015-05-281-2/+14
* Fix wrong function document message and add iml in gitignoreRussel Mahmud2015-05-281-5/+1
* Added comments.Hans Hörberg2015-05-261-0/+19
* Added a PEFIM parameter for PEFIM specific configurations.Hans Hörberg2015-05-201-11/+16
* Fix, so if no encryption keys exists will the server not encrypt the message.Hans Hörberg2015-05-191-1/+0
* Partial commit.Hans2015-05-181-6/+6
* Partial commit.Hans2015-05-181-25/+47
* Improved encryption to use metadata.Hans2015-05-181-1/+1
* Merge branch 'master' into test_new_encryptHans Hörberg2015-05-181-7/+8
|\
| * Use six.string_types instead of basestringClint Byrum2015-05-151-2/+3
| * Fix python3 syntax errorsClint Byrum2015-05-151-5/+5
* | Improved encrypted assertion.Hans2015-05-091-10/+11
|/
* Added sp entity id for assertion with only attributes in advice element.Hans Hörberg2015-03-191-1/+1
* Added tests for encryption and signing of the authentication response.Hans Hörberg2015-03-181-1/+7
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-29/+34
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-31/+64
* Added a possibly useful method.Roland Hedberg2014-12-281-1/+25
* SPs may not use the complete NameID when referering to a entity sometimes the...Roland Hedberg2014-12-231-0/+2
* Fixed making redirect signature work, cleaned up.Roland Hedberg2014-12-151-10/+12
* Allow adding an AuthnStatement instance to the Assertion construct and Server...Roland Hedberg2014-12-011-2/+10
* add closing method to make sure to close ident db connectionErick Tryzelaar2014-10-241-19/+26
* PEP-8Roland Hedberg2014-10-021-7/+7
* Added descriptive text.Roland Hedberg2014-09-111-0/+2
* On Copyright statement in one place.Roland Hedberg2014-09-091-13/+0
* Allow usage of external IdentDB instancetpazderka2014-06-301-1/+7
* Example for LDAP, new error message and added a test user.Hans Hörberg2014-05-081-1/+2
* Fixed a problem with filtering assertion by required/optional attributes.Roland Hedberg2014-03-271-0/+1
* PEP-8 stuffRoland Hedberg2014-03-241-3/+4
* Fixes for EncryptedAssertion and signing.Hans Hörberg2014-03-191-2/+7
* Added encryption certificateHans Hörberg2014-03-181-10/+33