summaryrefslogtreecommitdiff
path: root/tests/test_50_server.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made the test work.Roland Hedberg2013-01-181-40/+2
* Use the same naming format everywhere.Roland Hedberg2013-01-131-6/+21
* Changed pick_binding attribute orderRoland Hedberg2013-01-121-3/+2
* Changed method argumentsRoland Hedberg2013-01-121-2/+1
* Even more refactoringRoland Hedberg2012-12-301-4/+4
* More refactoringRoland Hedberg2012-12-301-13/+20
* Request preparation refactoringRoland Hedberg2012-12-291-6/+7
* All tests worksRoland Hedberg2012-12-211-38/+31
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-15/+30
* All tests works nowRoland Hedberg2012-11-141-53/+53