summaryrefslogtreecommitdiff
path: root/src/saml2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Keep unknown metadata extensionsIvan Kanakarakis2021-09-091-8/+16
* Add links to updated spec versions with errataIvan Kanakarakis2021-05-181-0/+2
* some documentation for newcomers and returnerswibed2021-04-051-1/+7
* first deletion of assertionGiuseppe2020-09-061-3/+1
* Remove logger configurationIvan Kanakarakis2020-05-121-2/+1
* Export both version and version_info from the version moduleIvan Kanakarakis2020-03-011-4/+1
* Use SamlBase::loadd to do_contact_person_infoIvan Kanakarakis2018-11-261-6/+4
* Fix deprecation and resource warnings.Ivan Kanakarakis2018-08-021-2/+3
* Retrieve pacakge version from pkg_resourcesIvan Kanakarakis2018-07-031-5/+10
* Release 4.5.0Roland Hedberg2017-10-111-1/+1
* Function that can tell you if an attribute is optional or not for a specified...Roland Hedberg2017-10-111-2/+18
* Fix XXE in XML parsing (related to #366)Florian Rüchel2016-10-311-2/+3
* Release versionv4.4.0roland2016-10-261-1/+1
* Release versionv4.3.0Roland Hedberg2016-10-141-1/+1
* Release versionv4.2.0Roland Hedberg2016-10-051-1/+1
* Release versionRoland Hedberg2016-09-301-1/+1
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-18/+31
* release versionRoland Hedberg2016-03-091-1/+1
* Bump version to 4.0.4Jozef Knaperek2016-03-081-1/+1
* release version.Roland Hedberg2016-02-121-1/+1
* Bumped versionRoland Hedberg2016-01-071-1/+1
* Release versionRoland Hedberg2016-01-071-1/+1
* Upped the versionRoland Hedberg2015-12-241-1/+1
* Release versionrohe2015-12-241-1/+1
* Bumped major version number since a couple of function and method APIs have c...Roland Hedberg2015-12-111-5/+5
* Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-181-1/+1
* Release versionv3.0.2Roland Hedberg2015-11-031-1/+1
* Made version spec part of saml2/init.py .Roland Hedberg2015-09-031-0/+1
* Fixing str vs. bytes py3 issues in client testsClint Byrum2015-05-281-1/+1
* Deal with stricter bytes/strings in py3Clint Byrum2015-05-281-1/+1
* Use public API for XML elementClint Byrum2015-05-281-1/+1
* Fix dict ordering failures in comparisonClint Byrum2015-05-281-4/+8
* Fix strings/bytes python3 issues in sigverClint Byrum2015-05-281-0/+2
* Added comments.Hans Hörberg2015-05-261-0/+5
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-1/+5
|\
| * Fix xml issues with python3Clint Byrum2015-05-211-1/+5
* | Pysaml can now decrypt multiple encrypted assertions with multiple advice ele...Hans Hörberg2015-05-211-7/+8
|/
* Use six.string_types instead of basestringClint Byrum2015-05-151-2/+3
* Remove iteritems from dict loops for python3Clint Byrum2015-05-151-7/+7
* Fix python3 syntax errorsClint Byrum2015-05-151-5/+5
* Added missing InCommon cert.Roland Hedberg2015-05-151-2/+1
* Merge pull request #192 from HaToHo/masterRoland Hedberg2015-03-221-0/+100
|\
| * Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-1/+13
| * Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-0/+88
* | Wrong nameid format email address.Roland Hedberg2015-03-201-1/+1
|/
* Allow setting namespace prefixes.2.3.0Roland Hedberg2015-02-031-8/+18
* PEP-8Roland Hedberg2014-10-021-86/+86
* Fixes for EncryptedAssertion and signing.Hans Hörberg2014-03-191-0/+2
* Allow specifying prefixes for namespaces in the XML that a SAML class instanc...Roland Hedberg2014-03-181-2/+4
* Ensures valid 'schemas' list if passed as dict (happens when we load metadata...Florent2014-02-271-0/+8