<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/passlib/tests, branch cmdline-dev</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>Merge from default</title>
<updated>2012-04-17T20:41:14+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-17T20:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=697b6076d08b773805ae8467df86991148f9faa1'/>
<id>697b6076d08b773805ae8467df86991148f9faa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CryptPolicy deprecation, part 4 - updated context tests</title>
<updated>2012-04-17T19:36:21+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-17T19:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=6aafb5617e57a0145679e75f5cff023a95da18b2'/>
<id>6aafb5617e57a0145679e75f5cff023a95da18b2</id>
<content type='text'>
* moved test_context to test_context_deprecated, to ensure pre-1.6 behavior
  is retained, at least until 1.8
* new test_context merges CryptPolicy tests into CryptContextTest
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* moved test_context to test_context_deprecated, to ensure pre-1.6 behavior
  is retained, at least until 1.8
* new test_context merges CryptPolicy tests into CryptContextTest
</pre>
</div>
</content>
</entry>
<entry>
<title>CryptPolicy deprecated, part2 - updated rest of library to use CryptContext directly</title>
<updated>2012-04-17T19:34:14+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-17T19:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=e56e08c56ea0a4a8ac45aff7bfcd39d351e04e53'/>
<id>e56e08c56ea0a4a8ac45aff7bfcd39d351e04e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: set des_crypt.checksum_size, so it will now reject hashes with missing chars</title>
<updated>2012-04-17T19:10:07+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-17T19:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=ab5a64cea160b07477874e646bb3c11511af3967'/>
<id>ab5a64cea160b07477874e646bb3c11511af3967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated passlib.apache module's api - more flexible to use, changed some ambiguous method names</title>
<updated>2012-04-17T19:09:21+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-17T19:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=29e7c681bed9a2a9b96f71b56b0bf4edca8ef044'/>
<id>29e7c681bed9a2a9b96f71b56b0bf4edca8ef044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue warning if app requests even bsdi_crypt rounds</title>
<updated>2012-04-13T18:12:14+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-13T18:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=154046a05e38cb889f886853971a48a8c7d626b4'/>
<id>154046a05e38cb889f886853971a48a8c7d626b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work on des_crypt family</title>
<updated>2012-04-13T18:10:11+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-13T18:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=5a3bd0d6ac8ad706c7d4a21aa49a51c9fcc54873'/>
<id>5a3bd0d6ac8ad706c7d4a21aa49a51c9fcc54873</id>
<content type='text'>
* cleaned up source of des_crypt variants and DES util functions
* DES utils functions now have tighter input validation, full UT coverage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cleaned up source of des_crypt variants and DES util functions
* DES utils functions now have tighter input validation, full UT coverage
</pre>
</div>
</content>
</entry>
<entry>
<title>assorted bugfixes, tweaks, and tests added; based on coverage examination</title>
<updated>2012-04-13T01:52:26+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-13T01:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=c0f420bf7d7659ee110432f7cbb0233554dfd32a'/>
<id>c0f420bf7d7659ee110432f7cbb0233554dfd32a</id>
<content type='text'>
* test os_crypt backend has functional fallback
* test handler methods accept all unicode/bytes combinations for secret &amp; hash
* fixed some incorrect error messages &amp; types being caught &amp; raised
* other minor cleanups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test os_crypt backend has functional fallback
* test handler methods accept all unicode/bytes combinations for secret &amp; hash
* fixed some incorrect error messages &amp; types being caught &amp; raised
* other minor cleanups
</pre>
</div>
</content>
</entry>
<entry>
<title>scram hash: improved UTs to cover some edge cases, full-verify now throws error for inconsistent hashes.</title>
<updated>2012-04-12T18:13:36+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-12T18:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=e71ddce83853566311effebf68b9bbbdebf4c2ab'/>
<id>e71ddce83853566311effebf68b9bbbdebf4c2ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ran full UTs, found and fixed a few bugs introduced in last few commits.</title>
<updated>2012-04-11T23:31:37+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-04-11T23:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=046cfe8a3489ccf87e06a5a9982b283eb71945b0'/>
<id>046cfe8a3489ccf87e06a5a9982b283eb71945b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
