<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/py-bcrypt-git.git/src, branch 3.1.2</title>
<subtitle>github.com: pyca/bcrypt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/'/>
<entry>
<title>3.1.2 changelog and version bump (#101)</title>
<updated>2016-12-17T19:25:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-12-17T19:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=fdd28f4f96f5095090d57d10fb59b8d59a909ab7'/>
<id>fdd28f4f96f5095090d57d10fb59b8d59a909ab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compile issue for PowerPC (#99)</title>
<updated>2016-12-17T17:55:35+00:00</updated>
<author>
<name>Dr-Bean</name>
<email>github@beanpoint.com</email>
</author>
<published>2016-12-17T17:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=fb8d7751dd2271cdd0196631a940983ca80e900a'/>
<id>fb8d7751dd2271cdd0196631a940983ca80e900a</id>
<content type='text'>
There seems to be one opening parenthesis too many here on both lines.

Discovered after running into the following errors while cross-compiling for PowerPC/Qoriq:
```
src/_csrc/sha2.c: In function 'SHA256Final':
src/_csrc/sha2.c:484: error: expected ')' before ';' token
src/_csrc/sha2.c:485: error: expected ')' before '}' token
src/_csrc/sha2.c:485: error: expected ';' before '}' token
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There seems to be one opening parenthesis too many here on both lines.

Discovered after running into the following errors while cross-compiling for PowerPC/Qoriq:
```
src/_csrc/sha2.c: In function 'SHA256Final':
src/_csrc/sha2.c:484: error: expected ')' before ';' token
src/_csrc/sha2.c:485: error: expected ')' before '}' token
src/_csrc/sha2.c:485: error: expected ';' before '}' token
```</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "invalid escape sequence" warnings on Python 3.6 (#98)</title>
<updated>2016-12-08T20:53:23+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-08T20:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=43483e328856c43e397e2a35eabd5875b12dd43a'/>
<id>43483e328856c43e397e2a35eabd5875b12dd43a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly handle invalid hashed passwords in bcrypt.checkpw. (#95)</title>
<updated>2016-10-03T01:20:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2016-10-03T01:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=fcebaa0db74dc822877128e57a79dcfda2a2dc4f'/>
<id>fcebaa0db74dc822877128e57a79dcfda2a2dc4f</id>
<content type='text'>
Previously it would silently accept extra data, and overread a buffer on truncated data.

Reported by Matthew Russell</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it would silently accept extra data, and overread a buffer on truncated data.

Reported by Matthew Russell</pre>
</div>
</content>
</entry>
<entry>
<title>changelog and bump to 3.1.1 (#93)</title>
<updated>2016-09-18T02:55:16+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-09-18T02:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=e977a1deea4712897f1cdae9ee682fef0e8fd1ce'/>
<id>e977a1deea4712897f1cdae9ee682fef0e8fd1ce</id>
<content type='text'>
* changelog and bump to 3.1.1

* simpler language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changelog and bump to 3.1.1

* simpler language
</pre>
</div>
</content>
</entry>
<entry>
<title>we should use the right type for our buffers. fixes a cffi warning (#92)</title>
<updated>2016-09-18T02:41:20+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-09-18T02:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=8825f7fb639a8beadeb9d91e290eabd6a9e1f02c'/>
<id>8825f7fb639a8beadeb9d91e290eabd6a9e1f02c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog + 3.1.0 version bump (#88)</title>
<updated>2016-06-30T19:05:12+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-06-30T19:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=ecc3d9642a7f6d862b4cac77e73d67266f5763b8'/>
<id>ecc3d9642a7f6d862b4cac77e73d67266f5763b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inputing a 2y salt should output a 2y hash (#84)</title>
<updated>2016-06-30T17:05:04+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-06-30T17:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=c95966955b60a446e9d23af0b9500fbc5e43c0cc'/>
<id>c95966955b60a446e9d23af0b9500fbc5e43c0cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alpine (#79)</title>
<updated>2016-06-30T14:15:45+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-06-30T14:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=c9c76210fad230995a6155287e8b92c49180eae4'/>
<id>c9c76210fad230995a6155287e8b92c49180eae4</id>
<content type='text'>
* we need to define these if they don't exist on any platform

* clean up some warnings

* swap decls to __cplusplus defines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* we need to define these if they don't exist on any platform

* clean up some warnings

* swap decls to __cplusplus defines
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore compatibility with 2.0.0's fix for wraparound bug (#81)</title>
<updated>2016-06-30T05:15:42+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-06-30T05:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=10888813fc8a7e6a4b9cc7713ef1b92db4ad2809'/>
<id>10888813fc8a7e6a4b9cc7713ef1b92db4ad2809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
