<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/hazmat, branch github-actions-windows</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Fix several CI breakages (#5138)</title>
<updated>2020-03-19T16:54:34+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-03-19T16:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e320adfe3e44394b59bab4f3b60a52d593a9bad0'/>
<id>e320adfe3e44394b59bab4f3b60a52d593a9bad0</id>
<content type='text'>
* Replace dead link

* Explicitly run for all PRs

* Update azure-pipelines.yml

* Update wheel-builder.yml</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace dead link

* Explicitly run for all PRs

* Update azure-pipelines.yml

* Update wheel-builder.yml</pre>
</div>
</content>
</entry>
<entry>
<title>issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045)</title>
<updated>2019-11-05T01:48:12+00:00</updated>
<author>
<name>jschmidtlein</name>
<email>49664532+jschmidtlein@users.noreply.github.com</email>
</author>
<published>2019-11-05T01:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=d06a3a8f9cfbdb04c091017bef15f10cc5fc0f45'/>
<id>d06a3a8f9cfbdb04c091017bef15f10cc5fc0f45</id>
<content type='text'>
* issue-5039: added documentation for curve attribute on EllipticCurvePrivateKey based on existing docs

* issue-5039: changed indentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* issue-5039: added documentation for curve attribute on EllipticCurvePrivateKey based on existing docs

* issue-5039: changed indentation
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copy pasta in example snippet (#5033)</title>
<updated>2019-10-23T12:26:36+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2019-10-23T12:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=95a886a807aa6c8a7eb5cfcc1327e954b3402b62'/>
<id>95a886a807aa6c8a7eb5cfcc1327e954b3402b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `backend` argument in Scrypt documentation (#5027)</title>
<updated>2019-10-18T23:23:26+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2019-10-18T23:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b53ecefbf54323b623d2ec4803c48edadfa8d6ca'/>
<id>b53ecefbf54323b623d2ec4803c48edadfa8d6ca</id>
<content type='text'>
Move the `backend` argument up with the rest of the constructor
arguments, otherwise it's easy to miss it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the `backend` argument up with the rest of the constructor
arguments, otherwise it's easy to miss it.</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly document `backend` argument of KBKDFHMAC (#5026)</title>
<updated>2019-10-18T23:12:03+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2019-10-18T23:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=2620fd85d82308401ab6888ef178496b07263b65'/>
<id>2620fd85d82308401ab6888ef178496b07263b65</id>
<content type='text'>
The documentation states that `backend` should be a `HashBackend`
instance when in fact it should be a `HMACBackend` instance.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation states that `backend` should be a `HashBackend`
instance when in fact it should be a `HMACBackend` instance.</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation for ECDSA sign and verify (#4970)</title>
<updated>2019-08-16T01:53:56+00:00</updated>
<author>
<name>Harry Stern</name>
<email>boustrophedon@users.noreply.github.com</email>
</author>
<published>2019-08-16T01:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ca723c42d0e48c4a17aaed2505c2a5be80e1165f'/>
<id>ca723c42d0e48c4a17aaed2505c2a5be80e1165f</id>
<content type='text'>
- Note that signatures are DER-encoded
- Note that signatures can be encoded from r,s using util function</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Note that signatures are DER-encoded
- Note that signatures can be encoded from r,s using util function</pre>
</div>
</content>
</entry>
<entry>
<title>add class methods for poly1305 sign verify operations (#4932)</title>
<updated>2019-07-08T20:44:11+00:00</updated>
<author>
<name>Jeff Yang</name>
<email>jeffjieyang@gmail.com</email>
</author>
<published>2019-07-08T20:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=cd59bd275ecc484b1662c86ae9ef0a64eb17d00f'/>
<id>cd59bd275ecc484b1662c86ae9ef0a64eb17d00f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>we do not use getrandom in nonblocking mode any more (#4934)</title>
<updated>2019-07-03T22:29:47+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-07-03T22:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=977f00349d6e0b72325af683c461fd08614e7186'/>
<id>977f00349d6e0b72325af683c461fd08614e7186</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docs hazmat Ed448 (#4886)</title>
<updated>2019-05-10T21:08:06+00:00</updated>
<author>
<name>Stephen.Y</name>
<email>stepheny@users.noreply.github.com</email>
</author>
<published>2019-05-10T21:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=857d401f3c5d158e5c53ec891d73849bf114c89b'/>
<id>857d401f3c5d158e5c53ec891d73849bf114c89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Crypto Docs Get Cryptography (#4850)</title>
<updated>2019-04-17T00:01:59+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-04-17T00:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=33b3b3eb4a02a6f8b0e0ce5a7ca9a29372b59ac0'/>
<id>33b3b3eb4a02a6f8b0e0ce5a7ca9a29372b59ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
