<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pysaml2.git/example, branch assert_deletion</title>
<subtitle>github.com: rohe/pysaml2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/'/>
<entry>
<title>fix escape not in cgi for newer pythons</title>
<updated>2020-05-08T15:25:03+00:00</updated>
<author>
<name>rakvat</name>
<email>rakvat@users.noreply.github.com</email>
</author>
<published>2020-05-08T15:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=21a0e62915b4c1275a08a46631fad5376355b9df'/>
<id>21a0e62915b4c1275a08a46631fad5376355b9df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update saml_uri.py</title>
<updated>2019-08-22T09:08:17+00:00</updated>
<author>
<name>benjaminbecker</name>
<email>34645182+benjaminbecker@users.noreply.github.com</email>
</author>
<published>2019-08-22T09:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=86233c3b7988de693b55a2ed750be609aae1e7cc'/>
<id>86233c3b7988de693b55a2ed750be609aae1e7cc</id>
<content type='text'>
According to https://tools.ietf.org/html/rfc2985 the urn for emailAddress has to be `1.2.840.113549.1.9.1`.
In saml_uri.py this is not implemented correctly. The current version uses `PKCS_9+'1'` which equals to `1.2.840.113549.1.9.1.1`. This can be fixed by deleting the trailing '1.' from line 8. This should not cause any side-effects, because the variable `PKCS_9` in combination with `+'1'`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to https://tools.ietf.org/html/rfc2985 the urn for emailAddress has to be `1.2.840.113549.1.9.1`.
In saml_uri.py this is not implemented correctly. The current version uses `PKCS_9+'1'` which equals to `1.2.840.113549.1.9.1.1`. This can be fixed by deleting the trailing '1.' from line 8. This should not cause any side-effects, because the variable `PKCS_9` in combination with `+'1'`.</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit cherrypy requirements for the example application</title>
<updated>2019-05-28T10:44:30+00:00</updated>
<author>
<name>Stavros Ntentos</name>
<email>133706+stdedos@users.noreply.github.com</email>
</author>
<published>2019-05-28T10:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=9cd14aebb21840e4c65d90542d40e29cd50d5999'/>
<id>9cd14aebb21840e4c65d90542d40e29cd50d5999</id>
<content type='text'>
Unless you are pulling always from https://pypi.org/simple, it is possible
that you might get an older version of `cherrypy`.

Make sure we request a "relatively recent" version.
`pip install 'CherryPy&gt;14.0.2,&lt;15'` gave `CherryPy-14.2.0` which works</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unless you are pulling always from https://pypi.org/simple, it is possible
that you might get an older version of `cherrypy`.

Make sure we request a "relatively recent" version.
`pip install 'CherryPy&gt;14.0.2,&lt;15'` gave `CherryPy-14.2.0` which works</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce middleware to convert data to bytes</title>
<updated>2019-03-31T21:59:52+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2019-03-31T21:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=aed2ed41814b6b9f3d80121d42290ff0a2767cb2'/>
<id>aed2ed41814b6b9f3d80121d42290ff0a2767cb2</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle eduPersonTargetedID as a single value on examples</title>
<updated>2019-03-18T21:02:31+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2019-03-18T21:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=c4c58ae448e5b0ef97c1213bbcec80f7456c8303'/>
<id>c4c58ae448e5b0ef97c1213bbcec80f7456c8303</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix metadata endpoint on sp-wsgi example</title>
<updated>2019-03-18T19:26:59+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2019-03-18T19:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=f41f60ccd4700ea72104e9bab362be071fcb0e1b'/>
<id>f41f60ccd4700ea72104e9bab362be071fcb0e1b</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples python3 compatibility</title>
<updated>2019-02-04T15:52:30+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2019-02-04T15:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=2dc351e65ee0637ddc242c9eff128a28aa4f6f6c'/>
<id>2dc351e65ee0637ddc242c9eff128a28aa4f6f6c</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make example sp compatible with python3</title>
<updated>2018-11-20T00:30:19+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2018-11-20T00:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=23cb0ade8868a477bf14f864dd0f68cb2993ff6b'/>
<id>23cb0ade8868a477bf14f864dd0f68cb2993ff6b</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make example idp compatible with python3</title>
<updated>2018-11-20T00:30:18+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2018-11-19T23:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=65f4acf1b9be379ec8c8f3b1c2d576053f0782f9'/>
<id>65f4acf1b9be379ec8c8f3b1c2d576053f0782f9</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Indent and format code</title>
<updated>2018-11-20T00:30:18+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2018-11-19T19:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=40187543971a34cc9663dddb9b0400a59c84cd04'/>
<id>40187543971a34cc9663dddb9b0400a59c84cd04</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
