<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/common, branch 1.7.3</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Merge "Remove confusing deprecation comment from token_to_cms"</title>
<updated>2015-08-06T22:28:43+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-08-06T22:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=107fd29f60b17615e4caff89494f58cd80c4eb22'/>
<id>107fd29f60b17615e4caff89494f58cd80c4eb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper deprecation for is_ans1_token</title>
<updated>2015-07-26T11:54:23+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-07-24T19:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5547fe80b082035393b2bf1f59fd3a1a5c531817'/>
<id>5547fe80b082035393b2bf1f59fd3a1a5c531817</id>
<content type='text'>
is_ans1_token wasn't properly deprecated since it used LOG.warn
rather than warnings/debtcollector. Proper deprecation requires use
of warnings and documentation.

bp deprecations

Change-Id: I81be2844014745a5951ce91a336e9e9ecf4d5328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is_ans1_token wasn't properly deprecated since it used LOG.warn
rather than warnings/debtcollector. Proper deprecation requires use
of warnings and documentation.

bp deprecations

Change-Id: I81be2844014745a5951ce91a336e9e9ecf4d5328
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove confusing deprecation comment from token_to_cms</title>
<updated>2015-07-11T13:01:39+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-06-13T14:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8bab2c2ae5b739e6489ba19099726ad247531a63'/>
<id>8bab2c2ae5b739e6489ba19099726ad247531a63</id>
<content type='text'>
A comment on a function doesn't deprecate it since users aren't
going to see it.

The removed deprecation comment is doubly useless since this
function can't be deprecated. There's no alternative given and it's
actively used by keystonemiddleware.

bp deprecations

Change-Id: Ib9bf1b6e0631423094ebe60ff2a718dd659b5561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A comment on a function doesn't deprecate it since users aren't
going to see it.

The removed deprecation comment is doubly useless since this
function can't be deprecated. There's no alternative given and it's
actively used by keystonemiddleware.

bp deprecations

Change-Id: Ib9bf1b6e0631423094ebe60ff2a718dd659b5561
</pre>
</div>
</content>
</entry>
<entry>
<title>Document non-standard encoding of the PKI token.</title>
<updated>2015-04-22T04:56:25+00:00</updated>
<author>
<name>Deepti Ramakrishna</name>
<email>deepti.ramakrishna@intel.com</email>
</author>
<published>2015-04-22T04:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d5a39ad14a7505b86df1818fa01abb4225b1be43'/>
<id>d5a39ad14a7505b86df1818fa01abb4225b1be43</id>
<content type='text'>
More details by the code author in his blog post at
http://adam.younglogic.com/2014/02/compressed-tokens/.

Change-Id: I35c5eca2e04a74236bd8c7fb6daab3ea46b59b0e
Closes-Bug: #1352314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More details by the code author in his blog post at
http://adam.younglogic.com/2014/02/compressed-tokens/.

Change-Id: I35c5eca2e04a74236bd8c7fb6daab3ea46b59b0e
Closes-Bug: #1352314
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 fix for CMS</title>
<updated>2015-04-07T02:47:54+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2015-02-28T20:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6ee6af2c01f2c467b58bc545342e55b85a8caf87'/>
<id>6ee6af2c01f2c467b58bc545342e55b85a8caf87</id>
<content type='text'>
Change-Id: I5bd4f46b34f0bbb21f1b6a6bfeeb2a26f5544156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5bd4f46b34f0bbb21f1b6a6bfeeb2a26f5544156
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "token signing support alternative message digest"</title>
<updated>2015-03-10T19:05:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-10T19:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=ed43a70012424739b26b06f30d0b08c7090efce5'/>
<id>ed43a70012424739b26b06f30d0b08c7090efce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix a comment error in cms.py"</title>
<updated>2015-02-12T07:36:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-12T07:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8f80b585b60a7715cab6760251bf078ad6d68428'/>
<id>8f80b585b60a7715cab6760251bf078ad6d68428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct failures for check H238</title>
<updated>2015-01-21T13:26:59+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-01-11T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=97d51bd8326af52fd197754f24a866a0d28df122'/>
<id>97d51bd8326af52fd197754f24a866a0d28df122</id>
<content type='text'>
The new H238 "old style class declaration, use new style (inherit
from `object`)" rule was failing and ignored.

Change-Id: I9f616d74e4777640cc9441e96f2bd8c1873aaaca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new H238 "old style class declaration, use new style (inherit
from `object`)" rule was failing and ignored.

Change-Id: I9f616d74e4777640cc9441e96f2bd8c1873aaaca
</pre>
</div>
</content>
</entry>
<entry>
<title>token signing support alternative message digest</title>
<updated>2015-01-05T20:47:16+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2014-08-27T22:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=b317e312aadbdbbe8937172bc5d4a7dd2a8d68d9'/>
<id>b317e312aadbdbbe8937172bc5d4a7dd2a8d68d9</id>
<content type='text'>
The functions for creating signed tokens in common.cms always used
sha256 for the message digest. This might be inadequate in the future
so the digest algorithm shouldn't be hard-coded. A parameter is added
to allow choosing a different digest algorithm.

SecurityImpact

Change-Id: Ie19d093d0494443ce4cd880ae1f92dffd5c361ef
Related-Bug: #1362343
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions for creating signed tokens in common.cms always used
sha256 for the message digest. This might be inadequate in the future
so the digest algorithm shouldn't be hard-coded. A parameter is added
to allow choosing a different digest algorithm.

SecurityImpact

Change-Id: Ie19d093d0494443ce4cd880ae1f92dffd5c361ef
Related-Bug: #1362343
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a comment error in cms.py</title>
<updated>2015-01-04T07:57:08+00:00</updated>
<author>
<name>zhiyuan_cai</name>
<email>luckyvega.g@gmail.com</email>
</author>
<published>2015-01-04T07:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=727f5e77e20f1f1db469810c4c78ae9aac50401c'/>
<id>727f5e77e20f1f1db469810c4c78ae9aac50401c</id>
<content type='text'>
The comment of function is_asn1_token says "Max length of the
content using 2 octets is 7FFF or 32767", which should be 3FFF or
16383. Using Base64 string "MII" as the pki asn1 prefix, whose
binary form is 0x3082+0b00, the two octets for content length will
start with 0b00, so the max length is 0b0011+0xFFF(0x3FFF).

Change-Id: I6c3cedc0243a60328e0e7bd45957616ad272f524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comment of function is_asn1_token says "Max length of the
content using 2 octets is 7FFF or 32767", which should be 3FFF or
16383. Using Base64 string "MII" as the pki asn1 prefix, whose
binary form is 0x3082+0b00, the two octets for content length will
start with 0b00, so the max length is 0b0011+0xFFF(0x3FFF).

Change-Id: I6c3cedc0243a60328e0e7bd45957616ad272f524
</pre>
</div>
</content>
</entry>
</feed>
