summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated tests to work with new default signing requirementsIoannis Kakavas2017-08-015-4/+18
* Merge pull request #431 from c00kiemon5ter/feature-force-authn-configurationIvan Kanakarakis2017-07-262-0/+22
|\
| * Add force_authn sp configuration optionivan2017-07-142-0/+22
* | Merge pull request #428 from bogdan-ds/remote_encoding_fixIoannis Kakavas2017-07-182-1/+32
|\ \
| * | Added certificate file and referenced it in the corresponding test. Patched M...Bogdan Despotov2017-07-172-1/+23
| * | Adding test to expose issue with validating XML signature due to encoding issuesBogdan Despotov2017-07-171-1/+10
* | | Fix pytest warnings about deprecated pytest_funcarg__ prefixivan2017-07-121-4/+7
| |/ |/|
* | Modified test cases to include acs in the argsIoannis Kakavas2017-07-061-12/+12
* | Updated test casesIoannis Kakavas2017-06-132-24/+24
* | Add failing test for filtering attributesIoannis Kakavas2017-06-121-0/+13
|/
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2017-04-245-1/+172
|\
| * Missing test dependencyJohan Lundberg2017-04-211-0/+1
| * Allow to configuration option name_id_format_allow_create for sp configJohan Lundberg2017-04-212-0/+84
| * Fix XXE in XML parsing (related to #366)Florian Rüchel2016-10-313-0/+85
| * Refactor test dependenciesAshima Athri2016-10-191-1/+2
* | Removed while investigating pyasn1 usageRoland Hedberg2017-04-241-11/+12
|/
* Handle list of attribute values and serialize them properly.Rebecka Gulliksson2016-10-031-3/+4
* Merge pull request #359 from rebeckag/nest-eptidv4.1.0Roland Hedberg2016-09-291-2/+9
|\
| * Automagically nest eduPersonTargetedID in a NameID.Rebecka Gulliksson2016-09-271-2/+9
* | Flatten eduPersonTargetedID when converting it.Rebecka Gulliksson2016-09-271-0/+59
|/
* Fixed testRoland Hedberg2016-09-221-4/+4
* Merge pull request #354 from tpazderka/fix-eduidRoland Hedberg2016-09-221-1/+1
|\
| * Fix eduID attributestpazderka2016-09-081-1/+1
* | Fix bug in MetadataStore.extension().Rebecka Gulliksson2016-09-151-0/+12
|/
* Fixes xmlsec output line parsing on CRLF platforms (e.g. Windows).Jeff Kyllo2016-08-011-0/+13
* Fixed importsRoland Hedberg2016-05-261-9/+1
* Allow more direct modifications of nested items.Roland Hedberg2016-05-164-8/+24
* Fixed bug due to the refactoring.rohe2016-04-162-115/+210
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-0/+44
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-165-118/+239
* add_header method and returning a byte string.Roland Hedberg2016-04-111-31/+35
* Added new eduPerson attributes and fixed some map errorsRoland Hedberg2016-03-091-107/+113
* Persistent ID should not be equal to userid !Roland Hedberg2016-02-111-2/+13
* Language correction.Roland Hedberg2016-02-113-38/+40
* Add test for SubjectConfirmation validation.Andrew Wason2016-01-281-0/+7
* Applied proposal by jozef@github. Pull request 301.Roland Hedberg2016-01-121-1/+1
* Filter optional attributes in the exact same way as required attributes.Rebecka Gulliksson2015-12-281-2/+22
* Match the attribute name of optional attributes in the same way as for requir...Rebecka Gulliksson2015-12-281-103/+119
* Make AttributeConverter.adjust more robust (by fixing attribute name typo).Rebecka Gulliksson2015-12-281-21/+39
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-114-14/+49
* Made MetaData instances pickleable.Roland Hedberg2015-12-016-136/+47
* Added mockHans Hörberg2015-11-192-4/+3
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-194-23/+27
|\
| * Only six not futureRoland Hedberg2015-11-191-2/+2
| * Added algsupportRoland Hedberg2015-11-193-21/+25
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-192-1/+190
|\ \ | |/
| * In between just so Hans can get his stuff in.Roland Hedberg2015-11-191-1/+0
| * Missing file + some PEP-8Roland Hedberg2015-11-191-0/+190
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-194-38/+121
|\ \ | |/
| * Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-182-14/+53