<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/crypt.py, branch master</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)</title>
<updated>2019-10-08T04:22:17+00:00</updated>
<author>
<name>Antonio Gutierrez</name>
<email>chibby0ne@gmail.com</email>
</author>
<published>2019-10-08T04:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0d3fe8ae4961bf551e7d5e42559e2ede1a08fd7c'/>
<id>0d3fe8ae4961bf551e7d5e42559e2ede1a08fd7c</id>
<content type='text'>
Checks also for encryption algorithms methods not supported in different
OSs.

Signed-off-by: Antonio Gutierrez &lt;chibby0ne@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checks also for encryption algorithms methods not supported in different
OSs.

Signed-off-by: Antonio Gutierrez &lt;chibby0ne@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149)</title>
<updated>2019-08-08T20:02:49+00:00</updated>
<author>
<name>shireenrao</name>
<email>shireenrao@gmail.com</email>
</author>
<published>2019-08-08T20:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=f4e725f224b864bf9bf405ff7f863cda46fca1cd'/>
<id>f4e725f224b864bf9bf405ff7f863cda46fca1cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)</title>
<updated>2017-11-16T11:22:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-11-16T11:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=cede8c9edb408321b493d8d5e73be9e1018020e4'/>
<id>cede8c9edb408321b493d8d5e73be9e1018020e4</id>
<content type='text'>
The log_rounds parameter for Blowfish has been replaced with the rounds parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The log_rounds parameter for Blowfish has been replaced with the rounds parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31664: Add support for the Blowfish method in crypt. (#3854)</title>
<updated>2017-10-24T16:36:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-10-24T16:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=eab3ff72ebe79416cc032b8508ae13332955a157'/>
<id>eab3ff72ebe79416cc032b8508ae13332955a157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not</title>
<updated>2015-10-02T21:00:39+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-10-02T21:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=6661d885a34b355200b8ee6bd559af0a5cfc9c8b'/>
<id>6661d885a34b355200b8ee6bd559af0a5cfc9c8b</id>
<content type='text'>
supported. Check if it is supported, it may not be supported on OpenBSD for
example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
supported. Check if it is supported, it may not be supported on OpenBSD for
example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18405: Improve the entropy of crypt.mksalt().</title>
<updated>2013-08-13T23:39:14+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-08-13T23:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=7f7b941fdcdfe28f3cd37e84bc5d7a298385b451'/>
<id>7f7b941fdcdfe28f3cd37e84bc5d7a298385b451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>white space cleanup</title>
<updated>2012-06-27T13:37:47+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2012-06-27T13:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ab4757799362c3abf4059514eed8354d060d8dae'/>
<id>ab4757799362c3abf4059514eed8354d060d8dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose</title>
<updated>2012-06-27T13:36:46+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2012-06-27T13:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=afa2973d7af4231b753144048328dc4d024a3b5d'/>
<id>afa2973d7af4231b753144048328dc4d024a3b5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A crypt algorithm may not be available by returning None.</title>
<updated>2011-02-22T21:55:51+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>bcannon@gmail.com</email>
</author>
<published>2011-02-22T21:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=cfbcdbbbf2020e6719b368ef5701d2c90b938c4f'/>
<id>cfbcdbbbf2020e6719b368ef5701d2c90b938c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API</title>
<updated>2011-02-22T21:48:06+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>bcannon@gmail.com</email>
</author>
<published>2011-02-22T21:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=daa5799cb88667855430bb49f428a4ff6c093456'/>
<id>daa5799cb88667855430bb49f428a4ff6c093456</id>
<content type='text'>
by making methods() into a module attribute as it is statically calculated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by making methods() into a module attribute as it is statically calculated.
</pre>
</div>
</content>
</entry>
</feed>
