summaryrefslogtreecommitdiff
path: root/tests/test_50_server.py
Commit message (Expand)AuthorAgeFilesLines
* Adding test case for signed SOAP LogoutRequestsMaximilian Heuwes2021-11-221-0/+57
* tests: Do not hardcode the namespace prefix for encrypted assertionsIvan Kanakarakis2021-03-071-5/+9
* Remove unneeded response_factory helperIvan Kanakarakis2020-12-071-2/+13
* Issue #242: adjust test casesFlorian Best2020-11-101-2/+4
* Return the ResponseLocation before falling back to Locationfeature-logout-response-locationIvan Kanakarakis2020-10-281-11/+13
* Add unit test for #720Maxime Besson2020-10-271-1/+20
* Differentiate between metadata NameIDFormat and AuthnRequest NameIDPolicy FormatIvan Kanakarakis2020-07-101-2/+8
* Fix xmlsec1 --id-attr optionIvan Kanakarakis2020-05-261-48/+30
* Read from env var PYSAML2_DELETE_TMPFILESIvan Kanakarakis2019-11-261-48/+32
* Fix tests to be compatible with latest pytestIvan Kanakarakis2019-07-081-5/+5
* update tests with regards to AllowCreateFredrik Thulin2019-05-081-2/+2
* Convert exception expectation to with-raises idiomIvan Kanakarakis2019-01-141-44/+19
* Duplicated tests and added non ascii charactersJohan Lundberg2018-10-041-1/+1104
* Updated test casesIoannis Kakavas2017-06-131-13/+13
* Language correction.Roland Hedberg2016-02-111-1/+1
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-4/+4
|\
| * Fixed name_format bug. Modified test to check for name_format specification.Roland Hedberg2015-11-021-4/+4
* | Added the possibility to set signature and digest algorithm on all the funct...Hans Hörberg2015-11-061-0/+2
|/
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-18/+18
* Merge pull request #224 from SpamapS/masterRoland Hedberg2015-06-061-23/+10
|\
| * Bytes/string issues with encryption/decryptionClint Byrum2015-05-281-6/+6
| * Deal with stricter bytes/strings in py3Clint Byrum2015-05-281-3/+3
| * Fix more renamed modules/functions for py3Clint Byrum2015-05-281-14/+1
* | New metadata configuration for encryption.Hans Hörberg2015-06-021-8/+17
|/
* Added a PEFIM parameter for PEFIM specific configurations.Hans Hörberg2015-05-201-26/+43
* Fix, so if no encryption keys exists will the server not encrypt the message.Hans Hörberg2015-05-191-5/+182
* Added encryption support for multiple assertions, advice elements with multip...Hans Hörberg2015-05-191-1/+5
* Partial commit.Hans2015-05-181-72/+65
* Partial commit.Hans2015-05-181-74/+254
* Improved encryption to use metadata.Hans2015-05-181-1/+1
* Fix python3 syntax errorsClint Byrum2015-05-151-25/+25
* Need full path to files.Roland Hedberg2015-03-311-6/+10
* Fixed file name and some other small issues.Roland Hedberg2015-03-301-2/+2
* Removed comments.Hans Hörberg2015-03-181-17/+0
* Added tests for encryption and signing of the authentication response.Hans Hörberg2015-03-181-1/+405
* add closing method to make sure to close ident db connectionErick Tryzelaar2014-10-241-21/+23
* fix test_50_serverErick Tryzelaar2014-10-241-2/+0
* Fixed attribute filtering logic, take 2.Roland Hedberg2014-06-031-6/+5
* Fixed handling of signed and then encrypted response assertions. At the same...Roland Hedberg2014-04-141-26/+33
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-1/+1
* Methods creating request changed to return a tuple consisting of request id a...Roland Hedberg2014-03-201-6/+6
* Script to update the metadata that is used in some tests.Roland Hedberg2014-02-051-6/+31
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-5/+5
* Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-281-5/+10
* Removed unnecessary/harmful method.Roland Hedberg2013-04-191-4/+4
* Fixed testsRoland Hedberg2013-04-151-97/+107
* Refactored out session information storage.Roland Hedberg2013-03-111-1/+1
* Rewrote to use NameID instances every where where I previously used just the ...Roland Hedberg2013-02-091-28/+28
* Fixed some tests.Roland Hedberg2013-01-311-7/+7
* Fixed artifact handlingRoland Hedberg2013-01-181-2/+2