index
:
delta/python-packages/pysaml2.git
0.4.x
7.3-backport
assert_deletion
ci-experiments
clean-client-api
develop
feat-requested-attributes-per-request
feature-logout-response-location
jkakavas-edit-readme
master
pylint-fixes
shibsp_enc
those-badges
v.4.8.0
v4.7.0
v4.9.0
github.com: rohe/pysaml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
saml2
/
metadata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix python2 compatibility for metadata creation
Ivan Kanakarakis
2019-02-04
1
-4
/
+5
*
Adds metadata attribute for entity_category_support
Christos Kanellopoulos
2018-11-28
1
-0
/
+9
*
Group assurance-certification and entity-category
Ivan Kanakarakis
2018-11-27
1
-7
/
+19
*
Add assurance_certification configuration option
Ivan Kanakarakis
2018-11-26
1
-0
/
+11
*
Use SamlBase::loadd to do_contact_person_info
Ivan Kanakarakis
2018-11-26
1
-39
/
+10
*
Clean up unclosed files causing ResourceWarnings in tests
Jon Dufresne
2017-10-11
1
-4
/
+9
*
Add eIDAS SPType node support
ivan
2017-10-08
1
-1
/
+11
*
Added functionality needed by the saml2test tool.
Roland Hedberg
2016-04-16
1
-2
/
+5
*
Only create md.Extensions element if necessary.
Rebecka Gulliksson
2015-11-22
1
-3
/
+2
*
Merge remote-tracking branch 'upstream/master'
Hans Hörberg
2015-11-19
1
-0
/
+7
|
\
|
*
Adding support for publishing digest and signing support in metadata.
Roland Hedberg
2015-11-19
1
-0
/
+7
*
|
Merge remote-tracking branch 'upstream/master'
Hans Hörberg
2015-11-19
1
-2
/
+2
*
|
Added the possibility to set signature and digest algorithm on all the funct...
Hans Hörberg
2015-11-06
1
-4
/
+4
|
/
*
Fixed various errors.
Roland Hedberg
2015-10-04
1
-23
/
+30
*
Merge branch 'master' of github.com:rohe/pysaml2
Roland Hedberg
2015-09-18
1
-8
/
+6
|
\
|
*
Merge pull request #252 from spaceone/create_metadata
Roland Hedberg
2015-09-07
1
-8
/
+6
|
|
\
|
|
*
enhance create_metadata API
Florian Best
2015-09-07
1
-8
/
+6
*
|
|
Allow name_format for requested attributes to be set in the configuration.
Roland Hedberg
2015-09-08
1
-8
/
+19
|
/
/
*
|
Fixed a python version string problem with metadata_tostring_fix().
Roland Hedberg
2015-09-01
1
-3
/
+10
|
/
*
New metadata configuration for encryption.
Hans Hörberg
2015-06-02
1
-49
/
+62
*
Use six.string_types instead of basestring
Clint Byrum
2015-05-15
1
-8
/
+9
*
Fix python3 syntax errors
Clint Byrum
2015-05-15
1
-1
/
+1
*
Moved s2repoze, xmkdsig and xmlenc under saml2.
Roland Hedberg
2015-05-15
1
-1
/
+1
*
Added support for endpoints as lists (read directly from JSON arrays instead ...
Rebecka Gulliksson
2014-11-12
1
-3
/
+9
*
Don't use redirect binding on ACS endpoint.
Roland Hedberg
2014-11-10
1
-1
/
+1
*
Endpoint index when given must be an integer but stored as a character.
Roland Hedberg
2014-09-01
1
-3
/
+12
*
Fixed problem with signing metadata.
Roland Hedberg
2014-06-09
1
-13
/
+40
*
Refactored and improved attribute consumer service metadata construction.
Roland Hedberg
2014-05-27
1
-39
/
+53
*
Made sure requested/Optional attributes gets expressed in metadata.
Roland Hedberg
2014-05-27
1
-5
/
+6
*
Should generate 'true'/'false' in xml not 'True'/'False'.
Roland Hedberg
2014-04-15
1
-13
/
+4
*
Stuff was removed that shouldn't have been. Reinstating it!
Roland Hedberg
2014-03-21
1
-7
/
+7
*
want_assertions_signed and authn_requests_signed are boolean
Dave Coleman
2014-03-17
1
-1
/
+1
*
Fixed docstring errors
Roland Hedberg
2014-03-13
1
-2
/
+3
*
Refactored the support for metadata extension in the config file.
Roland Hedberg
2014-03-13
1
-11
/
+39
*
Editorial
Roland Hedberg
2014-03-08
1
-6
/
+11
*
Only validate certificate and set client certificate tp authn request.
Hans Hörberg
2014-03-03
1
-0
/
+12
*
Enables the encryption_type selection using the configuration + Fixes the mis...
Florent
2014-02-25
1
-2
/
+3
*
No default for path to xmlsec1.
Roland Hedberg
2013-12-20
1
-4
/
+4
*
Added a fix for xmlns:xs.
Hans Hörberg
2013-11-21
1
-2
/
+12
*
Added a URL that exposes metadata.
Hans Hörberg
2013-11-19
1
-1
/
+44
*
Made all exceptions inherit from a basic pySAML2 exception.
Roland Hedberg
2013-06-14
1
-7
/
+7
*
Added support for entity categories.
Roland Hedberg
2013-05-04
1
-3
/
+11
*
Use sign_statement() instead of sign_statement_using_xmlsec().
Fredrik Thulin
2013-03-12
1
-3
/
+2
*
Wrong value corrected.
Roland Hedberg
2013-03-08
1
-2
/
+2
*
Mark keys more clearly for usage.
Roland Hedberg
2013-03-05
1
-34
/
+78
*
More IdP discovery support.
Roland Hedberg
2013-01-28
1
-7
/
+15
*
Changed method arguments
Roland Hedberg
2013-01-12
1
-2
/
+0
*
Added support for AuthnQuery.
Roland Hedberg
2013-01-12
1
-18
/
+50
*
Made POST BINDING for authn work
Roland Hedberg
2013-01-04
1
-7
/
+21
*
Move from script file to a module of its own.
Roland Hedberg
2012-12-21
1
-0
/
+516
[next]